summaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
committerSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
commit1ff81eb806d6df78994a808217eb2c5f6b4ef8da (patch)
tree7ae11fd92f63019c6c54862c66eb2656bcc2ef97 /nbproject
parent0d1ea8ae8eb940b1b29f4f80c232a1d456300362 (diff)
Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/project.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml
index e688bdf..f0d7983 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -3,6 +3,9 @@
<type>org.netbeans.modules.ant.freeform</type>
<configuration>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
+ <name>jogl-demos</name>
+ </general-data>
+ <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
<!-- Do not use Project Properties customizer when editing this file manually. -->
<name>jogl-demos</name>
<properties>
@@ -10,9 +13,21 @@
</properties>
<folders>
<source-folder>
+ <label>jogl-demos</label>
+ <location>.</location>
+ <encoding>UTF-8</encoding>
+ </source-folder>
+ <source-folder>
+ <label>src/redbook/src</label>
+ <type>java</type>
+ <location>src/redbook/src</location>
+ <encoding>UTF-8</encoding>
+ </source-folder>
+ <source-folder>
<label>src</label>
<type>java</type>
<location>src</location>
+ <encoding>UTF-8</encoding>
</source-folder>
</folders>
<ide-actions>
@@ -69,6 +84,10 @@
<view>
<items>
<source-folder style="packages">
+ <label>src/redbook/src</label>
+ <location>src/redbook/src</location>
+ </source-folder>
+ <source-folder style="packages">
<label>src</label>
<location>src</location>
</source-folder>
@@ -92,6 +111,10 @@
<built-to>build</built-to>
<source-level>1.5</source-level>
</compilation-unit>
+ <compilation-unit>
+ <package-root>src/redbook/src</package-root>
+ <source-level>1.5</source-level>
+ </compilation-unit>
</java-data>
</configuration>
</project>