Index: extras/javaee/manifest-jar/src/main/resources/META-INF/MANIFEST.MF =================================================================== --- extras/javaee/manifest-jar/src/main/resources/META-INF/MANIFEST.MF (revision 52514) +++ extras/javaee/manifest-jar/src/main/resources/META-INF/MANIFEST.MF (working copy) @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Archiver-Version: Plexus Archiver -Created-By: Apache Maven -Build-Jdk: -Class-Path: ../modules/javax.servlet.jar ../modules/endorsed/javax.annotation.jar ../modules/javax.ejb.jar ../modules/javax.transaction.jar ../modules/javax.enterprise.deploy.jar ../modules/javax.management.j2ee.jar ../modules/javax.resource.jar ../modules/javax.security.auth.message.jar ../modules/javax.security.jacc.jar ../modules/webservices-osgi.jar ../modules/jaxb-osgi.jar ../modules/endorsed/jaxb-api-osgi.jar ../modules/endorsed/webservices-api-osgi.jar ../modules/javax.mail.jar ../modules/javax.faces.jar ../modules/javax.servlet.jsp.jar ../modules/javax.servlet.jsp.jstl.jar ../modules/javax.persistence.jar ../modules/javax.jms.jar ../modules/bean-validator.jar ../modules/weld-osgi-bundle.jar ../../mq/lib/jaxm-api.jar ../modules/jersey-core.jar -GlassFish-ServerExcluded: true Index: extras/javaee/manifest-jar/pom.xml =================================================================== --- extras/javaee/manifest-jar/pom.xml (revision 52514) +++ extras/javaee/manifest-jar/pom.xml (working copy) @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development @@ -60,7 +60,10 @@ maven-jar-plugin - src/main/resources/META-INF/MANIFEST.MF + + ../modules/javax.servlet.jar ../modules/endorsed/javax.annotation.jar ../modules/javax.ejb.jar ../modules/javax.transaction.jar ../modules/javax.enterprise.deploy.jar ../modules/javax.management.j2ee.jar ../modules/javax.resource.jar ../modules/javax.security.auth.message.jar ../modules/javax.security.jacc.jar ../modules/webservices-osgi.jar ../modules/jaxb-osgi.jar ../modules/endorsed/jaxb-api-osgi.jar ../modules/endorsed/webservices-api-osgi.jar ../modules/javax.mail.jar ../modules/javax.faces.jar ../modules/javax.servlet.jsp.jar ../modules/javax.servlet.jsp.jstl.jar ../modules/javax.persistence.jar ../modules/javax.jms.jar ../modules/bean-validator.jar ../modules/weld-osgi-bundle.jar ../../mq/lib/jaxm-api.jar ../modules/jersey-core.jar + true + Index: web/weld-integration-fragment/pom.xml =================================================================== --- web/weld-integration-fragment/pom.xml (revision 52514) +++ web/weld-integration-fragment/pom.xml (working copy) @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development @@ -78,14 +78,7 @@ - -org.jboss.weld.proxy.util, -org.jboss.weld.bean.proxy.util, -org.jboss.weld.context.http, -org.jboss.weld.context.cache, -org.jboss.weld.bean.builtin.ee, -javassist.util.proxy - + org.jboss.weld.proxy.util, org.jboss.weld.bean.proxy.util, org.jboss.weld.context.http, org.jboss.weld.context.cache, org.jboss.weld.bean.builtin.ee, javassist.util.proxy ${project.description}