You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/19 22:41:05 UTC

cvs commit: jakarta-commons/collections PROPOSAL.html RELEASE-NOTES.html maven.xml project.properties STATUS.html project.xml build.xml DEVELOPERS-GUIDE.html build.properties.sample

scolebourne    2004/02/19 13:41:05

  Modified:    collections PROPOSAL.html RELEASE-NOTES.html maven.xml
                        project.properties STATUS.html project.xml
                        build.xml DEVELOPERS-GUIDE.html
                        build.properties.sample
  Log:
  Change to Apache License 2.0
  
  Revision  Changes    Path
  1.6       +15 -0     jakarta-commons/collections/PROPOSAL.html
  
  Index: PROPOSAL.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/PROPOSAL.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PROPOSAL.html	18 Feb 2004 09:45:57 -0000	1.5
  +++ PROPOSAL.html	19 Feb 2004 21:41:04 -0000	1.6
  @@ -1,3 +1,18 @@
  + <!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   <html>
   <head>
   <title>Proposal for Collections Package</title>
  
  
  
  1.9       +15 -0     jakarta-commons/collections/RELEASE-NOTES.html
  
  Index: RELEASE-NOTES.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-NOTES.html	17 Jan 2004 16:57:19 -0000	1.8
  +++ RELEASE-NOTES.html	19 Feb 2004 21:41:04 -0000	1.9
  @@ -1,3 +1,18 @@
  + <!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   <title>RELEASE NOTES: COLLECTIONS 3.0</title>
   
   <center><h2>RELEASE NOTES: COLLECTIONS 3.0</h2></center>
  
  
  
  1.13      +15 -0     jakarta-commons/collections/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/maven.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- maven.xml	24 Jan 2004 18:58:06 -0000	1.12
  +++ maven.xml	19 Feb 2004 21:41:04 -0000	1.13
  @@ -1,3 +1,18 @@
  + <!--
  +   Copyright 2002-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   <project
       default="java:jar"
       xmlns:j="jelly:core"
  
  
  
  1.10      +14 -0     jakarta-commons/collections/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/project.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.properties	18 Feb 2004 04:11:35 -0000	1.9
  +++ project.properties	19 Feb 2004 21:41:04 -0000	1.10
  @@ -1,3 +1,17 @@
  +#   Copyright 2003-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
   #maven.checkstyle.properties=src/conf/checkstyle.properties
   maven.xdoc.jsl=../commons-build/commons-site.jsl
   maven.xdoc.date=left
  
  
  
  1.35      +16 -1     jakarta-commons/collections/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- STATUS.html	24 Jan 2004 16:15:09 -0000	1.34
  +++ STATUS.html	19 Feb 2004 21:41:04 -0000	1.35
  @@ -1,3 +1,18 @@
  + <!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   <html>
   <head>
   <title>Status File for Jakarta Commons "Collections" Package</title>
  
  
  
  1.32      +15 -0     jakarta-commons/collections/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	10 Feb 2004 19:15:04 -0000	1.31
  +++ project.xml	19 Feb 2004 21:41:04 -0000	1.32
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  + <!--
  +   Copyright 2002-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   
   <project>
     <extend>../commons-build/project.xml</extend>
  
  
  
  1.61      +15 -0     jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.xml	19 Feb 2004 21:27:52 -0000	1.60
  +++ build.xml	19 Feb 2004 21:41:04 -0000	1.61
  @@ -1,3 +1,18 @@
  + <!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   <project name="commons-collections" default="compile" basedir=".">
   
   <!-- ========== Properties ================================================ -->
  
  
  
  1.4       +16 -1     jakarta-commons/collections/DEVELOPERS-GUIDE.html
  
  Index: DEVELOPERS-GUIDE.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/DEVELOPERS-GUIDE.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DEVELOPERS-GUIDE.html	10 May 2003 15:26:44 -0000	1.3
  +++ DEVELOPERS-GUIDE.html	19 Feb 2004 21:41:04 -0000	1.4
  @@ -1,3 +1,18 @@
  + <!--
  +   Copyright 2002-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +  -->
   <html>
   <head>
   <title>Developers guide for Jakarta Commons "Collections" Package</title>
  
  
  
  1.5       +14 -0     jakarta-commons/collections/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.properties.sample,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.properties.sample	25 Jan 2004 01:23:04 -0000	1.4
  +++ build.properties.sample	19 Feb 2004 21:41:04 -0000	1.5
  @@ -1,2 +1,16 @@
  +#   Copyright 2001-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
   # junit.jar - JUnit 3.8.1 Classpath
   junit.jar=/java/junit/junit.jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org