Skip to content

Commit

Permalink
Remove useless librairies that introduce compilation errors due to
Browse files Browse the repository at this point in the history
diplacation of packages to import
  • Loading branch information
benoitgaudou committed Nov 24, 2020
1 parent c2f4e8f commit 209884e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 27 deletions.
50 changes: 25 additions & 25 deletions msi.gama.documentation/.classpath
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="libs/avalon-framework-4.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/batik-all-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-io-1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-api-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/fop.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jericho-html-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/svnkit.jar"/>
<classpathentry exported="true" kind="lib" path="libs/log4j-1.2.16.jar"/>
<classpathentry exported="true" kind="lib" path="libs/serializer-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/servlet-2.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-api-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xalan-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xercesImpl-2.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xml-apis-1.3.04.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xml-apis-ext-1.3.04.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xmlgraphics-commons-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jdom-2.0.1.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/ummisco.gama.annotations"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="libs/avalon-framework-4.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-io-1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-api-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/fop.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jericho-html-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/log4j-1.2.16.jar"/>
<classpathentry exported="true" kind="lib" path="libs/serializer-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/servlet-2.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-api-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xalan-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xercesImpl-2.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xmlgraphics-commons-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jdom-2.0.1.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/ummisco.gama.annotations"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 0 additions & 2 deletions msi.gama.documentation/build.properties
Expand Up @@ -21,7 +21,5 @@ bin.includes = META-INF/,\
libs/svnkit.jar,\
libs/xalan-2.7.0.jar,\
libs/xercesImpl-2.7.1.jar,\
libs/xml-apis-1.3.04.jar,\
libs/xml-apis-ext-1.3.04.jar,\
libs/xmlgraphics-commons-1.4.jar
jars.compile.order = .
Binary file removed msi.gama.documentation/libs/batik-all-1.7.jar
Binary file not shown.
Binary file removed msi.gama.documentation/libs/svnkit.jar
Binary file not shown.
Binary file removed msi.gama.documentation/libs/xml-apis-1.3.04.jar
Binary file not shown.
Binary file removed msi.gama.documentation/libs/xml-apis-ext-1.3.04.jar
Binary file not shown.

0 comments on commit 209884e

Please sign in to comment.