parent
033c6f152d
commit
1469eccda1
9 changed files with 95 additions and 95 deletions
@ -1,2 +1,3 @@ |
|||||||
/bin/ |
/bin/ |
||||||
/target/ |
/target/ |
||||||
|
/build/ |
||||||
|
|||||||
@ -0,0 +1,7 @@ |
|||||||
|
<root> |
||||||
|
<facet id="jst.jaxrs"> |
||||||
|
<node name="libprov"> |
||||||
|
<attribute name="provider-id" value="jaxrs-no-op-library-provider"/> |
||||||
|
</node> |
||||||
|
</facet> |
||||||
|
</root> |
||||||
@ -1,7 +1,8 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<faceted-project> |
<faceted-project> |
||||||
<fixed facet="wst.jsdt.web"/> |
<fixed facet="wst.jsdt.web"/> |
||||||
<installed facet="java" version="1.8"/> |
|
||||||
<installed facet="jst.web" version="3.1"/> |
|
||||||
<installed facet="wst.jsdt.web" version="1.0"/> |
<installed facet="wst.jsdt.web" version="1.0"/> |
||||||
|
<installed facet="jst.jaxrs" version="1.1"/> |
||||||
|
<installed facet="jst.web" version="3.1"/> |
||||||
|
<installed facet="java" version="1.8"/> |
||||||
</faceted-project> |
</faceted-project> |
||||||
|
|||||||
Loading…
Reference in new issue