Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2014-07-08 09:54:03 +0000
committerMikael Barbero2014-07-18 09:49:56 +0000
commit49004d7e61885a4547666dbe3eef46462cb0aa4a (patch)
tree5f72c215a116cd87653a493887b1e11134589349
parentba9dd53434681f365af0fa1a0771abddde092aa9 (diff)
downloadorg.eclipse.emf.compare-49004d7e61885a4547666dbe3eef46462cb0aa4a.tar.gz
org.eclipse.emf.compare-49004d7e61885a4547666dbe3eef46462cb0aa4a.tar.xz
org.eclipse.emf.compare-49004d7e61885a4547666dbe3eef46462cb0aa4a.zip
update README for Mars dev
-rw-r--r--README.textile8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.textile b/README.textile
index b42fdec8c..5efdc08f7 100644
--- a/README.textile
+++ b/README.textile
@@ -2,7 +2,7 @@ h1. EMF Compare
h2. Installation
-* The latest version of EMF Compare can be installed from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1
+* The latest version of EMF Compare can be installed from http://download.eclipse.org/modeling/emf/compare/updates/releases/3.0
* More detailed installation instructions on http://www.eclipse.org/emf/compare/documentation/latest/user/user-guide.html#Installing_EMF_Compare
h3. Prerequesites
@@ -37,13 +37,13 @@ h2. Build
EMF Compare can be built using maven from within the org.eclipse.emf.compare-parent sub-folder of this repository :
-@mvn clean package -Pluna@
+@mvn clean package -Pmars@
-The above example will build the EMF Compare binaries against a Luna platform. Select the appropriate profile according to the platform you wish to install EMF Compare on, one in [luna, kepler, juno, indigo, helios, galileo].
+The above example will build the EMF Compare binaries against a Mars platform. Select the appropriate profile according to the platform you wish to install EMF Compare on, one in [mars, luna, kepler, juno, indigo, helios, galileo].
You can also check the tests using
-@mvn verify -Pluna --fail-at-end -Dmaven.test.failure.ignore=true@
+@mvn verify -Pmars --fail-at-end -Dmaven.test.failure.ignore=true@
h2. Contributing

Back to the top