Weld SVN: r6320 - build/trunk/dist.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-26 16:34:04 -0400 (Wed, 26 May 2010)
New Revision: 6320
Modified:
build/trunk/dist/readme.txt
Log:
WELD-495
Modified: build/trunk/dist/readme.txt
===================================================================
--- build/trunk/dist/readme.txt 2010-05-26 16:13:11 UTC (rev 6319)
+++ build/trunk/dist/readme.txt 2010-05-26 20:34:04 UTC (rev 6320)
@@ -22,11 +22,10 @@
extension). In fact, through extensions, Weld can accomodate any Java
environment.
- Currently, you must use JBoss AS 5.2.0.Beta1 (use nightly builds until
- released) or above deploy the provided examples out of the box. Marked
- examples, which do not include EJB session beans, can also be deployed to
- Apache Tomcat 6 or Jetty 6. Other application servers may be supported by
- the examples in the 1.0.0 release.
+ Currently, you must use JBoss AS 6.0 or above to deploy the provided examples
+ out of the box. Marked examples, which do not include EJB session beans, can
+ also be deployed to Apache Tomcat 6 or Jetty 6. Weld examples also work on
+ GlassFish V3, build the artifacts using mvn install and deploy.
JDK 5.0 or JDK 6.0 is required for all Weld releases.