[jboss-cvs] jboss-seam-tools/src/org/jboss/seam/tools/test ...

Thomas Heute theute at jboss.com
Mon Jul 24 11:00:22 EDT 2006


  User: theute  
  Date: 06/07/24 11:00:22

  Modified:    src/org/jboss/seam/tools/test  WTPSeamCreateTest.java
  Log:
  Allow creatiion of basic example project (based on "registration")
  
  Revision  Changes    Path
  1.2       +3 -0      jboss-seam-tools/src/org/jboss/seam/tools/test/WTPSeamCreateTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WTPSeamCreateTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-tools/src/org/jboss/seam/tools/test/WTPSeamCreateTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- WTPSeamCreateTest.java	19 Jul 2006 16:11:33 -0000	1.1
  +++ WTPSeamCreateTest.java	24 Jul 2006 15:00:22 -0000	1.2
  @@ -54,6 +54,9 @@
   		Context context = new Context();
   		context.setOutputLocation("/tmp/toto");
   		context.setWtpSupport(true);
  +		context.setBasicProject(true);
  +		context.setJsfExtension("jsp");
  +		context.setFaceletsSupport(false);
   		context.setIsolationClassLoadingName("seam.jboss.org:loader=" + "seam-booking");
   		
   		seamProject.generate(context);
  
  
  



More information about the jboss-cvs-commits mailing list