File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 330
330
<delete dir =" ${ worldwind.test.results.dir } " />
331
331
<mkdir dir =" ${ worldwind.test.results.dir } " />
332
332
<junit failureproperty =" unitTest.failure"
333
+ dir =" ${ basedir } "
333
334
fork =" on"
334
335
forkmode =" once"
335
336
maxmemory =" 1024m" >
545
546
<arg value =" all" />
546
547
</exec >
547
548
</target >
548
-
549
+
550
+ <target name =" runLayerManager" depends =" build" description =" Runs the LayerManager example app." >
551
+ <java fork =" true"
552
+ classname =" gov.nasa.worldwindx.examples.layermanager.LayerManagerApp"
553
+ classpath =" gdal.jar;gluegen-rt-natives-linux-amd64.jar;gluegen-rt-natives-linux-i586.jar;gluegen-rt-natives-macosx-universal.jar;gluegen-rt-natives-windows-amd64.jar;gluegen-rt-natives-windows-i586.jar;gluegen-rt.jar;jogl-all-natives-linux-amd64.jar;jogl-all-natives-linux-i586.jar;jogl-all-natives-macosx-universal.jar;jogl-all-natives-windows-amd64.jar;jogl-all-natives-windows-i586.jar;jogl-all.jar;junit-4.5.jar;vpf-symbols.jar;worldwind.jar;worldwindx.jar"
554
+ />
555
+ </target >
556
+
549
557
</project >
You can’t perform that action at this time.
0 commit comments