[jboss-cvs] jboss-seam ...

Shane Bryzak sbryzak at redhat.com
Thu Mar 29 08:32:23 EDT 2007


  User: sbryzak2
  Date: 07/03/29 08:32:23

  Modified:    jboss-seam   .classpath build.xml
  Log:
  jaxws lib
  
  Revision  Changes    Path
  1.42      +1 -0      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.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- .classpath	28 Mar 2007 16:38:32 -0000	1.41
  +++ .classpath	29 Mar 2007 12:32:23 -0000	1.42
  @@ -37,5 +37,6 @@
   	<classpathentry kind="lib" path="lib/itext-2.0.1.jar"/>
   	<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
   	<classpathentry kind="lib" path="lib/jcaptcha-all-1.0-RC4.jar"/>
  +	<classpathentry kind="lib" path="lib/jboss-jaxws.jar"/>
   	<classpathentry kind="output" path="output/classes"/>
   </classpath>
  
  
  
  1.173     +1 -0      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.172
  retrieving revision 1.173
  diff -u -b -r1.172 -r1.173
  --- build.xml	29 Mar 2007 09:53:28 -0000	1.172
  +++ build.xml	29 Mar 2007 12:32:23 -0000	1.173
  @@ -183,6 +183,7 @@
   		<include name="META-INF/jboss.xml" />
   		<include name="META-INF/security-config.xml" />
   		<include name="META-INF/security-rules.drl" />
  +		<include name="META-INF/handler-chain.xml" />
   	</fileset>
   
   	<zipfileset id="example.ear.resources" dir="${example.resources.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list