summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ant-body.xml2
-rw-r--r--ant-prologue.xml3
-rw-r--r--src/main/resources/net/sf/antcontrib/antcontrib.properties (renamed from src/main/java/net/sf/antcontrib/antcontrib.properties)0
-rw-r--r--src/main/resources/net/sf/antcontrib/antlib.xml (renamed from src/main/java/net/sf/antcontrib/antlib.xml)0
4 files changed, 3 insertions, 2 deletions
diff --git a/ant-body.xml b/ant-body.xml
index c0125cc..3874ef7 100644
--- a/ant-body.xml
+++ b/ant-body.xml
@@ -27,7 +27,7 @@
/>
<copy todir="${target.classes.dir}">
- <fileset dir="${src.java.dir}"
+ <fileset dir="${src.resources.dir}"
includes="**/*.properties,**/*.xml" />
</copy>
</target>
diff --git a/ant-prologue.xml b/ant-prologue.xml
index 0f5164f..41b191a 100644
--- a/ant-prologue.xml
+++ b/ant-prologue.xml
@@ -18,8 +18,9 @@
<property file="build.properties" />
<property name="root.dir" location="." />
- <property name="src.dir" location="src" />
+ <property name="src.dir" location="src/main" />
<property name="src.java.dir" location="${src.dir}/java" />
+ <property name="src.resources.dir" location="${src.dir}/resources" />
<property name="test.dir" location="test" />
<property name="test.src.dir" location="${test.dir}/src" />
<property name="test.resources.dir" location="${test.dir}/resources" />
diff --git a/src/main/java/net/sf/antcontrib/antcontrib.properties b/src/main/resources/net/sf/antcontrib/antcontrib.properties
index b42b4ec..b42b4ec 100644
--- a/src/main/java/net/sf/antcontrib/antcontrib.properties
+++ b/src/main/resources/net/sf/antcontrib/antcontrib.properties
diff --git a/src/main/java/net/sf/antcontrib/antlib.xml b/src/main/resources/net/sf/antcontrib/antlib.xml
index 203b12e..203b12e 100644
--- a/src/main/java/net/sf/antcontrib/antlib.xml
+++ b/src/main/resources/net/sf/antcontrib/antlib.xml