diff options
author | Ed Merks | 2018-01-24 03:55:37 +0000 |
---|---|---|
committer | Ed Merks | 2018-01-24 03:55:37 +0000 |
commit | fe63d690ef8473ea88c97f5a5dbcde5f6ca9e0ce (patch) | |
tree | 360f59b5e77cd4bc6729106dafffc1c66a1a5f95 /releng/org.eclipse.emf.parent | |
parent | 97a17b3c7cd0ca4fb95e160e8e9fc2e5080f3ba0 (diff) | |
download | org.eclipse.emf-fe63d690ef8473ea88c97f5a5dbcde5f6ca9e0ce.tar.gz org.eclipse.emf-fe63d690ef8473ea88c97f5a5dbcde5f6ca9e0ce.tar.xz org.eclipse.emf-fe63d690ef8473ea88c97f5a5dbcde5f6ca9e0ce.zip |
[Releng] Improve EMF.setup and make Build launches portable
Diffstat (limited to 'releng/org.eclipse.emf.parent')
-rw-r--r-- | releng/org.eclipse.emf.parent/Build EMF.launch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.emf.parent/Build EMF.launch b/releng/org.eclipse.emf.parent/Build EMF.launch index f628be99b..459ea873f 100644 --- a/releng/org.eclipse.emf.parent/Build EMF.launch +++ b/releng/org.eclipse.emf.parent/Build EMF.launch @@ -2,14 +2,14 @@ <launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> <mapAttribute key="org.eclipse.debug.core.environmentVariables"> -<mapEntry key="JAVA_HOME" value="C:\Program Files\Java\jdk1.8.0_121"/> +<mapEntry key="JAVA_HOME" value="${maven.build.java.home}"/> </mapAttribute> <stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE" value="${workspace_loc:/org.eclipse.emf.site}/build.log"/> <listAttribute key="org.eclipse.debug.ui.favoriteGroups"> <listEntry value="org.eclipse.ui.externaltools.launchGroup"/> </listAttribute> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="D:\eclipse\apache-maven-3.3.9\bin\mvn.cmd"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${maven.build.command}"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dbuild.id=Local -Demf.commit.id=Unknown -Dxsd.commit.id=Unknown -Dtycho.debug.resolver=true -DX ${string_prompt:arguments to modify the arguments used for the Tycho build. 	Change -Dtarget-platform to one of the following valid choices. 	 	helios 		indigo 		juno 		kepler 		luna 		mars 		neon 		oxygen 		photon 	Change -DskipTests=false to -DskipTests=true to skip the tests. 		The tests take long to run! 	Change -DDdebugPort=8000 to -DdebugPort=8000 to remote debug the tests. 		Each test will block waiting for a remote debugger to attach. 	Remove --offline to build online. 		Online takes longer but it is needed the first time you build! :-Dtarget-platform=oxygen -DskipTests=false -DDdebugPort=8000 --offline} --fail-at-end clean verify"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${emf.git.clone.location}"/> </launchConfiguration> |