diff options
author | Ed Merks | 2018-01-24 11:39:59 +0000 |
---|---|---|
committer | Ed Merks | 2018-01-24 11:39:59 +0000 |
commit | 7780d0d4d8431bcc2b95129d8ed4e2e05dd30155 (patch) | |
tree | 5dafe8cab3b9f61a038750be7ce0a84acfa498b9 /releng/org.eclipse.emf.parent | |
parent | 4ea1d90041a9743f7ac79bf7315f7189d8b5eeed (diff) | |
download | org.eclipse.emf-7780d0d4d8431bcc2b95129d8ed4e2e05dd30155.tar.gz org.eclipse.emf-7780d0d4d8431bcc2b95129d8ed4e2e05dd30155.tar.xz org.eclipse.emf-7780d0d4d8431bcc2b95129d8ed4e2e05dd30155.zip |
[Releng] Improve EMF.setup and make Build launches more portable
Diffstat (limited to 'releng/org.eclipse.emf.parent')
-rw-r--r-- | releng/org.eclipse.emf.parent/Build EMF.launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.parent/Build EMF.launch b/releng/org.eclipse.emf.parent/Build EMF.launch index 459ea873f..7bcbffe55 100644 --- a/releng/org.eclipse.emf.parent/Build EMF.launch +++ b/releng/org.eclipse.emf.parent/Build EMF.launch @@ -10,6 +10,6 @@ </listAttribute> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/> <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_TOOL_ARGUMENTS" value="-Dbuild.id=${current_date:yyyyMMddHHmm} -Demf.commit.id=fe63d690ef8473ea88c97f5a5dbcde5f6ca9e0ce -Dxsd.commit.id=411d33726100f7b27ec81ebaeb0704418753c37a -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> |