summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-06 23:48:48 +0100
committerSven Gothel <[email protected]>2010-11-06 23:48:48 +0100
commit113319a8de0998fbd8d7357d4e0273f802f9453a (patch)
tree09f4b7ce0402c19414ad0dbd05d8401dc097070d
parentf1d31c8f4435b84e4adf19ed11b175365e943a34 (diff)
Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen ..
-rw-r--r--src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java1
-rw-r--r--src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java1
-rwxr-xr-xsrc/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java1
-rw-r--r--src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java1
-rwxr-xr-xsrc/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java1
-rw-r--r--src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java (renamed from src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java)3
-rwxr-xr-xsrc/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java (renamed from src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java)8
-rwxr-xr-xsrc/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java (renamed from src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java)6
8 files changed, 16 insertions, 6 deletions
diff --git a/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java
index 4ad4dfbfd..1bc5df959 100644
--- a/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java
index e891275fb..9946c9df1 100644
--- a/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java
index 41f4b86e3..010ca1069 100755
--- a/src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java
index 27fca3b97..ad9e47011 100644
--- a/src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java
index 80e5a461a..be9b7b442 100755
--- a/src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java
index 2785344a5..e7a7e1d1c 100644
--- a/src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java
@@ -1,8 +1,9 @@
-package com.jogamp.gluegen.ant;
+package com.jogamp.gluegen.opengl.ant;
/*
* StaticGLGenTask.java
* Copyright (C) 2003 Rob Grzywinski ([email protected])
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Copying, distribution and use of this software in source and binary
* forms, with or without modification, is permitted provided that the
diff --git a/src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java
index bbc33d706..6f9f9b3bf 100755
--- a/src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -36,14 +37,15 @@
* Sun gratefully acknowledges that this software was originally authored
* and developed by Kenneth Bradley Russell and Christopher John Kline.
*/
-package com.jogamp.gluegen.nativesig;
+package com.jogamp.gluegen.opengl.nativesig;
+
+import java.io.*;
+import java.util.*;
import com.jogamp.gluegen.MethodBinding;
import com.jogamp.gluegen.FunctionEmitter;
import com.jogamp.gluegen.JavaMethodBindingEmitter;
import com.jogamp.gluegen.JavaType;
-import java.io.*;
-import java.util.*;
import com.jogamp.gluegen.*;
import com.jogamp.gluegen.cgram.types.*;
diff --git a/src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java b/src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java
index 060d00861..069ec5b54 100755
--- a/src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java
+++ b/src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2010 JogAmp Community. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -37,12 +38,13 @@
* and developed by Kenneth Bradley Russell and Christopher John Kline.
*/
-package com.jogamp.gluegen.nativesig;
+package com.jogamp.gluegen.opengl.nativesig;
+
+import java.io.*;
import com.jogamp.gluegen.MethodBinding;
import com.jogamp.gluegen.JavaMethodBindingEmitter;
import com.jogamp.gluegen.JavaType;
-import java.io.*;
import com.jogamp.gluegen.*;
import com.jogamp.gluegen.cgram.types.*;