]> WPIA git - gigi.git/commitdiff
updating update script to jetty-9.2.16.v20160407
authorFelix Dörre <felix@dogcraft.de>
Thu, 30 Jun 2016 10:58:00 +0000 (12:58 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 30 Jun 2016 15:13:28 +0000 (17:13 +0200)
Change-Id: I9f1221ba227c3ba582d0135dd2577604b219d8ce

doc/getJetty.sh

index 9c9dddad40266c03cbbdae78d6d47000a20f53a5..2b1bd95021464efdaba84618eb9ac40b34c46a89 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 JETTY=C:/jars/jetty-distribution-9.1.0.RC0/org.eclipse.jetty.project
 
 pushd ../lib/jetty/org/eclipse/jetty
@@ -6,7 +7,7 @@ rm -fR *
 
 pushd $JETTY
 
-git checkout refs/tags/jetty-9.2.1.v20140609
+git checkout refs/tags/jetty-9.2.16.v20160407
 popd