added Apache Felix shell and remote shell to target platform

This commit is contained in:
Axel Uhl
2013-12-09 10:35:10 +01:00
parent 95f04c8e89
commit 94c41e83a8
4 changed files with 28 additions and 14 deletions
+14 -14
View File
@@ -1,14 +1,14 @@
#!/bin/bash
set -u
ECLIPSE_HOME=c:/apps/eclipse371
SAILING_GIT_HOME=c:/data/SAP/sailing/workspace
TARGET_PLATFORM_BASE_DIR=${SAILING_GIT_HOME}/java/com.sap.sailing.targetplatform.base
ECLIPSE_VM_ARGS="-Xmx256m"
ECLIPSE_LAUNCHER=${ECLIPSE_HOME}/plugins/org.eclipse.equinox.launcher_*.jar
java -jar ${ECLIPSE_LAUNCHER} -consolelog -nosplash -verbose -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
-metadataRepository file:/${TARGET_PLATFORM_BASE_DIR}/gen/p2 \
-artifactRepository file:/${TARGET_PLATFORM_BASE_DIR}/gen/p2 \
-source ${TARGET_PLATFORM_BASE_DIR} \
-publishArtifacts -publishArtifactRepository -compress -noDefaultIUs -vmargs ${ECLIPSE_VM_ARGS}
#!/bin/bash
set -u
ECLIPSE_HOME=c:/apps/eclipse
SAILING_GIT_HOME=c:/data/SAP/sailing/workspace
TARGET_PLATFORM_BASE_DIR=${SAILING_GIT_HOME}/java/com.sap.sailing.targetplatform.base
ECLIPSE_VM_ARGS="-Xmx256m"
ECLIPSE_LAUNCHER=${ECLIPSE_HOME}/plugins/org.eclipse.equinox.launcher_*.jar
java -jar ${ECLIPSE_LAUNCHER} -consolelog -nosplash -verbose -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
-metadataRepository file:/${TARGET_PLATFORM_BASE_DIR}/gen/p2 \
-artifactRepository file:/${TARGET_PLATFORM_BASE_DIR}/gen/p2 \
-source ${TARGET_PLATFORM_BASE_DIR} \
-publishArtifacts -publishArtifactRepository -compress -noDefaultIUs -vmargs ${ECLIPSE_VM_ARGS}