Skip to content

Commit

Permalink
Fix to jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer committed Mar 6, 2010
1 parent da5c223 commit 450d3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.netmelody.docnap.core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<project name="docnap-core" basedir="." default="jar">

<import file="../common.xml"/>
<property name="jar.name" value="${ant.project.name}-${version}.jar"/>
<property name="jar.name" value="${ant.project.name}-${version}"/>

<path id="compile.classpath">
<fileset dir="vendor/lib" includes="*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion org.netmelody.docnap.swingclient/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</target>

<target name="jar" depends="distcore, compile, recordversion, manifest" description="Build jar.">
<jar destfile="${build.dir}/${jar.name}" manifest="${build.dir}/META-INF/MANIFEST.MF">
<jar destfile="${build.dir}/${jar.name}.jar" manifest="${build.dir}/META-INF/MANIFEST.MF">
<fileset dir="${build.dir}/classes"/>
</jar>
</target>
Expand Down

0 comments on commit 450d3e8

Please sign in to comment.