diff --git a/README.txt b/README.txt
index 27ada2f806..15d8f9c13e 100644
--- a/README.txt
+++ b/README.txt
@@ -25,10 +25,8 @@ Using Eclipse
Summary of Available Ant Targets
- - configureSolr : Configures Solr for Alfresco
- fullBuild : Creates the amp file and applies it to the war file
- incrementalBuild : Creates the jar file and copies the jar file with other files like css, js, ftl, etc. files
- - prepareEnv : Prepares the development environment (must be run just once)
Summary of Available Internal Ant Targets
@@ -36,6 +34,7 @@ Summary of Available Internal Ant Targets
- alfresco:amp : Creates the amp file using alfresco maven plugin
- alfresco:install : Installs the amp file to the war file
- assembleIconPackage : Assembles an icons package for the module
+ - configureSolr : Configures Solr4 for Alfresco
- copyDBDriver : Copies the DB driver
- copyDevContextFile : Copies the dev-context.xml file
- copyWarFileToTomcat : Copies the war file (amp applied) to the webapp folder
@@ -46,4 +45,5 @@ Summary of Available Internal Ant Targets
- fetchWarFile : Gets the "original" war file
- install : Executes the "mvn install" command
- package : Executes the "mvn package" command
+ - prepareEnv : Prepares the development environment (must be run just once)
- unitTest : Runs the unit tests
\ No newline at end of file
diff --git a/rm-server/build.properties b/rm-server/build.properties
index 822952c94d..fa6182cc67 100644
--- a/rm-server/build.properties
+++ b/rm-server/build.properties
@@ -5,16 +5,4 @@
app.war.artifactId=alfresco
# Tomcat folder name used by the alfresco application
-app.tomcat=tomcat
-
-# Solr configuration
-solr.directory=solr
-solr.artifactId=alfresco-solr
-solr.packaging=zip
-solr.package=${solr.artifactId}.${solr.packaging}
-
-# DB driver properties
-db.driver.groupId=postgresql
-db.driver.artifactId=${db.driver.groupId}
-db.driver.version=9.1-901.jdbc4
-db.driver.packaging=jar
\ No newline at end of file
+app.tomcat=tomcat
\ No newline at end of file
diff --git a/rm-server/build.xml b/rm-server/build.xml
index 5dfd57293c..38b8d1509c 100644
--- a/rm-server/build.xml
+++ b/rm-server/build.xml
@@ -10,10 +10,10 @@
-
-
-
-
+
+
+
+
@@ -24,16 +24,7 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -118,4 +109,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file