[jboss-cvs] JBossAS SVN: r72179 - trunk/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 14 10:25:23 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-04-14 10:25:23 -0400 (Mon, 14 Apr 2008)
New Revision: 72179

Modified:
   trunk/server/.classpath
Log:
Add the jnpserver sourcepath

Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath	2008-04-14 14:24:55 UTC (rev 72178)
+++ trunk/server/.classpath	2008-04-14 14:25:23 UTC (rev 72179)
@@ -13,10 +13,8 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar" sourcepath="/thirdparty/jboss/metadata/lib/jboss-metadata-sources.jar">
-	   <accessrule kind="discouraged" pattern="org/jboss/ejb3/**"/>
-		<accessrule kind="discouraged" pattern="org/jboss/metamodel/**"/>
-   </classpathentry>
+		<accessrule kind="discouraged" pattern="org/jboss/ejb3/**"/>		<accessrule kind="discouraged" pattern="org/jboss/metamodel/**"/>	</classpathentry>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jnpserver/lib/jnpserver.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jnpserver/lib/jnpserver.jar" sourcepath="/thirdparty/jboss/jnpserver/lib/jnpserver-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list