diff options
author | Parménides GV <parmegv@sdf.org> | 2013-03-19 16:29:09 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-03-19 16:29:09 +0100 |
commit | 57ab546646e3e2814be547dd4666ca2de4548597 (patch) | |
tree | e4d422d448b872cbdf1be12d45315282937f6bc2 /.project | |
parent | 49747e858649fa7ed68e4a038d5602ec2bae6df5 (diff) |
Trying to find a jar from JBoss to use their SRP implementation. Imports
errors because of classes not yet found.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,9 +25,15 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.jboss.tools.ws.jaxrs.metamodelBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.jboss.tools.ws.jaxrs.nature</nature> </natures> </projectDescription> |