You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/08/27 08:13:24 UTC

svn commit: r689369 - /tuscany/java/sca/tools/eclipse34/site/updatesite/etc/generate-p2.sh

Author: jsdelfino
Date: Tue Aug 26 23:13:23 2008
New Revision: 689369

URL: http://svn.apache.org/viewvc?rev=689369&view=rev
Log:
Added -nosplash option to the build script to avoid locking the UI with the Eclipse splash screen.

Modified:
    tuscany/java/sca/tools/eclipse34/site/updatesite/etc/generate-p2.sh

Modified: tuscany/java/sca/tools/eclipse34/site/updatesite/etc/generate-p2.sh
URL: http://svn.apache.org/viewvc/tuscany/java/sca/tools/eclipse34/site/updatesite/etc/generate-p2.sh?rev=689369&r1=689368&r2=689369&view=diff
==============================================================================
--- tuscany/java/sca/tools/eclipse34/site/updatesite/etc/generate-p2.sh (original)
+++ tuscany/java/sca/tools/eclipse34/site/updatesite/etc/generate-p2.sh Tue Aug 26 23:13:23 2008
@@ -22,7 +22,7 @@
 cd target/p2-tmp
 unzip ../apache-tuscany-sca-1.4-SNAPSHOT-updatesite.zip
 
-eclipse -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -updateSite tuscany-sca-1.4-SNAPSHOT-updatesite/ -site file:tuscany-sca-1.4-SNAPSHOT-updatesite/site.xml -metadataRepository file:tuscany-sca-1.4-SNAPSHOT-updatesite/ -metadataRepositoryName "Apache Tuscany SCA Eclipse Update Site." -artifactRepository file:tuscany-sca-1.4-SNAPSHOT-updatesite/ -artifactRepositoryName "Eclipse Ganymede Artifacts" -noDefaultIUs -vmargs -Xmx256m
+eclipse -nosplash -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -updateSite tuscany-sca-1.4-SNAPSHOT-updatesite/ -site file:tuscany-sca-1.4-SNAPSHOT-updatesite/site.xml -metadataRepository file:tuscany-sca-1.4-SNAPSHOT-updatesite/ -metadataRepositoryName "Apache Tuscany SCA Eclipse Update Site." -artifactRepository file:tuscany-sca-1.4-SNAPSHOT-updatesite/ -artifactRepositoryName "Eclipse Ganymede Artifacts" -noDefaultIUs -vmargs -Xmx256m
 
 zip ../apache-tuscany-sca-1.4-SNAPSHOT-updatesite.zip tuscany-sca-1.4-SNAPSHOT-updatesite/artifacts.xml tuscany-sca-1.4-SNAPSHOT-updatesite/content.xml