dain 2004/01/28 13:18:18
Modified: . .cvsignore
modules/common .cvsignore
modules/connector .cvsignore
modules/core .cvsignore
modules/kernel .cvsignore
modules/mail .cvsignore
modules/transaction .cvsignore
sandbox/explorer .cvsignore
sandbox/webdav .cvsignore
sandbox/xbeans .cvsignore
specs/activation .cvsignore
specs/ejb .cvsignore
specs/j2ee-connector .cvsignore
specs/j2ee-deployment .cvsignore
specs/j2ee-jacc .cvsignore
specs/j2ee-management .cvsignore
specs/javamail .cvsignore
specs/jms .cvsignore
specs/jsp .cvsignore
specs/jta .cvsignore
specs/servlet .cvsignore
Added: modules/clustering .cvsignore
modules/connector LICENSE.txt
modules/console-web .cvsignore LICENSE.txt
modules/deployment .cvsignore LICENSE.txt
modules/jetty .cvsignore LICENSE.txt
modules/maven-plugin .cvsignore LICENSE.txt
modules/remoting .cvsignore LICENSE.txt
modules/security .cvsignore
modules/transaction LICENSE.txt
sandbox/twiddle .cvsignore
Log:
Added missing .cvsignore and LICENSE.txt files to the modules
Made all .cvsignore file consistent
Revision Changes Path
1.3 +1 -0 incubator-geronimo/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 14 Aug 2003 22:00:59 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.3
@@ -1,4 +1,5 @@
.project
.classpath
maven.log
+junit*.properties
target
1.1 incubator-geronimo/modules/clustering/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.2 +2 -2 incubator-geronimo/modules/common/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/common/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 26 Aug 2003 10:56:12 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1,5 +1,5 @@
-target
-.classpath
.project
+.classpath
maven.log
junit*.properties
+target
1.2 +4 -2 incubator-geronimo/modules/connector/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/connector/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 23 Jan 2004 05:56:10 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1,3 +1,5 @@
-target
+.project
+.classpath
maven.log
-junit64798903.properties
+junit*.properties
+target
1.1 incubator-geronimo/modules/connector/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.1 incubator-geronimo/modules/console-web/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.1 incubator-geronimo/modules/console-web/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.2 +4 -2 incubator-geronimo/modules/core/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Aug 2003 13:44:48 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1,3 +1,5 @@
-target
+.project
+.classpath
maven.log
-junit64798903.properties
+junit*.properties
+target
1.1 incubator-geronimo/modules/deployment/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.1 incubator-geronimo/modules/deployment/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.1 incubator-geronimo/modules/jetty/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.1 incubator-geronimo/modules/jetty/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.2 +4 -2 incubator-geronimo/modules/kernel/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Aug 2003 15:18:13 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1,3 +1,5 @@
-target
+.project
+.classpath
maven.log
-junit64798903.properties
+junit*.properties
+target
1.2 +4 -0 incubator-geronimo/modules/mail/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/mail/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 27 Aug 2003 11:42:07 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1 +1,5 @@
+.project
+.classpath
+maven.log
+junit*.properties
target
1.1 incubator-geronimo/modules/maven-plugin/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.1 incubator-geronimo/modules/maven-plugin/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.1 incubator-geronimo/modules/remoting/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.1 incubator-geronimo/modules/remoting/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.1 incubator-geronimo/modules/security/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.2 +4 -2 incubator-geronimo/modules/transaction/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/transaction/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 23 Jan 2004 18:54:15 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1,3 +1,5 @@
-target
+.project
+.classpath
maven.log
-junit64798903.properties
+junit*.properties
+target
1.1 incubator-geronimo/modules/transaction/LICENSE.txt
Index: LICENSE.txt
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Geronimo" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Geronimo", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
* ====================================================================
*/
1.2 +4 -0 incubator-geronimo/sandbox/explorer/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/sandbox/explorer/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 23 Jan 2004 03:47:02 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:17 -0000 1.2
@@ -1 +1,5 @@
+.project
+.classpath
+maven.log
+junit*.properties
target
1.1 incubator-geronimo/sandbox/twiddle/.cvsignore
Index: .cvsignore
===================================================================
.project
.classpath
maven.log
junit*.properties
target
1.2 +4 -0 incubator-geronimo/sandbox/webdav/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/sandbox/webdav/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 23 Jan 2004 02:25:51 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.2
@@ -1 +1,5 @@
+.project
+.classpath
+maven.log
+junit*.properties
target
1.2 +4 -3 incubator-geronimo/sandbox/xbeans/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jan 2004 21:39:55 -0000 1.1
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.2
@@ -1,4 +1,5 @@
-target
-*.log
+.project
+.classpath
+maven.log
junit*.properties
-
+target
1.3 +4 -4 incubator-geronimo/specs/activation/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/activation/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,5 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -4 incubator-geronimo/specs/ejb/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/ejb/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,5 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/j2ee-connector/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/j2ee-connector/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/j2ee-deployment/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/j2ee-deployment/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/j2ee-jacc/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/j2ee-jacc/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/j2ee-management/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/j2ee-management/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/javamail/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/javamail/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/jms/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/jms/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:04 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/jsp/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/jsp/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:05 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/jta/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/jta/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:05 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target
1.3 +4 -5 incubator-geronimo/specs/servlet/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/servlet/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Jan 2004 17:51:05 -0000 1.2
+++ .cvsignore 28 Jan 2004 21:18:18 -0000 1.3
@@ -1,6 +1,5 @@
-target
-*.log
-junit*.properties
-.classpath
.project
-
+.classpath
+maven.log
+junit*.properties
+target