Skip to content

Commit

Permalink
Reference the lib folder properly from bin in the manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
smellsblue committed Jun 9, 2011
1 parent a7a8d6d commit 1850fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<jar jarfile="${jar}" basedir="${build}">
<manifest>
<attribute name="Main-Class" value="com.sun.tools.hat.Main"/>
<attribute name="Class-Path" value="${lib}/guava-r09.jar ${lib}/js.jar"/>
<attribute name="Class-Path" value="../${lib}/guava-r09.jar ../${lib}/js.jar"/>
</manifest>
</jar>
</target>
Expand Down

0 comments on commit 1850fb7

Please sign in to comment.