diff options
author | Sven Gothel <[email protected]> | 2012-12-25 08:57:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-25 08:57:06 +0100 |
commit | 1ddf7e0511e78257019ac98d92ceccc77e262bc5 (patch) | |
tree | ebeb5f0be1aff4ea9fca564518610f28ad66edae /maven/make-projects.txt | |
parent | f90c7e09b05db0b84e341f1ca077c2e41b670884 (diff) |
Deploy source files (zip -> jar), if available.
Diffstat (limited to 'maven/make-projects.txt')
-rw-r--r-- | maven/make-projects.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/maven/make-projects.txt b/maven/make-projects.txt index d4ea954..141d707 100644 --- a/maven/make-projects.txt +++ b/maven/make-projects.txt @@ -1,14 +1,14 @@ -gluegen-rt : natives : no-dummy-jar -gluegen-rt-main : no-natives : dummy-jar -gluegen-rt-android : no-natives : no-dummy-jar -joal : natives : no-dummy-jar -joal-main : no-natives : dummy-jar -jocl : natives : no-dummy-jar -jocl-main : no-natives : dummy-jar -jogl-all : natives : no-dummy-jar -jogl-all-main : no-natives : dummy-jar -jogl-all-mobile : no-natives : no-dummy-jar -jogl-all-mobile-main : no-natives : dummy-jar -jogl-all-noawt : no-natives : no-dummy-jar -jogl-all-noawt-main : no-natives : dummy-jar -jogl-all-android : no-natives : no-dummy-jar +gluegen-rt : natives : no-dummy-jar : gluegen-java-src.zip +gluegen-rt-main : no-natives : dummy-jar : dummy-src +gluegen-rt-android : no-natives : no-dummy-jar : gluegen-java-src.zip +joal : natives : no-dummy-jar : joal-java-src.zip +joal-main : no-natives : dummy-jar : dummy-src +jocl : natives : no-dummy-jar : jocl-java-src.zip +jocl-main : no-natives : dummy-jar : dummy-src +jogl-all : 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 +jogl-all-android : no-natives : no-dummy-jar : jogl-java-src.zip |