From 8772f126d1ecbbea4a0dac96aa8cfacf1c0e975d Mon Sep 17 00:00:00 2001 From: tobias <tobias.ullerich@icloud.com> Date: Sat, 9 Jul 2016 22:05:38 +0200 Subject: [PATCH] Update build script --- PlayWall/beta.xml | 5 +++++ PlayWall/build.xml | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/PlayWall/beta.xml b/PlayWall/beta.xml index 26958572..c98b3994 100644 --- a/PlayWall/beta.xml +++ b/PlayWall/beta.xml @@ -17,5 +17,10 @@ <!-- Upload Jar --> <input addproperty="password">Enter password</input> <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar" remotePath="beta" remoteFileName="PlayWall.jar"/> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/ActionPlugin.jar" remotePath="beta/plugins" remoteFileName="ActionPlugin.jar"/> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/AwakePlugin.jar" remotePath="beta/plugins" remoteFileName="AwakePlugin.jar"/> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/EqualizerPlugin.jar" remotePath="beta/plugins" remoteFileName="EqualizerPlugin.jar"/> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/LaunchPadPlugin.jar" remotePath="beta/plugins" remoteFileName="LaunchPadPlugin.jar"/> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/MediaPlugin.jar" remotePath="beta/plugins" remoteFileName="MediaPlugin.jar"/> </target> </project> \ No newline at end of file diff --git a/PlayWall/build.xml b/PlayWall/build.xml index f7a6a8b8..a09efbf3 100644 --- a/PlayWall/build.xml +++ b/PlayWall/build.xml @@ -7,7 +7,7 @@ /Users/tobias/Documents/Programmieren/Java/Libraries/File Parser/YAML/YAMLStorage.jar: /Users/tobias/Documents/Programmieren/Java/Libraries/File Parser/YAML/snakeyaml-1.11.jar: /Users/tobias/Documents/Programmieren/Java/Libraries/File Parser/YAML/guava-15.0.jar" /> - <taskdef name="buildNumber" classname="de.tobias.playwallpm.task.BuildNumberTask" classpath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWallPackageManager/build/PlayWallPM.jar: + <taskdef name="buildNumber" classname="de.tobias.playwallpm.task.BuildNumberTask" classpath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWallPackageManager/build/PlayWallPM.jar: /Users/tobias/Documents/Programmieren/Java/Libraries/jsch/jsch-0.1.53.jar: /Users/tobias/Documents/Programmieren/Java/Libraries/File Parser/YAML/YAMLStorage.jar: /Users/tobias/Documents/Programmieren/Java/Libraries/File Parser/YAML/snakeyaml-1.11.jar: @@ -29,7 +29,12 @@ <input addproperty="password">Enter password</input> - <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar" remotePath="beta" remoteFileName="PlayWall.jar" /> - <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.exe" remotePath="beta" remoteFileName="PlayWall.exe" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar" remotePath="stable" remoteFileName="PlayWall.jar" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.exe" remotePath="stable" remoteFileName="PlayWall.exe" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/ActionPlugin.jar" remotePath="stable/plugins" remoteFileName="ActionPlugin.jar" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/AwakePlugin.jar" remotePath="stable/plugins" remoteFileName="AwakePlugin.jar" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/EqualizerPlugin.jar" remotePath="stable/plugins" remoteFileName="EqualizerPlugin.jar" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/LaunchPadPlugin.jar" remotePath="stable/plugins" remoteFileName="LaunchPadPlugin.jar" /> + <upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/MediaPlugin.jar" remotePath="stable/plugins" remoteFileName="MediaPlugin.jar" /> </target> </project> \ No newline at end of file -- GitLab