[jboss-cvs] jboss-portal/jems ...

Julien Viet julien at jboss.com
Sat Jul 22 03:47:01 EDT 2006


  User: julien  
  Date: 06/07/22 03:47:01

  Modified:    jems     .classpath .project
  Log:
  JBPORTAL-968 : Need to update Eclipse .project and .classpath in modules jems and federation
  
  Revision  Changes    Path
  1.2       +18 -13    jboss-portal/jems/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/jems/.classpath,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- .classpath	19 Jul 2006 12:03:43 -0000	1.1
  +++ .classpath	22 Jul 2006 07:47:01 -0000	1.2
  @@ -5,23 +5,28 @@
   	<classpathentry combineaccessrules="false" kind="src" path="/api"/>
   	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
   	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
  +	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
   	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/jsp-api.jar"/>
   	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/junit-junit/lib/junit.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jakarta-log4j/lib/log4j.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/sun-activation/lib/activation.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/dom4j-dom4j/lib/dom4j.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-server/lib/jboss-common.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-server/lib/jboss-jmx.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-server/lib/jboss-system.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-client/lib/jmx-invoker-adaptor-client.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jakarta-httpclient/lib/commons-httpclient.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-microcontainer/lib/jboss-microcontainer.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-microcontainer/lib/jboss-dependency.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/sun-jaf/lib/activation.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/artifacts/lib/jboss-common.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/artifacts/lib/jboss-jmx.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/artifacts/lib/jboss-system.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/artifacts/lib/jmx-invoker-adaptor-client.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
   	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
   	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
   	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-jbossxb/lib/jboss-xml-binding.jar"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss-server/lib/jboss.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/artifacts/lib/jboss.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate3.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/cache/lib/jboss-cache.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/artifacts/lib/jboss-j2ee.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jbossha.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh-1.3.0.jar"/>
   	<classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.2       +1 -1      jboss-portal/jems/.project
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .project
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/jems/.project,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- .project	19 Jul 2006 12:03:43 -0000	1.1
  +++ .project	22 Jul 2006 07:47:01 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -	<name>portlet</name>
  +	<name>jems</name>
   	<comment></comment>
   	<projects>
   	</projects>
  
  
  



More information about the jboss-cvs-commits mailing list