diff --git a/build.properties b/build.properties
index 9a73144a6d..07a1a87a57 100644
--- a/build.properties
+++ b/build.properties
@@ -11,12 +11,13 @@ mvn.exec=${env.MAVEN_HOME}/bin/mvn.bat
bash.exec=${env.CYGWIN_HOME}/bin/bash
catalina.exec=${app.tomcat.folder}/bin/catalina.sh
-# Maven build directory properties
-mvn.build.directory=target
-mvn.resources.directory=src/main/resources
+# Ant directory properties
+ant.build.directory=target
+ant.config.directory=config
+ant.source.web.directory=source/web
# Tomcat properties
-app.tomcat.folder=${mvn.build.directory}/../../../software/${app.tomcat}
+app.tomcat.folder=${ant.build.directory}/../../../software/${app.tomcat}
app.tomcat.webapps=${app.tomcat.folder}/webapps
# Application properties
diff --git a/build.xml b/build.xml
index 6e3a3e3f27..3d96d5c6d9 100644
--- a/build.xml
+++ b/build.xml
@@ -9,7 +9,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -57,7 +57,7 @@
-
+
@@ -85,8 +85,9 @@
-
-
+
+
+
@@ -99,9 +100,11 @@
-
-
+
+
+
+
@@ -113,18 +116,18 @@
-
+
-
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/rm-server/build.xml b/rm-server/build.xml
index 621153ce72..510bf020c6 100644
--- a/rm-server/build.xml
+++ b/rm-server/build.xml
@@ -21,7 +21,7 @@
-
+
diff --git a/rm-server/config/readme.txt b/rm-server/config/readme.txt
deleted file mode 100644
index 4659be670f..0000000000
--- a/rm-server/config/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Files in this directory will be added to the amp.
\ No newline at end of file
diff --git a/rm-server/pom.xml b/rm-server/pom.xml
index 6b2bd6adc5..b02eca6175 100644
--- a/rm-server/pom.xml
+++ b/rm-server/pom.xml
@@ -38,7 +38,7 @@
-
+
org.codehaus.mojo
build-helper-maven-plugin
diff --git a/rm-server/source/resources/readme.txt b/rm-server/source/resources/readme.txt
deleted file mode 100644
index c3322908fb..0000000000
--- a/rm-server/source/resources/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Files in this directory will be added to the jar.
\ No newline at end of file