forked from WorldWindEarth/WorldWindJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.config
More file actions
27 lines (27 loc) · 866 Bytes
/
Copy pathjava.config
File metadata and controls
27 lines (27 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"java.project.sourcePaths": [
"src"
],
"java.project.outputPath": "build/classes",
"java.project.referencedLibraries": [
"jogl-all.jar",
"gluegen-rt.jar",
"gluegen-rt-natives-windows-amd64.jar",
"gluegen-rt-natives-windows-i586.jar",
"gluegen-rt-natives-linux-amd64.jar",
"gluegen-rt-natives-linux-i586.jar",
"gluegen-rt-natives-macosx-universal.jar",
"jogl-all-natives-windows-amd64.jar",
"jogl-all-natives-windows-i586.jar",
"jogl-all-natives-linux-amd64.jar",
"jogl-all-natives-linux-i586.jar",
"jogl-all-natives-macosx-universal.jar",
"lib-external/gdal/gdal.jar",
"jackson-core-asl.jar",
"junit-4.5.jar"
],
"java.test.sourcePaths": [
"test"
],
"java.test.outputPath": "build/test-classes"
}