Index: v3/common/pom.xml =================================================================== --- pom.xml (revision 38610) +++ pom.xml (working copy) @@ -53,7 +53,6 @@ glassfish-api mbeanserver - stats77 amx-core amx-core-impl @@ -62,9 +61,9 @@ amx-j2ee amx-j2ee-impl amx-ext-impl - mejb - mejb-frag - + amx-all + mejb + mejb-frag glassfish-ee-api internal-api annotation-framework Index: v3/extras/mx/scripts/mx =================================================================== --- mx/scripts/mx (revision 38606) +++ mx/scripts/mx (working copy) @@ -62,7 +62,7 @@ # 'D' is simply an abbreviation to keep things compact. JARS_DIR=$SCRIPT_DIR/jars OPTIONAL_JARS=$D/mx-optional.jar -USER_JARS=$JARS_DIR/amx-core.jar${CPS}$JARS_DIR/glassfish-api.jar${CPS}$JARS_DIR/management-api.jar${CPS}$JARS_DIR/jmxremote_optional.jar${CPS}$JARS_DIR/javax.management.j2ee.jar +USER_JARS=$JARS_DIR/amx-all.jar${CPS}$JARS_DIR/glassfish-api.jar${CPS}$JARS_DIR/management-api.jar${CPS}$JARS_DIR/jmxremote_optional.jar${CPS}$JARS_DIR/javax.management.j2ee.jar # # Support jars are usually already incorporated, but can be separated out. Index: v3/extras/mx/mk =================================================================== --- mx/mk (revision 38606) +++ mx/mk (working copy) @@ -105,8 +105,8 @@ echo "--------- THIS WONT WORK IF THE PATH IS WRONG -----------" echo "Copying various GlassFish V3 jars from assumed location: " $JARS_LOC -echo "Copying" $JARS_LOC/amx-core.jar -cp $JARS_LOC/amx-core.jar $PUBLISH_DIR/jars +echo "Copying" $JARS_LOC/amx-all.jar +cp $JARS_LOC/amx-all.jar $PUBLISH_DIR/jars cp $JARS_LOC/glassfish-api.jar $PUBLISH_DIR/jars cp $JARS_LOC/management-api.jar $PUBLISH_DIR/jars Index: v3/packager/glassfish-common-tmp/build.xml =================================================================== --- build.xml (revision 38610) +++ build.xml (working copy) @@ -45,6 +45,21 @@ plugin and fix the issue at the source --> + + + + + + + + + + + + + + + Index: v3/packager/glassfish-common-tmp/pom.xml =================================================================== --- glassfish-common-tmp/pom.xml (revision 38606) +++ glassfish-common-tmp/pom.xml (working copy) @@ -137,24 +137,9 @@ org.glassfish.common - amx-core-impl + amx-all ${project.version} - - org.glassfish.common - amx-config-impl - ${project.version} - - - org.glassfish.common - amx-ext-impl - ${project.version} - - - org.glassfish.common - amx-j2ee-impl - ${project.version} - Index: v3/packager/glassfish-common-full/pom.xml =================================================================== --- glassfish-common-full/pom.xml (revision 38606) +++ glassfish-common-full/pom.xml (working copy) @@ -84,7 +84,7 @@ org.glassfish.common - amx-j2ee-impl + amx-all ${project.version} Index: v3/tests/quicklook/build.xml =================================================================== --- build.xml (revision 38606) +++ build.xml (working copy) @@ -354,8 +354,7 @@ - - + Index: v3/tests/quicklook/gfproject/build-impl.xml =================================================================== --- build-impl.xml (revision 38606) +++ build-impl.xml (working copy) @@ -63,8 +63,7 @@ - - +