[jboss-cvs] jboss-seam/examples ...

Shane Bryzak sbryzak at redhat.com
Thu Aug 23 23:40:48 EDT 2007


  User: sbryzak2
  Date: 07/08/23 23:40:48

  Modified:    examples  build.xml
  Log:
  include drools libs in build path for tests that use rule based security
  
  Revision  Changes    Path
  1.28      +3 -0      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- build.xml	16 Aug 2007 10:53:45 -0000	1.27
  +++ build.xml	24 Aug 2007 03:40:48 -0000	1.28
  @@ -375,6 +375,9 @@
   		<fileset dir="${seam.dir}">
   			<include name="jboss-seam.jar" />
   		</fileset>
  +		<fileset dir="${drools.lib.dir}">
  +		  <include name="*.jar"/>
  +		</fileset>
   		<path refid="build.classpath.extras" />
   	</path>
   	
  
  
  



More information about the jboss-cvs-commits mailing list