vmassol 01/03/27 09:21:32
Modified: j2eeunit/build build-servletapi.xml build.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 +8 -8 jakarta-commons-sandbox/j2eeunit/build/build-servletapi.xml
Index: build-servletapi.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/j2eeunit/build/build-servletapi.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-servletapi.xml 2001/03/26 19:40:28 1.1
+++ build-servletapi.xml 2001/03/27 17:21:28 1.2
@@ -166,7 +166,7 @@
<include name="**/*.properties"/>
<!-- Other misc files -->
- <include name="**/license.gpl"/>
+ <include name="**/license.apl"/>
</patternset>
@@ -179,7 +179,7 @@
<include name="**/*.properties"/>
<!-- Other misc files -->
- <include name="**/license.gpl"/>
+ <include name="**/license.apl"/>
</patternset>
@@ -288,7 +288,7 @@
<exclude name="**/*.properties"/>
<!-- Misc files -->
- <exclude name="**/license.gpl"/>
+ <exclude name="**/license.apl"/>
<classpath>
<pathelement path="${java.class.path}"/>
@@ -359,16 +359,16 @@
<javadoc
sourcepath="${out.src.dir}"
- packagenames="${project.name}.*"
+ packagenames="org.apache.commons.${project.name}.*"
destdir="${out.javadoc.dir}"
author="true"
public="true"
version="true"
use="true"
- overview="${out.src.dir}/${project.name}/overview.html"
+
overview="${out.src.dir}/org/apache/commons/${project.name}/overview.html"
windowtitle="${project.fullname} ${project.version} for Servlet
${servlet.api} API"
doctitle="${project.fullname} ${project.version} for Servlet
${servlet.api} API"
- bottom="Copyright &copy; ${year} Vincent Massol.">
+ bottom="Copyright &copy; ${year} Apache Software Foundation. All
Rights Reserved.">
<classpath>
<pathelement path="${java.class.path}"/>
@@ -502,7 +502,7 @@
</copy>
<!-- Copy license file -->
- <copy file="${src.dir}/license.gpl" tofile="${out.sample.src.dir}"/>
+ <copy file="${src.dir}/license.apl" tofile="${out.sample.src.dir}"/>
<!-- Copy doc files -->
<copy todir="${out.sample.doc.dir}">
@@ -552,7 +552,7 @@
<formatter type="plain" usefile="false"/>
- <test name="j2eeunit.TestAll"/>
+ <test name="org.apache.commons.j2eeunit.TestAll"/>
</junit>
1.2 +2 -2 jakarta-commons-sandbox/j2eeunit/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/j2eeunit/build/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/03/26 19:40:28 1.1
+++ build.xml 2001/03/27 17:21:29 1.2
@@ -70,7 +70,7 @@
<!-- Generic project properties -->
<property name="project.fullname" value="J2EEUnit"/>
- <property name="project.version" value="0.9"/>
+ <property name="project.version" value="1.0"/>
<property name="project.name" value="j2eeunit"/>
<!-- Miscellaneous settings -->
@@ -210,7 +210,7 @@
<include name="**/*.properties"/>
<!-- Other misc files -->
- <include name="**/license.gpl"/>
+ <include name="**/license.apl"/>
</patternset>