Skip to content

Commit

Permalink
remove JAXB from routes and dataimport plugins (included in the JDK f…
Browse files Browse the repository at this point in the history
…or a long time now)

git-svn-id: http://svn.openstreetmap.org/applications/editors/josm/plugins@31692 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
don-vip committed Oct 25, 2015
1 parent e92d9ea commit d40a726
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions dataimport/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry exported="true" kind="lib" path="lib/jsr173-1.0_api.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-impl.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-api.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 0 additions & 4 deletions dataimport/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
**
************************************************
-->
<zipfileset src="lib/jsr173-1.0_api.jar" includes="**/*.class"/>
<zipfileset src="lib/jaxb-api.jar" includes="**/*.class"/>
<zipfileset src="lib/jaxb-api.jar" includes="**/*.properties"/>
<zipfileset src="lib/jaxb-impl.jar" includes="**/*.class"/>
<manifest>
<attribute name="Author" value="Dieter Muecke"/>
<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.dataimport.DataImportPlugin"/>
Expand Down
Binary file removed dataimport/lib/jaxb-api.jar
Binary file not shown.
Binary file removed dataimport/lib/jaxb-impl.jar
Binary file not shown.
Binary file removed dataimport/lib/jsr173-1.0_api.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions routes/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
<classpathentry kind="lib" path="lib/jaxb-api.jar"/>
<classpathentry kind="lib" path="lib/jaxb-impl.jar"/>
<classpathentry kind="lib" path="lib/jsr173-1.0_api.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 0 additions & 4 deletions routes/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<fileset dir="data"/>
</copy>
<jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
<zipfileset src="lib/jsr173-1.0_api.jar" includes="**/*"/>
<zipfileset src="lib/jaxb-api.jar" includes="**/*"/>
<zipfileset src="lib/jaxb-impl.jar" includes="**/*.class"/>
<zipfileset src="lib/activation.jar" includes="**/*.class"/>
<manifest>
<attribute name="Author" value="Jiri Klement"/>
<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.routes.RoutesPlugin"/>
Expand Down
Binary file removed routes/lib/activation.jar
Binary file not shown.
Binary file removed routes/lib/jaxb-api.jar
Binary file not shown.
Binary file removed routes/lib/jaxb-impl.jar
Binary file not shown.
Binary file removed routes/lib/jsr173-1.0_api.jar
Binary file not shown.

0 comments on commit d40a726

Please sign in to comment.