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

James Williams james.williams at jboss.com
Thu Nov 2 15:36:26 EST 2006


  User: jwilliams
  Date: 06/11/02 15:36:26

  Modified:    jboss-seam/seam-gen  build-project-setup.xml
  Log:
  fixed command line call to point to jboss-seam-gen.jar in the new destination.
  
  Revision  Changes    Path
  1.2       +2 -2      /jboss-seam/seam-gen/build-project-setup.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-project-setup.xml
  ===================================================================
  RCS file: /cvsroot/jboss//jboss-seam/seam-gen/build-project-setup.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build-project-setup.xml	28 Oct 2006 17:56:05 -0000	1.1
  +++ build-project-setup.xml	2 Nov 2006 20:36:26 -0000	1.2
  @@ -22,8 +22,8 @@
   			<arg value="${mdb.package}" />			
   			<arg value="${eclipse.wtp}" />
   			<classpath>
  -				<pathelement location="lib/freemarker.jar" />
  -				<pathelement path="lib/seam-gen.jar" />
  +				<pathelement location="../lib/freemarker.jar" />
  +				<pathelement path="../jboss-seam-gen.jar" />
   			</classpath>
   		</java>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list