diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-03-10 17:19:31 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-03-10 17:19:31 +0530 |
| commit | 8e7ecb9bd74da16524ad69f79cdfaf943dedc1dc (patch) | |
| tree | 869039bd2eab55992417485aca53d2fefc110109 | |
| parent | b16e8d6175c0e4453cf32da0078db5acd3e32102 (diff) | |
Modified to copy rootfiles directory in the webstart build
| -rwxr-xr-x | gmc-build.sh | 1 | ||||
| -rwxr-xr-x | gmc-gui-buckminster.commands | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
