Skip to content

Commit

Permalink
fixed jdom in build xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutmon committed May 5, 2015
1 parent 194d4f0 commit aaf06eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
bin/
build/
DrugBank4Parser.jar
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<path id="project.class.path">
<fileset dir="${lib.dir}">
<include name="jdom.jar"/>
<include name="jdom-2.0.6.jar"/>
</fileset>
</path>

Expand All @@ -30,7 +30,7 @@

<target name="jar" depends="compile">
<echo>Creating JAR: ${jar.name}</echo>
<unjar src="${lib.dir}/jdom.jar" dest="${build.dir}"/>
<unjar src="${lib.dir}/jdom-2.0.6.jar" dest="${build.dir}"/>
<jar jarfile="${jar.name}">
<fileset dir="build">
<include name="**/*.class"/>
Expand Down

0 comments on commit aaf06eb

Please sign in to comment.