diff options
Diffstat (limited to 'maven/make-projects.txt')
-rw-r--r-- | maven/make-projects.txt | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/maven/make-projects.txt b/maven/make-projects.txt deleted file mode 100644 index a38eec5..0000000 --- a/maven/make-projects.txt +++ /dev/null @@ -1,31 +0,0 @@ -# -# Lines prefixed with '#' are considered comments and ignored. -# -# project-name : natives? : use-dummy-jar? : source-jar-name? : atomics? -# -# Where: -# natives := "natives" | "no-natives" | "atomic-natives" -# use-dummy-jar := "no-dummy-jar" | "dummy-jar" -# source-jar-name := "dummy-src" | name -# atomics := name* -# -gluegen : no-natives : no-dummy-jar : gluegen-java-src.zip : -gluegen-rt : natives : no-dummy-jar : gluegen-java-src.zip : -gluegen-rt-android : no-natives : no-dummy-jar : gluegen-java-src.zip : -gluegen-rt-main : no-natives : dummy-jar : dummy-src : -joal : natives : no-dummy-jar : joal-java-src.zip : -joal-android : no-natives : no-dummy-jar : joal-java-src.zip : -joal-main : no-natives : dummy-jar : dummy-src : -jocl-android : no-natives : no-dummy-jar : jocl-java-src.zip : -jocl : natives : no-dummy-jar : jocl-java-src.zip : -jocl-main : no-natives : dummy-jar : dummy-src : -jogl : no-natives : dummy-jar : jogl-java-src.zip : awt core fonts-p0 gldesktop gldesktop-dbg glmobile glmobile-dbg glu glu-gldesktop omx os-android os-osx os-win os-x11 sdk swt util-awt util-fixedfuncemu util-gldesktop util-graph util -jogl-all : natives : no-dummy-jar : jogl-java-src.zip : -jogl-all-android : no-natives : no-dummy-jar : jogl-java-src.zip : -jogl-all-main : no-natives : dummy-jar : dummy-src : -jogl-all-mobile : no-natives : no-dummy-jar : jogl-java-src.zip : -jogl-all-mobile-main : no-natives : dummy-jar : dummy-src : -jogl-all-noawt : no-natives : no-dummy-jar : jogl-java-src.zip : -jogl-all-noawt-main : no-natives : dummy-jar : dummy-src : -nativewindow : atomic-natives : dummy-jar : dummy-src : awt core os-osx os-win os-x11 -newt : atomic-natives : dummy-jar : dummy-src : awt core driver-android driver-bcm-old driver-bcm-vc driver-intelgdl driver-kd driver-linux driver-osx driver-win driver-x11 event ogl swt |