summaryrefslogtreecommitdiffstats
path: root/maven/trivial-test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 01:26:49 +0100
committerSven Gothel <[email protected]>2015-02-03 01:26:49 +0100
commit606754802fed7086f6b7996b69910b1f085bc3db (patch)
treec039ae832f1c27d4249173179a1250e79ecd37ba /maven/trivial-test
parentb32c5de0d658a0e41eabe6590da20bc8300c0dae (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)
Diffstat (limited to 'maven/trivial-test')
-rw-r--r--maven/trivial-test/src/test/java/com/io7m/example/jogl_mvn_test_2/TestJOGL.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/maven/trivial-test/src/test/java/com/io7m/example/jogl_mvn_test_2/TestJOGL.java b/maven/trivial-test/src/test/java/com/io7m/example/jogl_mvn_test_2/TestJOGL.java
index 54bfe29..6c0754e 100644
--- a/maven/trivial-test/src/test/java/com/io7m/example/jogl_mvn_test_2/TestJOGL.java
+++ b/maven/trivial-test/src/test/java/com/io7m/example/jogl_mvn_test_2/TestJOGL.java
@@ -1,12 +1,12 @@
package com.io7m.example.jogl_mvn_test_2;
-import javax.media.opengl.GL;
-import javax.media.opengl.GL2;
-import javax.media.opengl.GLAutoDrawable;
-import javax.media.opengl.GLCapabilities;
-import javax.media.opengl.GLEventListener;
-import javax.media.opengl.GLProfile;
-import javax.media.opengl.fixedfunc.GLMatrixFunc;
+import com.jogamp.opengl.GL;
+import com.jogamp.opengl.GL2;
+import com.jogamp.opengl.GLAutoDrawable;
+import com.jogamp.opengl.GLCapabilities;
+import com.jogamp.opengl.GLEventListener;
+import com.jogamp.opengl.GLProfile;
+import com.jogamp.opengl.fixedfunc.GLMatrixFunc;
import org.junit.Test;