Author: dleidert-guest Date: 2009-06-10 15:24:44 +0000 (Wed, 10 Jun 2009) New Revision: 8331
Modified: trunk/glassfish/debian/watch Log: * debian/watch: Fixed (won't handle v3 - but the old didn't handle it too). Modified: trunk/glassfish/debian/watch =================================================================== --- trunk/glassfish/debian/watch 2009-06-10 15:08:33 UTC (rev 8330) +++ trunk/glassfish/debian/watch 2009-06-10 15:24:44 UTC (rev 8331) @@ -1,5 +1,4 @@ version=3 -https://glassfish.dev.java.net \ - https://glassfish.dev.java.net/downloads/v(2.*).html \ - .*/glassfish-v(.*)-src.zip debian debian/orig-tar.sh +http://download.java.net/javaee5/v(2[[:digit:].]+)/promoted/source/glassfish-v([[:alnum:].-]+)-src.zip \ + debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

