command-line-debugger now follow easyant standards direcotry layout

git-svn-id: https://svn.apache.org/repos/asf/incubator/easyant/tasks/trunk@1413501 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/command-line-debugger/module.ivy b/command-line-debugger/module.ivy
index 67588e7..1875415 100644
--- a/command-line-debugger/module.ivy
+++ b/command-line-debugger/module.ivy
@@ -18,9 +18,6 @@
     <info organisation="org.apache.easyant.tasks" module="cl-debugger" status="integration" revision="0.1">

         <extends organisation="org.apache.easyant.tasks" module="parent-task" revision="0.1"/>

         <ea:build module="build-std-java" revision="0.9" />

-        <ea:property name="src.main.java" value="src/main" />

-        <ea:property name="src.main.resources" value="src/main" />

-        <ea:property name="resources.std.includes.pattern" value="**/*.properties" />

     </ea:build>

     </info>

     <configurations>

@@ -34,4 +31,4 @@
         <dependency org="junit" name="junit" rev="4.4" conf="test->default" />

         <dependency org="org.apache.ant" name="ant" rev="1.8.2" conf="provided->default" />

     </dependencies>

-</ivy-module>

+</ivy-module>
\ No newline at end of file
diff --git a/command-line-debugger/src/main/java/org/apache/ant/debugger/debug-support.properties b/command-line-debugger/src/main/resources/org/apache/ant/debugger/debug-support.properties
similarity index 100%
rename from command-line-debugger/src/main/java/org/apache/ant/debugger/debug-support.properties
rename to command-line-debugger/src/main/resources/org/apache/ant/debugger/debug-support.properties