diff options
Diffstat (limited to 'maven/make-projects.txt')
-rw-r--r-- | maven/make-projects.txt | 46 |
1 files changed, 27 insertions, 19 deletions
diff --git a/maven/make-projects.txt b/maven/make-projects.txt index 62c269d..a38eec5 100644 --- a/maven/make-projects.txt +++ b/maven/make-projects.txt @@ -1,23 +1,31 @@ # # Lines prefixed with '#' are considered comments and ignored. # -# project-name : has-natives? : use-dummy-jar? : source-jar-name? : atomics? +# project-name : natives? : use-dummy-jar? : source-jar-name? : atomics? # -gluegen : no-natives : no-dummy-jar : gluegen-java-src.zip : atomics -gluegen-rt : natives : no-dummy-jar : gluegen-java-src.zip : no-atomics -gluegen-rt-android : no-natives : no-dummy-jar : gluegen-java-src.zip : no-atomics -gluegen-rt-main : no-natives : dummy-jar : dummy-src : no-atomics -joal : natives : no-dummy-jar : joal-java-src.zip : no-atomics -joal-main : no-natives : dummy-jar : dummy-src : no-atomics -jocl : natives : no-dummy-jar : jocl-java-src.zip : no-atomics -jocl-main : no-natives : dummy-jar : dummy-src : no-atomics -jogl : no-natives : dummy-jar : jogl-java-src.zip : atomics -jogl-all : natives : no-dummy-jar : jogl-java-src.zip : no-atomics -jogl-all-android : no-natives : no-dummy-jar : jogl-java-src.zip : no-atomics -jogl-all-main : no-natives : dummy-jar : dummy-src : no-atomics -jogl-all-mobile : no-natives : no-dummy-jar : jogl-java-src.zip : no-atomics -jogl-all-mobile-main : no-natives : dummy-jar : dummy-src : no-atomics -jogl-all-noawt : no-natives : no-dummy-jar : jogl-java-src.zip : no-atomics -jogl-all-noawt-main : no-natives : dummy-jar : dummy-src : no-atomics -nativewindow : no-natives : dummy-jar : dummy-src : atomics -newt : no-natives : dummy-jar : dummy-src : 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 |