[weld-commits] Weld SVN: r4228 - build/trunk/dist.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Oct 22 17:42:58 EDT 2009


Author: dan.j.allen
Date: 2009-10-22 17:42:58 -0400 (Thu, 22 Oct 2009)
New Revision: 4228

Modified:
   build/trunk/dist/build.xml
   build/trunk/dist/readme.txt
Log:
add apl.txt to dist
reflect new name of JSR-299 (with the "for the Java EE platform" part)


Modified: build/trunk/dist/build.xml
===================================================================
--- build/trunk/dist/build.xml	2009-10-22 14:40:28 UTC (rev 4227)
+++ build/trunk/dist/build.xml	2009-10-22 21:42:58 UTC (rev 4228)
@@ -42,6 +42,7 @@
 			</fileset>
 			<fileset dir="${basedir}">
 				<include name="readme.txt" />
+				<include name="apl.txt" />
 			</fileset>
 		</copy>
 

Modified: build/trunk/dist/readme.txt
===================================================================
--- build/trunk/dist/readme.txt	2009-10-22 14:40:28 UTC (rev 4227)
+++ build/trunk/dist/readme.txt	2009-10-22 21:42:58 UTC (rev 4228)
@@ -1,12 +1,12 @@
 Weld
 ------------
 
-Java Contexts and Dependency Injection (JSR-299) is a new Java standard for 
-dependency injection and contextual lifecycle management. Weld is the
-reference implementation of JSR-299.
+Java Contexts and Dependency Injection for the Java EE platform (JSR-299) is a
+new Java standard for dependency injection and contextual lifecycle management.
+Weld is the reference implementation of JSR-299.
 
-This distribution, as a whole, is licensed under the terms of the Apache Public
-License (see apl.txt).
+This distribution, as a whole, is licensed under the terms of the Apache
+License, Version 2.0 (see apl.txt).
 
 This distribution consists of:
 



More information about the weld-commits mailing list