Skip to content

Commit

Permalink
Removed jshortcut classpath value
Browse files Browse the repository at this point in the history
  • Loading branch information
pstickney committed Mar 18, 2016
1 parent 7061aa4 commit 5a54e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeaveConfig/buildAll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<attribute name="Manifest-Version" value="1.0" />
<attribute name="Created-By" value="Institute for Visualization and Perception Research (IVPR)" />
<attribute name="Main-Class" value="weave.Updater"/>
<attribute name="Class-Path" value=". ../libs/JTattoo-1.6.10.jar ../libs/JSON-java.jar ../libs/jshortcut-0.4-oberzalek.jar"/>
<attribute name="Class-Path" value=". ../libs/JTattoo-1.6.10.jar ../libs/JSON-java.jar"/>
</manifest>
<fileset dir="WeaveConfig/bin/" />
<fileset dir="WeaveUpdater/bin/" />
Expand Down Expand Up @@ -162,7 +162,7 @@
<attribute name="Manifest-Version" value="1.0" />
<attribute name="Created-By" value="Institute for Visualization and Perception Research (IVPR)" />
<attribute name="Main-Class" value="weave.Server" />
<attribute name="Class-Path" value=". ../libs/JTattoo-1.6.10.jar ../libs/JSON-java.jar ../libs/jshortcut-0.4-oberzalek.jar"/>
<attribute name="Class-Path" value=". ../libs/JTattoo-1.6.10.jar ../libs/JSON-java.jar"/>
</manifest>
<fileset dir="WeaveConfig/bin/" />
<fileset dir="WeaveInstaller/bin/" />
Expand Down

0 comments on commit 5a54e57

Please sign in to comment.