[jboss-cvs] jboss-jca ...

Kabir Khan kkhan at jboss.com
Wed Jul 11 11:05:12 EDT 2007


  User: kkhan   
  Date: 07/07/11 11:05:12

  Modified:    jboss-jca   .classpath .project
  Log:
  Fix eclipse build
  
  Revision  Changes    Path
  1.4       +9 -7      jboss-jca/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jca/.classpath,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- .classpath	23 Jun 2006 10:44:17 -0000	1.3
  +++ .classpath	11 Jul 2007 15:05:12 -0000	1.4
  @@ -3,19 +3,21 @@
   	<classpathentry kind="src" path="src/main"/>
   	<classpathentry kind="src" path="src/tests"/>
   	<classpathentry kind="lib" path="src/resources/tests"/>
  -	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
  -	<classpathentry kind="src" path="/j2ee"/>
  -	<classpathentry kind="src" path="/test"/>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
   	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
   	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
  -	<classpathentry combineaccessrules="false" kind="src" path="/aop"/>
   	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
  -	<classpathentry combineaccessrules="false" kind="src" path="/kernel"/>
  -	<classpathentry combineaccessrules="false" kind="src" path="/dependency"/>
   	<classpathentry combineaccessrules="false" kind="src" path="/transaction"/>
   	<classpathentry combineaccessrules="false" kind="src" path="/aspects"/>
  -	<classpathentry combineaccessrules="false" kind="src" path="/aop-mc-int"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar" sourcepath="/thirdparty/jboss/aop/lib/jboss-aop-src.zip"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-aop-mc-int-sources.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-dependency-src.zip"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar" sourcepath="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee-sources.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-kernel-sources.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar" sourcepath="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi-sources.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar" sourcepath="/thirdparty/jboss/common-core/lib/jboss-common-core-sources.jar"/>
  +	<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/integration-sources.jar"/>
   	<classpathentry kind="output" path="output/eclipse-classes"/>
   </classpath>
  
  
  
  1.2       +1 -1      jboss-jca/.project
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .project
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jca/.project,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- .project	6 Oct 2005 19:30:02 -0000	1.1
  +++ .project	11 Jul 2007 15:05:12 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -	<name>jca</name>
  +	<name>jboss-jca</name>
   	<comment></comment>
   	<projects>
   		<project>common</project>
  
  
  



More information about the jboss-cvs-commits mailing list