Index: pom.xml =================================================================== --- pom.xml (revision 26906) +++ pom.xml (working copy) @@ -155,7 +155,7 @@ 2.7.6 4.4-005 1.0.0.PREVIEW1 - 1.0.1 + 1.1.0-ea 1.0 1.6.2 3.0.0-b001 Index: packager/jersey/src/main/resources/pkg_proto.py =================================================================== --- packager/jersey/src/main/resources/pkg_proto.py (revision 26906) +++ packager/jersey/src/main/resources/pkg_proto.py (working copy) @@ -35,21 +35,30 @@ # only if the new code is made subject to such option by the copyright # holder. # + import imp conf = imp.load_source("pkg_conf", "../pkg_conf.py") pkg = { "name" : "jersey", - "version" : "1.0.1,0-0.1", - "attributes" : { - "pkg.summary" : "Jersey RESTful Web services for GlassFish", - "pkg.description" : "Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) Reference Implementation for building RESTful Web services. But, it is also more than the Reference Implementation. Jersey provides additional APIs and extension points (SPIs) so that developers may extend Jersey to suite their needs.", - "info.classification" : "Web Services", - }, - "dirtrees" : [ "jersey", "glassfish" ], - "depends" : { "pkg:/metro@1.4" : {"type" : "require" }}, - "licenses" : { - "../../../../CDDL+GPL.txt" : {"license" : "CDDL and GPL v2 with classpath exception"}, - }, + "version" : "1.1.0,0-1.0", + "attributes" : { "pkg.summary" : "Jersey Core, RESTful Web services for GlassFish", + "pkg.description" : +"Jersey core runtime libraries including some 3rd party dependencies. \ + Documentation and examples of Jersey were moved to a separate package, Jersey Examples And Documentation. \ + If you are about to upgrade Jersey, you might want to install that new package as well, otherwise Jersey examples and javadocs will get deleted. \ + Also please note, that from 1.0.3 version on, Jersey docs and examples get installed into /glassfish/jersey directory instead of just /jersey. \ + Jersey is the open source (under dual CDDL+GPL license)\ + JAX-RS (JSR 311) Reference Implementation for building RESTful Web services. \ + But, it is also more than the Reference Implementation. \ + Jersey provides additional APIs and extension points (SPIs) \ + so that developers may extend Jersey to suite their needs.", + "info.classification" : "Web Services" }, + "dirtrees" : [ "glassfish"], + "depends" : { + "pkg:/glassfish-nucleus@3.0" : {"type" : "require" } + ,"pkg:/metro@1.4" : {"type" : "require" } + }, + "licenses" : { "../../../../CDDL+GPL.txt" : {"license" : "CDDL and GPL v2 with classpath exception"}} } Index: packager/jersey/pom.xml =================================================================== --- packager/jersey/pom.xml (revision 26906) +++ packager/jersey/pom.xml (working copy) @@ -88,15 +88,12 @@ - - org.glassfish.packager.temp - jersey + com.sun.jersey.glassfish.v3 + jersey-gfv3-core ${jersey.version} zip + project @@ -134,9 +131,17 @@ + + + maven2-repository.dev.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + + + - maven2-repository.dev.java.net + maven2-plugin-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2/ Index: packager/jersey/build.xml =================================================================== --- packager/jersey/build.xml (revision 26906) +++ packager/jersey/build.xml (working copy) @@ -25,7 +25,7 @@ - @@ -34,7 +34,7 @@ - +