Skip to content
Snippets Groups Projects
Commit 169389d3 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

update relative path to viskit.jar

parent 6368ae9a
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -137,7 +137,7 @@ POSSIBILITY OF SUCH DAMAGE.
<target name="update.viskit.jar.from.local" description="update update.viskit.jar.from.local jar files from locally built project into lib directory"> <target name="update.viskit.jar.from.local" description="update update.viskit.jar.from.local jar files from locally built project into lib directory">
<property name="viskit.relative" value="../../x3d-nps-gitlab/viskit/build/lib"/> <property name="viskit.relative" value="../../x3d-github/viskit/build/lib"/>
<echo message="Copy ${viskit.relative}/viskit.jar to project lib/ subdirectory..."/> <echo message="Copy ${viskit.relative}/viskit.jar to project lib/ subdirectory..."/>
<!-- https://ant.apache.org/manual/Tasks/fail.html --> <!-- https://ant.apache.org/manual/Tasks/fail.html -->
<fail message="viskit.jar not found"> <fail message="viskit.jar not found">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment