Skip to content
Snippets Groups Projects
Commit d5ef5b42 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

- Remove the automatic creation of a plugin jar for the MOEA-based exploration.

parent 76e91a90
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@
<classpathentry exported="true" kind="lib" path="lib/apfloat.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jgrapht-ext-0.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jgraphx-2.0.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.fortiss.af3.exploration.alg.jar"/>
<classpathentry kind="lib" path="lib/guice-assistedinject-4.0.jar" sourcepath="lib/guice-assistedinject-4.0-sources.jar"/>
<classpathentry kind="lib" path="lib/guice-4.0.jar" sourcepath="lib/guice-4.0-sources.jar"/>
<classpathentry kind="lib" path="lib/guice-multibindings-4.0.jar" sourcepath="lib/guice-multibindings-4.0-sources.jar"/>
......
......@@ -11,7 +11,6 @@ Bundle-ClassPath: .,
lib/apfloat.jar,
lib/jgrapht-ext-0.9.0.jar,
lib/jgraphx-2.0.0.1.jar,
lib/org.fortiss.af3.exploration.alg.jar,
lib/guice-assistedinject-4.0.jar,
lib/guice-4.0.jar,
lib/guice-multibindings-4.0.jar,
......
......@@ -7,7 +7,6 @@ bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
lib/org.fortiss.af3.exploration.alg.jar,\
lib/aopalliance-1.0.jar,\
lib/apfloat.jar,\
lib/jgrapht-core-0.9.0.jar,\
......
<?xml version="1.0" ?>
<project name="org.fortiss.af3.exploration.alg" default="CreateJar">
<!-- Collect all compiled classes into a JAR -->
<target name="BuildPresent">
<available file="build/org/fortiss/af3/exploration/alg/" type="dir" property="build.present" />
</target>
<target name="CreateJar" description="Create Jar file" depends="BuildPresent" if="build.present">
<jar jarfile="lib/org.fortiss.af3.exploration.alg.jar" basedir="build" />
</target>
</project>
\ No newline at end of file
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment