summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-integration/samples/sca/supplychain/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-integration/samples/sca/supplychain/run.bat')
-rwxr-xr-xbranches/sca-java-integration/samples/sca/supplychain/run.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/branches/sca-java-integration/samples/sca/supplychain/run.bat b/branches/sca-java-integration/samples/sca/supplychain/run.bat
deleted file mode 100755
index f0dc934ada..0000000000
--- a/branches/sca-java-integration/samples/sca/supplychain/run.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-echo off
-rem set java_debug_set=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=3720,server=y,suspend=y
-mkdir target\standalone
-pushd target\standalone
-jar -xf "%USERPROFILE%\.m2\repository\org\apache\tuscany\standalone\1.0-SNAPSHOT\standalone-1.0-SNAPSHOT-bin.zip"
-popd
-java %java_debug_set% -jar target\standalone\bin\launcher.jar --classpath "%USERPROFILE%\.m2\repository\org\apache\tuscany\samples\sca\sample-supplychain\1.0-SNAPSHOT\sample-supplychain-1.0-SNAPSHOT.jar" %*