summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarnold <[email protected]>2007-07-31 03:22:55 +0000
committercarnold <[email protected]>2007-07-31 03:22:55 +0000
commite605c3fdeed2955ed303f6838716607cebb10864 (patch)
treecca316cf12c8f517d9e91d649f2374ce4d297c53
parent6e33899d3676c1f470c41703ac0b512341e9324c (diff)
Bug 1760649: Initial Maven 2 build for ant-contrib
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/ant-contrib/trunk@131 32d7a393-a5a9-423c-abd3-5d954feb1f2f
-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