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 330330 <delete dir =" ${ worldwind.test.results.dir } " />
331331 <mkdir dir =" ${ worldwind.test.results.dir } " />
332332 <junit failureproperty =" unitTest.failure"
333+ dir =" ${ basedir } "
333334 fork =" on"
334335 forkmode =" once"
335336 maxmemory =" 1024m" >
545546 <arg value =" all" />
546547 </exec >
547548 </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+
549557</project >
You can’t perform that action at this time.
0 commit comments