updated routeconverter JAR's version in feature.xml; fixed typo in target platform upload script

This commit is contained in:
Axel Uhl
2014-06-03 22:53:26 +02:00
parent 61ad832f58
commit ee5d569a0f
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ ssh $USER@$SERVER "rm -rf $REPO_HOME/sailing"
echo "Uploading local repository to $REPO_HOME/sailing"
scp -r ../../com.sap.sailing.targetplatform.base/gen/p2 $USER@$SERVER:$REPO_HOME/sailing
ecoh "Making readable for everyone..."
echo "Making readable for everyone..."
ssh $USER@SERVER "chmod -R a+r $REPO_HOME/sailing/*"
echo "Remote files now available:"