提交 e343581e 编写于 作者: M Mathieu Bastian

Using latest JOGL dev version due to window positioning issue

上级 36327abc
...@@ -75,12 +75,12 @@ ...@@ -75,12 +75,12 @@
<dependency> <dependency>
<groupId>org.jogamp.gluegen</groupId> <groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId> <artifactId>gluegen-rt-main</artifactId>
<version>2.0-rc11</version> <version>2.0.2-rc-20130425</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jogamp.jogl</groupId> <groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId> <artifactId>jogl-all-main</artifactId>
<version>2.0-rc11</version> <version>2.0.2-rc-20130425</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.netbeans.api</groupId> <groupId>org.netbeans.api</groupId>
...@@ -107,6 +107,18 @@ ...@@ -107,6 +107,18 @@
<artifactId>org-openide-modules</artifactId> <artifactId>org-openide-modules</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>jogamp-remote</id>
<name>jogamp test mirror</name>
<url>http://www.jogamp.org/deployment/maven/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<build> <build>
<plugins> <plugins>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册