diff options
author | Mark Raynsford <[email protected]> | 2014-07-11 19:09:32 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2014-07-11 19:09:32 +0000 |
commit | 6c2d8d425df5436663f85a5cf0a5396ae3de7d6f (patch) | |
tree | b3fc7345e4494517327832306b8b4317a2050228 /maven/projects/newt/pom.sh | |
parent | c386cf285bfaf797c6779189c09e42d68e43b102 (diff) |
Add jogl-main, nativewindow-main, newt-main - frontends for the atomics
packages that allow for pulling in all platform natives easily.
Add test suite.
Bug: 1023
Diffstat (limited to 'maven/projects/newt/pom.sh')
-rwxr-xr-x | maven/projects/newt/pom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/projects/newt/pom.sh b/maven/projects/newt/pom.sh index da45efc..7132b8e 100755 --- a/maven/projects/newt/pom.sh +++ b/maven/projects/newt/pom.sh @@ -25,7 +25,7 @@ cat <<EOF <artifactId>newt</artifactId> <version>${VERSION}</version> <packaging>jar</packaging> - <name>JOGL</name> + <name>NEWT</name> <description>Java™ Binding for the OpenGL® API (NEWT atomic jar files)</description> <url>http://jogamp.org/jogl/www/</url> |