From 8e7ecb9bd74da16524ad69f79cdfaf943dedc1dc Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Thu, 10 Mar 2011 17:19:31 +0530 Subject: Modified to copy rootfiles directory in the webstart build --- gmc-build.sh | 1 + gmc-gui-buckminster.commands | 1 + 2 files changed, 2 insertions(+) diff --git a/gmc-build.sh b/gmc-build.sh index 54d3a7bb..4a9b1982 100755 --- a/gmc-build.sh +++ b/gmc-build.sh @@ -72,6 +72,7 @@ build() echo "Exporting the product..." ./buckminster perform --properties ${PROPERTIES_FILE} ${MAIN_FEATURE}#create.eclipse.jnlp.product + ./buckminster perform --properties ${PROPERTIES_FILE} ${MAIN_FEATURE}#copy.root.files # buckminster signs the jars using eclipse certificate - hence unsign and sign them again echo "Signing product jars..." diff --git a/gmc-gui-buckminster.commands b/gmc-gui-buckminster.commands index 441baa71..8d55075b 100755 --- a/gmc-gui-buckminster.commands +++ b/gmc-gui-buckminster.commands @@ -4,5 +4,6 @@ importtarget --active gmc-src/com.gluster.storage.management.releng/gluster-mana import gmc-src/com.gluster.storage.management.releng/com.gluster.storage.management.gui.feature.webstart.cquery perform com.gluster.storage.management.gui.feature.webstart#create.eclipse.jnlp.product +perform com.gluster.storage.management.gui.feature.webstart#copy.root.files perform com.gluster.storage.management.gui.feature.webstart#unsign.jars perform com.gluster.storage.management.gui.feature.webstart#sign.jars -- cgit