Skip to content

Commit

Permalink
Fixes json lib plugin maven errors
Browse files Browse the repository at this point in the history
* json.lib should not have a maven nature since this just generates m2e
  errors in eclipse

* Corrects the dependent jar name in the plugin to stop the plugin being
  completely rebuilt everytime a workspace build is initiated.
  • Loading branch information
Paul Richardson committed Oct 13, 2014
1 parent 24ec24f commit 35b347c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions plugins/org.teiid.designer.json.lib/.project
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,8 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.json.lib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<import file="${GIT-HOME}/scripts/build-common.xml" />

<!-- Comma-separated list of required libraries -->
<property name="libs" value="org.json.jar"/>
<property name="libs" value="json.jar"/>

<!--
Test whether all the required libraries are present
Expand Down

0 comments on commit 35b347c

Please sign in to comment.