summaryrefslogtreecommitdiffstats
path: root/test/resources/walls/testB
diff options
context:
space:
mode:
authordeanhiller <[email protected]>2007-01-28 01:13:01 +0000
committerdeanhiller <[email protected]>2007-01-28 01:13:01 +0000
commitdeaf03b30c8968fbcb3dfc22abfeef064d3cca12 (patch)
tree4c5c0fca0177c1a951bd9160e3072729f20b4cc4 /test/resources/walls/testB
parentaf1c6835c8f43e93cd546b0dfcec0ee2415a0b23 (diff)
renaming should fix the build. I can't tell as when I run testall, the build seems to hang forever. See if this works better checking it in as that seemed to send out email while my builds on my machine seem to hang. I think the build is now trying to pull these in as tests and they are not tests....my previous bad naming here.
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@76 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'test/resources/walls/testB')
-rw-r--r--test/resources/walls/testB/mod/modA/TestBModuleA.java7
-rw-r--r--test/resources/walls/testB/mod/modA/TrialBModuleA.java7
-rw-r--r--test/resources/walls/testB/mod/modB/TestBModuleB.java9
-rw-r--r--test/resources/walls/testB/mod/modB/TrialBModuleB.java9
4 files changed, 16 insertions, 16 deletions
diff --git a/test/resources/walls/testB/mod/modA/TestBModuleA.java b/test/resources/walls/testB/mod/modA/TestBModuleA.java
deleted file mode 100644
index b6b7929..0000000
--- a/test/resources/walls/testB/mod/modA/TestBModuleA.java
+++ /dev/null
@@ -1,7 +0,0 @@
-
-package mod.modA;
-
-public class TestBModuleA
-{
-
-}; \ No newline at end of file
diff --git a/test/resources/walls/testB/mod/modA/TrialBModuleA.java b/test/resources/walls/testB/mod/modA/TrialBModuleA.java
new file mode 100644
index 0000000..56c1a0e
--- /dev/null
+++ b/test/resources/walls/testB/mod/modA/TrialBModuleA.java
@@ -0,0 +1,7 @@
+
+package mod.modA;
+
+public class TrialBModuleA
+{
+
+}; \ No newline at end of file
diff --git a/test/resources/walls/testB/mod/modB/TestBModuleB.java b/test/resources/walls/testB/mod/modB/TestBModuleB.java
deleted file mode 100644
index c7428ff..0000000
--- a/test/resources/walls/testB/mod/modB/TestBModuleB.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-package mod.modB;
-
-import mod.modA.TestBModuleA;
-
-public class TestBModuleB
-{
- private TestBModuleA temp;
-}; \ No newline at end of file
diff --git a/test/resources/walls/testB/mod/modB/TrialBModuleB.java b/test/resources/walls/testB/mod/modB/TrialBModuleB.java
new file mode 100644
index 0000000..601f45a
--- /dev/null
+++ b/test/resources/walls/testB/mod/modB/TrialBModuleB.java
@@ -0,0 +1,9 @@
+
+package mod.modB;
+
+import mod.modA.TrialBModuleA;
+
+public class TrialBModuleB
+{
+ private TrialBModuleA temp;
+}; \ No newline at end of file