diff options
author | deanhiller <[email protected]> | 2007-01-28 01:13:01 +0000 |
---|---|---|
committer | deanhiller <[email protected]> | 2007-01-28 01:13:01 +0000 |
commit | deaf03b30c8968fbcb3dfc22abfeef064d3cca12 (patch) | |
tree | 4c5c0fca0177c1a951bd9160e3072729f20b4cc4 /test/resources/walls/testC/mod/modA | |
parent | af1c6835c8f43e93cd546b0dfcec0ee2415a0b23 (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/testC/mod/modA')
-rw-r--r-- | test/resources/walls/testC/mod/modA/TestCModuleA.java | 7 | ||||
-rw-r--r-- | test/resources/walls/testC/mod/modA/TrialCModuleA.java | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/test/resources/walls/testC/mod/modA/TestCModuleA.java b/test/resources/walls/testC/mod/modA/TestCModuleA.java deleted file mode 100644 index 8b9f8d6..0000000 --- a/test/resources/walls/testC/mod/modA/TestCModuleA.java +++ /dev/null @@ -1,7 +0,0 @@ - -package mod.modA; - -public class TestCModuleA -{ - -};
\ No newline at end of file diff --git a/test/resources/walls/testC/mod/modA/TrialCModuleA.java b/test/resources/walls/testC/mod/modA/TrialCModuleA.java new file mode 100644 index 0000000..a7c6a89 --- /dev/null +++ b/test/resources/walls/testC/mod/modA/TrialCModuleA.java @@ -0,0 +1,7 @@ + +package mod.modA; + +public class TrialCModuleA +{ + +};
\ No newline at end of file |