diff options
5 files changed, 4 insertions, 8 deletions
diff --git a/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex b/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex index 64c158b4..9559c663 100644 --- a/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex +++ b/com.gluster.storage.management.gui.feature.webstart/buckminster.cspex @@ -26,7 +26,7 @@ </public> <public name="sign.jars" actor="ant"> <actorProperties> - <property key="buildFile" value="product.ant" /> + <property key="buildFile" value="build/product.ant" /> <property key="targets" value="sign"/> </actorProperties> </public> diff --git a/com.gluster.storage.management.gui.feature.webstart/build/product.ant b/com.gluster.storage.management.gui.feature.webstart/build/product.ant index 5a64e9cd..b0fc0007 100644 --- a/com.gluster.storage.management.gui.feature.webstart/build/product.ant +++ b/com.gluster.storage.management.gui.feature.webstart/build/product.ant @@ -13,7 +13,7 @@ </target> <target name="sign"> - <signjar alias="gluster" storepass="gluster" keypass="gluster" keystore="gluster.keystore"> + <signjar alias="gluster" storepass="gluster" keypass="gluster" keystore="build/gluster.keystore"> <fileset dir="${installer.dir}/plugins"> <include name="*.jar" /> </fileset> diff --git a/com.gluster.storage.management.gui/META-INF/MANIFEST.MF b/com.gluster.storage.management.gui/META-INF/MANIFEST.MF index 7c0ba23a..2e59c854 100644 --- a/com.gluster.storage.management.gui/META-INF/MANIFEST.MF +++ b/com.gluster.storage.management.gui/META-INF/MANIFEST.MF @@ -24,6 +24,4 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.1", org.eclipse.core.resources Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy -Bundle-ClassPath: lib/jersey-client-1.4.jar, - lib/jersey-core-1.4.jar, - . +Bundle-ClassPath: . diff --git a/com.gluster.storage.management.gui/build.properties b/com.gluster.storage.management.gui/build.properties index 83944c06..47ced62b 100644 --- a/com.gluster.storage.management.gui/build.properties +++ b/com.gluster.storage.management.gui/build.properties @@ -5,8 +5,6 @@ bin.includes = META-INF/,\ icons/,\ product_lg.gif,\ splash.bmp,\ - lib/jersey-client-1.4.jar,\ - lib/jersey-core-1.4.jar,\ splash/,\ images/,\ plugin.xml,\ diff --git a/com.gluster.storage.management.releng/glustermc.rmap b/com.gluster.storage.management.releng/glustermc.rmap index e9eecdae..c4b69bf9 100644 --- a/com.gluster.storage.management.releng/glustermc.rmap +++ b/com.gluster.storage.management.releng/glustermc.rmap @@ -11,7 +11,7 @@ <bc:propertyRef key="workspace.root"/> <bc:propertyRef key="buckminster.component"/> </rm:uri> - <rm:property key="git.remote.uri" value="shireesh@test.gluster.com:/data/private/gmc-src.git"/> + <rm:property key="git.remote.uri" value="/data/private/gmc-src.git"/> <rm:property key="git.remote.name" value="origin"/> </rm:provider> </rm:searchPath> |
