From 4ebf207d4db8d93feb0146a3cf7366349d3e9fb1 Mon Sep 17 00:00:00 2001
From: Jason van Zyl
Date: Thu, 25 Jul 2002 02:36:45 +0000
Subject: [PATCH] o cleaning up the maven descriptors for the projects so that
a site with decent names is generated (link to come)
o made all the projects use a LICENSE.txt file. one this doesn't wig
out windows users and the checkstyle report likes to have one to
make sure that all sources files have a license present so if they
don't it can be reported.
o using the reactor tag in its first forms to provide a mechanism
to build the entire commons (still problems with detecting
JDK 1.4) and to generate a site where the navigation is gleaned
from the project themselves and don't have to kept in sync
manually.
o added a little front-end site deployer.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130751 13f79535-47bb-0310-9956-ffa450edef68
---
LICENSE => LICENSE.txt | 23 ++++++---------
project.xml | 2 +-
xdocs/index.xml | 66 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 76 insertions(+), 15 deletions(-)
rename LICENSE => LICENSE.txt (90%)
create mode 100644 xdocs/index.xml
diff --git a/LICENSE b/LICENSE.txt
similarity index 90%
rename from LICENSE
rename to LICENSE.txt
index d1cba450e..33b5057d5 100644
--- a/LICENSE
+++ b/LICENSE.txt
@@ -1,13 +1,13 @@
/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/Attic/LICENSE,v 1.1 2002/04/02 16:20:36 morgand Exp $
+ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/LICENSE.txt,v 1.1 2002/07/25 02:36:45 jvanzyl Exp $
* $Revision: 1.1 $
- * $Date: 2002/04/02 16:20:36 $
+ * $Date: 2002/07/25 02:36:45 $
*
* ====================================================================
- *
+ *
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -15,7 +15,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * 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
@@ -23,15 +23,15 @@
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
- * any, must include the following acknowlegement:
- * "This product includes software developed by the
+ * any, must include the following acknowlegement:
+ * "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
- * from this software without prior written permission. For written
+ * from this software without prior written permission. For written
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
@@ -57,9 +57,4 @@
* information on the Apache Software Foundation, please see
* .
*
- */
-
-
-
-
-
+ */
diff --git a/project.xml b/project.xml
index 82828b911..03246898a 100644
--- a/project.xml
+++ b/project.xml
@@ -2,7 +2,7 @@
../project.xml
- commons-collections
+ Collections
commons-collections
2.0
2002
diff --git a/xdocs/index.xml b/xdocs/index.xml
new file mode 100644
index 000000000..add911e3e
--- /dev/null
+++ b/xdocs/index.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+ Commons
+ Commons Documentation Team
+
+
+
+
+
+
+
+The introduction of the Collections API by Sun in JDK 1.2 has been a
+boon to quick and effective Java programming. Ready access to
+powerful data structures has accelerated development by reducing the
+need for custom container classes around each core object. Most Java2
+APIs are significantly easier to use because of the Collections API.
+
+
+
+However, there are certain holes left unfilled by Sun's
+implementations, and the Jakarta-Commons Collections Component strives
+to fulfill them. Among the features of this package are:
+
+- Special-purpose implementations of Lists and Maps for fast
+access
+- Adapter classes from Java1-style containers (arrays, enumerations)
+to Java2-style collections.
+- Methods to test or create typical set-theory properties of
+collections such as union, intersection, and closure.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+