vmassol 01/03/27 09:26:23
Modified: j2eeunit/docs/framework/xdocs changes.xml doc-book.xml
site-book.xml
Log:
changed license from GPL to APL + changed copyrights from Vincent Massol to Apache
Software Foundation + changed packages from j2eeunit.* to org.apache.commons.j2eeunit.*
Revision Changes Path
1.2 +9 -0
jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 2001/03/26 19:40:48 1.1
+++ changes.xml 2001/03/27 17:26:18 1.2
@@ -8,6 +8,15 @@
<person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
</devs>
+ <release version="1.0 in CVS" date="unknown">
+ <action dev="VMA" type="update">
+ Donated the project to the Apache Software Foundation.
+ Changed license from GPL to APL. Moved packages from
+ <code>j2eeunit.*</code> to <code>org.apache.commons.j2eeunit.*</code>
+ and changed copyrights
+ </action>
+ </release>
+
<release version="0.9" date="March 26 2001">
<action dev="VMA" type="update" due-to="René Leonhardt"
due-to-email="[EMAIL PROTECTED]">
Modified the J2EEUnit sample not to use a helper class anymore to test
1.2 +1 -1
jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/doc-book.xml
Index: doc-book.xml
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/doc-book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doc-book.xml 2001/03/26 19:40:48 1.1
+++ doc-book.xml 2001/03/27 17:26:19 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<book software="J2EEUnit @version@" title="Local J2EEUnit @version@ documentation"
copyright="@year@ Vincent Massol">
+<book software="J2EEUnit @version@" title="Local J2EEUnit @version@ documentation"
copyright="@year@ Apache Software Foundation">
<page id="index" label="News" source="news.xml"/>
<page id="features" label="Features" source="features.xml"/>
<changes id="changes" label="Changes" source="changes.xml"/>
1.2 +1 -1
jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/site-book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- site-book.xml 2001/03/26 19:40:48 1.1
+++ site-book.xml 2001/03/27 17:26:20 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<book software="J2EEUnit" title="J2EEUnit documentation" copyright="@year@ Vincent
Massol">
+<book software="J2EEUnit" title="J2EEUnit documentation" copyright="@year@ Apache
Software Foundation">
<page id="index" label="News" source="news.xml"/>
<page id="features" label="Features" source="features.xml"/>
<changes id="changes" label="Changes" source="changes.xml"/>