Skip to content

Commit

Permalink
build.xml clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutmon committed Aug 17, 2016
1 parent 9df869e commit 9364361
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions HomologyMapper/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@

<target name="jar" depends="compile">
<echo>Creating JAR: ${jar.name}</echo>
<!--<unjar src="${lib.dir}/derby.jar" dest="${build.dir}"/>
<unjar src="${lib.dir}/org.bridgedb.rdb.jar" dest="${build.dir}"/>
<unjar src="${lib.dir}/org.wikipathways.webservice.api.lib.jar" dest="${build.dir}"/>-->
<jar jarfile="${dist.dir}/${jar.name}">
<manifest>
<attribute name="Main-Class" value="org.wp.homology.LocalHomologyConverter"/>
Expand All @@ -48,7 +45,6 @@
<fileset dir="build">
<include name="**/*"/>
</fileset>
<!--<zipgroupfileset dir="${lib.dir}" includes="**/*.jar" /> -->
</jar>
</target>
</project>

0 comments on commit 9364361

Please sign in to comment.