diff options
author | Michael Bien <[email protected]> | 2009-09-15 11:53:20 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-09-15 11:53:20 +0200 |
commit | 85bd6a6eca6691a7b215e36e09800d410d4a695e (patch) | |
tree | 7ba2d2e74b559bf9d7d1b5f74e826c07f9c1634e /src/redbook/manifest.mf | |
parent | 293fda5dca0f22d93c9d3019ca12724c67de5c9d (diff) |
Initial import of JOGL 2 redbook sample projects
-project builds stand alone, all dependencies including doc are downloaded automatically
-a full build will create a slideshow applet in dist/
-project can be opened with NetBeans
-original credits go to Kiet Le, ported to JOGL 2 by Claudio E. Goes
Diffstat (limited to 'src/redbook/manifest.mf')
-rw-r--r-- | src/redbook/manifest.mf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/redbook/manifest.mf b/src/redbook/manifest.mf new file mode 100644 index 0000000..1574df4 --- /dev/null +++ b/src/redbook/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0
+X-COMMENT: Main-Class will be added automatically by build
+
|