[jboss-cvs] JBossAS SVN: r87652 - branches/Branch_5_x/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 21 23:46:44 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-04-21 23:46:44 -0400 (Tue, 21 Apr 2009)
New Revision: 87652

Modified:
   branches/Branch_5_x/profileservice/.classpath
   branches/Branch_5_x/profileservice/build.xml
Log:
JBAS-5992, a profileservice debug servlet

Modified: branches/Branch_5_x/profileservice/.classpath
===================================================================
--- branches/Branch_5_x/profileservice/.classpath	2009-04-22 03:46:17 UTC (rev 87651)
+++ branches/Branch_5_x/profileservice/.classpath	2009-04-22 03:46:44 UTC (rev 87652)
@@ -21,5 +21,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-dependency-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api-sources.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_5_x/profileservice/build.xml
===================================================================
--- branches/Branch_5_x/profileservice/build.xml	2009-04-22 03:46:17 UTC (rev 87651)
+++ branches/Branch_5_x/profileservice/build.xml	2009-04-22 03:46:44 UTC (rev 87652)
@@ -83,6 +83,7 @@
       <path refid="jboss.remoting.classpath"/>
       <path refid="jboss.jboss.security.spi.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
+      <path refid="jboss.web.classpath"/>
       <path refid="sun.jaxb.classpath"/>
       <path refid="stax.api.classpath"/>
       <path refid="org.jboss.aspects.classpath"/>




More information about the jboss-cvs-commits mailing list