diff options
author | broberts | 2020-07-14 20:47:04 +0000 |
---|---|---|
committer | broberts | 2020-07-14 20:47:04 +0000 |
commit | 18bd068614592b12f74d08af0386b9dceb9899b8 (patch) | |
tree | 626e1bf8b251a27620ddcce2ec93638c32b9052a | |
parent | e3975857f21b1ef812c9853df1bcd326acf94a06 (diff) | |
download | org.eclipse.osee-linux.tar.gz org.eclipse.osee-linux.tar.xz org.eclipse.osee-linux.zip |
refactor: Put linux back in client productlinux
Change-Id: I867aaf4e25e03ea5359bdc946ca5b8cf5c66f953
Signed-off-by: broberts <baily.e.roberts@boeing.com>
-rw-r--r-- | plugins/org.eclipse.osee.client.all.product/customize-product.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.client.all.product/customize-product.xml b/plugins/org.eclipse.osee.client.all.product/customize-product.xml index 9a86a36e61b..1652fe5b67e 100644 --- a/plugins/org.eclipse.osee.client.all.product/customize-product.xml +++ b/plugins/org.eclipse.osee.client.all.product/customize-product.xml @@ -15,8 +15,12 @@ <property name="defaultWorkspaceName" value="workspace" /> <property name="additionalExecIniArgs" value=" " /> + <updateProduct os="win32" ws="win32" arch="x86" jreVersion="1.6.0_31" /> <updateProduct os="win32" ws="win32" arch="x86_64" jreVersion="1.6.0_31" /> + <updateProduct os="linux" ws="gtk" arch="x86" jreVersion="1.6.0_26" /> <updateProduct os="linux" ws="gtk" arch="x86_64" jreVersion="1.6.0_30" /> + <!--<updateProduct os="solaris" ws="gtk" arch="sparc" jreVersion="1.6.0_24" /> --> + <updateProduct os="macosx" ws="cocoa" arch="x86_64" jreVersion="_" /> </target> <!-- *************************************************************** --> @@ -61,7 +65,7 @@ <!-- NO DEBUG EXEC for MACOSX --> </then> <else> - <generateExecutable os="@{os}" productDir="${productPath}" execName="oseeDebug" eclipseArgs="-console${line.separator}-consoleLog" extravmargs="-Xmx2G${line.separator}-Xdebug${line.separator}-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9009" additionalVmArgs="-Dosee.default.broker.uri=<BROKER_ADDRESS>${line.separator}-Dosee.application.server=http://localhost:8089${line.separator}-Dosee.authentication.protocol=demo${line.separator}${additionalExecIniArgs}" /> + <generateExecutable os="@{os}" productDir="${productPath}" execName="oseeDebug" eclipseArgs="-console${line.separator}-consoleLog" extravmargs="-Xmx1G${line.separator}-Xdebug${line.separator}-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9009" additionalVmArgs="-Dosee.default.broker.uri=<BROKER_ADDRESS>${line.separator}-Dosee.application.server=http://localhost:8089${line.separator}-Dosee.authentication.protocol=demo${line.separator}${additionalExecIniArgs}" /> </else> </if> @@ -155,6 +159,9 @@ <copy file="@{productDir}/osee${execExtension}" tofile="@{productDir}/@{execName}${execExtension}" overwrite="true" /> <copy file="@{productDir}/osee.ini" tofile="${outputIni}" overwrite="true" /> + <!-- <replaceregexp file="@{outputIni}" match="-showsplash.*" replace="" + flags="s" /> --> + <echo file="${outputIni}" append="false"> @{eclipseArgs} -vmargs |