diff --git a/README.txt b/README.txt
index 17e30e68a9..3f0c7af850 100644
--- a/README.txt
+++ b/README.txt
@@ -20,29 +20,30 @@ Using Eclipse
- Browse to the code directory of your project and select "rm-server/pom.xml" and "rm-share/pom.xml". DO NOT select the parent "/pom.xml"
- Open the Ant view and add the build files for both modules ("build.xml")
- Run the "prepareEnv" target for rm-server which will prepare the development environment. This target must be run just once.
- - Now "buildAndDeploy" target can be run which will create the amp file, apply it to the war file and copy the war file to webapps folder.
+ - Now "fullBuild" target can be run which will create the amp file, apply it to the war file and copy the war file to webapps folder.
Summary of Available Ant Targets
- - assembleIconPackage : Assembles an icons package for the module
- - assembleLocalisationPackage : Assembles an i18n package for the module
- - buildAndDeploy : Creates the amp file and applies it to the war file
+ - 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)
- - tomcat-start : Starts a tomcat instance
- - tomcat-start-debug : Starts a tomcat instance in debug mode
- - tomcat-stop : Stops the running tomcat instance
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
- - cleanTarget : Deletes the "target" folder
+ - assembleIconPackage : Assembles an icons package for the module
- copyDBDriver : Copies the DB driver
- copyDevContextFile : Copies the dev-context.xml file
- copyWarFileToTomcat : Copies the war file (amp applied) to the webapp folder
+ - copyWebDirectory : Copies the source/web folder
- deleteExplodedWar : Deletes the exploded war file
- deleteWarFile : Deletes the war file
+ - fetchSOLR : Gets the the SOLR artifact
- fetchWarFile : Gets the "original" war file
- - install : Executes the "mvn install" command
\ No newline at end of file
+ - install : Executes the "mvn install" command
+ - package : Executes the "mvn package" command
+ - unitTest : Runs the unit tests
\ No newline at end of file
diff --git a/build.xml b/build.xml
index 3a7a2857f6..89f8e66436 100644
--- a/build.xml
+++ b/build.xml
@@ -55,15 +55,6 @@
-
-
-
-
-
-
-
-
-
diff --git a/rm-server/build.xml b/rm-server/build.xml
index 5871a0be70..0551112569 100644
--- a/rm-server/build.xml
+++ b/rm-server/build.xml
@@ -46,7 +46,7 @@
-