summaryrefslogtreecommitdiffstats
path: root/test/resources/walls/testC
diff options
context:
space:
mode:
authormattinger <[email protected]>2006-07-06 21:53:00 +0000
committermattinger <[email protected]>2006-07-06 21:53:00 +0000
commit1159111b7a71b72eb04326df33211e1733f7e742 (patch)
treef0a80c384f633e521649654ab78e6239cf5e0d6f /test/resources/walls/testC
Initial addition into subversion with build script changes
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@5 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'test/resources/walls/testC')
-rw-r--r--test/resources/walls/testC/mod/TestCModule.java11
-rw-r--r--test/resources/walls/testC/mod/modA/TestCModuleA.java7
-rw-r--r--test/resources/walls/testC/mod/modB/TestCModuleB.java7
3 files changed, 25 insertions, 0 deletions
diff --git a/test/resources/walls/testC/mod/TestCModule.java b/test/resources/walls/testC/mod/TestCModule.java
new file mode 100644
index 0000000..5d9c0e8
--- /dev/null
+++ b/test/resources/walls/testC/mod/TestCModule.java
@@ -0,0 +1,11 @@
+
+package mod;
+
+import mod.modA.TestCModuleA;
+import mod.modB.TestCModuleB;
+
+public class TestCModule
+{
+ private TestCModuleA temp1;
+ private TestCModuleB temp2;
+}; \ No newline at end of file
diff --git a/test/resources/walls/testC/mod/modA/TestCModuleA.java b/test/resources/walls/testC/mod/modA/TestCModuleA.java
new file mode 100644
index 0000000..8b9f8d6
--- /dev/null
+++ b/test/resources/walls/testC/mod/modA/TestCModuleA.java
@@ -0,0 +1,7 @@
+
+package mod.modA;
+
+public class TestCModuleA
+{
+
+}; \ No newline at end of file
diff --git a/test/resources/walls/testC/mod/modB/TestCModuleB.java b/test/resources/walls/testC/mod/modB/TestCModuleB.java
new file mode 100644
index 0000000..989ebdf
--- /dev/null
+++ b/test/resources/walls/testC/mod/modB/TestCModuleB.java
@@ -0,0 +1,7 @@
+
+package mod.modB;
+
+
+public class TestCModuleB
+{
+}; \ No newline at end of file