[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Thu Jun 21 12:19:20 EDT 2007


  User: gavin   
  Date: 07/06/21 12:19:20

  Modified:    jboss-seam  .classpath
  Log:
  get rid of identity jar
  
  Revision  Changes    Path
  1.60      +3 -2      jboss-seam/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/.classpath,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -b -r1.59 -r1.60
  --- .classpath	19 Jun 2007 21:57:45 -0000	1.59
  +++ .classpath	21 Jun 2007 16:19:20 -0000	1.60
  @@ -1,13 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="src/main"/>
  +	<classpathentry kind="src" path="src/test/misc"/>
  +	<classpathentry kind="src" path="ui/src/main/java"/>
   	<classpathentry kind="src" path="src/remoting"/>
   	<classpathentry kind="src" path="src/ioc"/>
   	<classpathentry kind="src" path="src/mail"/>
   	<classpathentry kind="src" path="src/pdf"/>
   	<classpathentry kind="src" path="src/debug"/>
   	<classpathentry kind="src" path="src/gen"/>
  -	<classpathentry kind="src" path="ui/src/main/java"/>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="lib" path="lib/portlet-api-lib.jar"/>
   	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
  @@ -41,7 +42,7 @@
   	<classpathentry kind="lib" path="lib/jcaptcha-all-1.0-RC6.jar"/>
   	<classpathentry kind="lib" path="lib/ant.jar"/>
   	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
  -	<classpathentry kind="lib" path="lib/jbpm-identity.jar"/>
   	<classpathentry kind="lib" path="lib/bsh.jar"/>
  +	<classpathentry kind="lib" path="lib/jsf-impl.jar"/>
   	<classpathentry kind="output" path="output/classes"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list