[jboss-cvs] jboss-seam/seam-gen/build-scripts ...

Norman Richards norman.richards at jboss.com
Mon Mar 12 12:10:51 EDT 2007


  User: nrichards
  Date: 07/03/12 12:10:51

  Modified:    seam-gen/build-scripts  build-war.xml
  Log:
  make sure action build sees model classes for ant build
  
  Revision  Changes    Path
  1.9       +82 -82    jboss-seam/seam-gen/build-scripts/build-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build-war.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build-war.xml	9 Mar 2007 23:55:06 -0000	1.8
  +++ build-war.xml	12 Mar 2007 16:10:51 -0000	1.9
  @@ -58,7 +58,7 @@
   			          debug="${javac.debug}" 
   			    deprecation="${javac.deprecation}" 
   			        nowarn="on">
  -			<classpath path="${classes.action.dir}"/>
  +			<classpath path="${classes.model.dir}"/>
   			<src path="${src.action.dir}" />
   		</javac>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list