dev@glassfish.java.net

Pls review pom.xml

From: Bhakti Mehta <Bhakti.Mehta_at_Sun.COM>
Date: Mon, 24 Aug 2009 09:41:31 -0700

Jane,
I read your feedback to Hong and would request to add this to the
pom.xml so that Classes.jar is found in bootclasspath
Please can you approve

Thanks,
Bhakti
===================================================================
--- pom.xml (revision 30728)
+++ pom.xml (working copy)
@@ -86,7 +86,7 @@
                 <artifactId>hk2-maven-plugin</artifactId>
                 <configuration>
                     <compilerArguments>
-
<bootclasspath>${project.build.directory}/endorsed/webservices-api-osgi-${webservices.version}.jar${path.separator}${project.build.directory}/endorsed/jaxb-api-osgi-${jaxb.version}.jar${path.separator}${java.home}/lib/rt.jar</bootclasspath>
+
<bootclasspath>${project.build.directory}/endorsed/webservices-api-osgi-${webservices.version}.jar${path.separator}${project.build.directory}/endorsed/jaxb-api-osgi-${jaxb.version}.jar${path.separator}${java.home}/../Classes/classes.jar${path.separator}${java.home}/lib/rt.jar</bootclasspath>
                     </compilerArguments>
                     <fork>true</fork>
                     <archive>