[jboss-cvs] jboss-seam/examples/jpa ...
Peter Muir
peter at bleepbleep.org.uk
Wed Oct 24 14:57:27 EDT 2007
User: pmuir
Date: 07/10/24 14:57:27
Modified: examples/jpa build-glassfish.xml build-weblogic92.xml
build-tomcat55.xml readme.txt build-websphere61.xml
build-tomcat6.xml
Log:
minor
Revision Changes Path
1.6 +1 -1 jboss-seam/examples/jpa/build-glassfish.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-glassfish.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-glassfish.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- build-glassfish.xml 1 Oct 2007 20:12:45 -0000 1.5
+++ build-glassfish.xml 24 Oct 2007 18:57:27 -0000 1.6
@@ -32,7 +32,7 @@
<include name="lib/hibernate-validator.jar"/>
<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/jboss-common-core.jar" />
- <include name="examples/hibernate2/lib/cglib.jar"/>
+ <include name="examples/jpa/lib/cglib.jar"/>
<include name="lib/antlr.jar" />
<include name="lib/commons-logging.jar" />
<include name="lib/commons-collections.jar" />
1.6 +2 -2 jboss-seam/examples/jpa/build-weblogic92.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-weblogic92.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-weblogic92.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- build-weblogic92.xml 3 Oct 2007 14:38:26 -0000 1.5
+++ build-weblogic92.xml 24 Oct 2007 18:57:27 -0000 1.6
@@ -35,7 +35,7 @@
<include name="lib/jsf-api.jar" />
<include name="lib/jsf-impl.jar" />
<include name="lib/jstl.jar" />
- <include name="examples/hibernate2/lib/el-ri.jar" />
+ <include name="examples/jpa/lib/el-ri.jar" />
<include name="lib/el-api.jar" />
<!-- Hibernate and deps -->
@@ -46,7 +46,7 @@
<include name="lib/hibernate-validator.jar" />
<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/persistence-api.jar" />
- <include name="examples/hibernate2/lib/cglib.jar" />
+ <include name="examples/jpa/lib/cglib.jar" />
<include name="lib/antlr.jar" />
</fileset>
1.6 +2 -2 jboss-seam/examples/jpa/build-tomcat55.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-tomcat55.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-tomcat55.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- build-tomcat55.xml 1 Oct 2007 20:12:45 -0000 1.5
+++ build-tomcat55.xml 24 Oct 2007 18:57:27 -0000 1.6
@@ -32,7 +32,7 @@
<include name="lib/jsf-api.jar"/>
<include name="lib/jsf-impl.jar"/>
<include name="lib/jstl.jar"/>
- <include name="examples/hibernate2/lib/el-ri.jar"/>
+ <include name="examples/jpa/lib/el-ri.jar"/>
<include name="lib/el-api.jar" />
<!-- Hibernate and deps -->
@@ -43,7 +43,7 @@
<include name="lib/hibernate-validator.jar"/>
<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/persistence-api.jar" />
- <include name="examples/hibernate2/lib/cglib.jar"/>
+ <include name="examples/jpa/lib/cglib.jar"/>
<include name="lib/antlr.jar" />
</fileset>
1.10 +1 -0 jboss-seam/examples/jpa/readme.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: readme.txt
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/readme.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- readme.txt 1 Oct 2007 19:34:56 -0000 1.9
+++ readme.txt 24 Oct 2007 18:57:27 -0000 1.10
@@ -46,6 +46,7 @@
Tomcat (5.5 or 6) without JBoss Embedded:
* Install Tomcat
+ * Copy the lib/hsqldb.jar into $TOMCAT_HOME/common/lib (Tomcat 5.5) or $TOMCAT_HOME/lib (Tomcat 6)
* ant tomcat55 or ant tomcat6
* Deploy dist-jboss/jboss-seam-jpa.war
* Start Tomcat
1.7 +2 -2 jboss-seam/examples/jpa/build-websphere61.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-websphere61.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-websphere61.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- build-websphere61.xml 3 Oct 2007 13:49:38 -0000 1.6
+++ build-websphere61.xml 24 Oct 2007 18:57:27 -0000 1.7
@@ -32,7 +32,7 @@
<include name="lib/jsf-api.jar"/>
<include name="lib/jsf-impl.jar"/>
<include name="lib/jstl.jar"/>
- <include name="examples/hibernate2/lib/el-ri.jar"/>
+ <include name="examples/jpa/lib/el-ri.jar"/>
<include name="lib/el-api.jar" />
<!-- Hibernate and deps -->
@@ -43,7 +43,7 @@
<include name="lib/hibernate-validator.jar"/>
<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/persistence-api.jar" />
- <include name="examples/hibernate2/lib/cglib.jar"/>
+ <include name="examples/jpa/lib/cglib.jar"/>
<include name="lib/antlr.jar" />
</fileset>
1.5 +1 -1 jboss-seam/examples/jpa/build-tomcat6.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-tomcat6.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-tomcat6.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- build-tomcat6.xml 1 Oct 2007 15:35:43 -0000 1.4
+++ build-tomcat6.xml 24 Oct 2007 18:57:27 -0000 1.5
@@ -32,7 +32,7 @@
<include name="lib/hibernate-validator.jar" />
<include name="lib/javassist.jar" />
<include name="lib/persistence-api.jar" />
- <include name="examples/hibernate2/lib/cglib.jar" />
+ <include name="examples/jpa/lib/cglib.jar" />
<include name="lib/jta.jar" />
<include name="lib/antlr.jar" />
<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
More information about the jboss-cvs-commits
mailing list