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

Michael Yuan michael.yuan at jboss.com
Thu Jun 7 15:00:51 EDT 2007


  User: myuan   
  Date: 07/06/07 15:00:51

  Modified:    examples/glassfish   build.xml readme.txt
  Log:
  Confirmed to work with Glassfish v2 beta4
  
  Revision  Changes    Path
  1.10      +1 -0      jboss-seam/examples/glassfish/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build.xml	27 Mar 2007 02:29:39 -0000	1.9
  +++ build.xml	7 Jun 2007 19:00:50 -0000	1.10
  @@ -97,6 +97,7 @@
           <include name="thirdparty-all.jar" />
           <include name="commons-digester-*.jar" />
           <include name="commons-beanutils-*.jar" />
  +        <include name="jboss-el.jar" />
           <!--
           <include name="commons-codec-*.jar" />
           <include name="commons-collections-*.jar" />
  
  
  
  1.2       +1 -1      jboss-seam/examples/glassfish/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	30 Nov 2006 05:02:02 -0000	1.1
  +++ readme.txt	7 Jun 2007 19:00:50 -0000	1.2
  @@ -3,7 +3,7 @@
      0a. The build target is "build/jboss-seam-glassfish.ear"
      0b. The "ant toplink" target builds the EAR file using toplink as the JPA provider. You will need to manually load the database. Not recommended.
   
  -1. Download Glassfish
  +1. Download Glassfish v2 beta4 or above
   
   2. Install it: java -Xmx256m -jar glassfish-installer-xxx.jar
   
  
  
  



More information about the jboss-cvs-commits mailing list