refactor: Put linux back in client product Change-Id: I867aaf4e25e03ea5359bdc946ca5b8cf5c66f953 Signed-off-by: broberts <baily.e.roberts@boeing.com>
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 9a86a36..1652fe5 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