rwaldhoff 2003/10/27 12:55:56
Modified: primitives project.xml maven.xml
primitives/xdocs navigation.xml index.xml
Log:
make "maven site" work
Revision Changes Path
1.7 +35 -5 jakarta-commons/primitives/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 27 Oct 2003 17:33:56 -0000 1.6
+++ project.xml 27 Oct 2003 20:55:56 -0000 1.7
@@ -1,11 +1,30 @@
<?xml version="1.0"?>
<project>
- <extend>../project.xml</extend>
+ <extend>../xdocs/maven/project-base.xml</extend>
<id>commons-primitives</id>
<name>Commons Primitives</name>
<currentVersion>1.0-dev</currentVersion>
<inceptionYear>2002</inceptionYear>
+ <package>org.apache.commons.collections.primitives</package>
+ <url>http://jakarta.apache.org/commons/primitives/index.html</url>
+
+ <mailingLists>
+ <mailingList>
+ <name>Commons Dev List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Commons User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
+ </mailingList>
+ </mailingLists>
+
+
<description>
Commons Primitives is a set of collection and utility classes for primitive
types.
The Java language has a clear distinction between Object and primitive types.
@@ -38,25 +57,36 @@
</contributors>
<dependencies>
- <dependency><!-- compile time -->
+ <!-- compile time dependencies -->
+ <dependency>
<id>junit</id>
<version>3.8.1</version>
<url>http://www.junit.org/</url>
</dependency>
- <dependency><!-- compile time -->
+ <dependency>
<id>commons-collections:commons-collections-testframework</id>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/collections/</url>
</dependency>
+
+ <!-- run time dependencies -->
+ <!-- none currently -->
+
+ <!-- maven dependencies -->
+ <dependency>
+ <id>jdepend</id>
+ <version>2.5</version>
+ </dependency>
+
+
</dependencies>
<build>
+ <sourceDirectory>src/java</sourceDirectory>
<unitTest>
<includes>
<include>org/apache/commons/collections/primitives/AllTestSuite.java</include>
</includes>
- <excludes>
- </excludes>
</unitTest>
</build>
1.2 +6 -2 jakarta-commons/primitives/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.xml 13 Oct 2003 22:43:09 -0000 1.1
+++ maven.xml 27 Oct 2003 20:55:56 -0000 1.2
@@ -1,4 +1,8 @@
-<project default="java:jar"
- xmlns:j="jelly:core">
+<project default="java:jar" xmlns:j="jelly:core">
+ <postGoal name="xdoc:register-reports">
+ <attainGoal name="maven-checkstyle-plugin:deregister"/>
+ <attainGoal name="maven-linkcheck-plugin:deregister"/>
+ </postGoal>
+
</project>
1.2 +3 -13 jakarta-commons/primitives/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 14 Oct 2003 19:13:13 -0000 1.1
+++ navigation.xml 27 Oct 2003 20:55:56 -0000 1.2
@@ -1,24 +1,14 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-
<!DOCTYPE project [
-<!ENTITY commons-nav SYSTEM "../incl_nav.xml">
+<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
]>
-
<project name="Primitives">
-
<title>Primitives</title>
- <organizationLogo href="/images/jakarta-logo-blue.gif">
- Jakarta
- </organizationLogo>
-
+ <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
<body>
<menu name="Commons Primitives">
- <item name="Overview"
- href="/index.html"/>
-
+ <item name="Overview" href="/index.html"/>
</menu>
-
&commons-nav;
-
</body>
</project>
1.2 +16 -17 jakarta-commons/primitives/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 14 Oct 2003 19:13:13 -0000 1.1
+++ index.xml 27 Oct 2003 20:55:56 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>Commons</title>
+ <title>Apache Jakarta Commons Primitives</title>
<author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
</properties>
@@ -11,27 +11,26 @@
<section name="The Primitives Component">
<p>
-The Java language has a fundamental distinction between primitive and object types.
-The JDK provides many methods and utilities that work with objects, including the
widely used
-<a href="http://java.sun.com/products/jdk/1.2/docs/guide/collections/">Collections
API</a>.
-There are relatively few classes for working with primitive types however.
-</p>
-<p>
-The <i>primitives</i> component fills the gaps left by the JDK.
-Specialised implementations of Collections and Lists for primitive types are
provided.
-Further development aims to produce Maps and other utility code.
+Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized
+for working with Java primitives (boolean, byte, char, double, float, int, long,
short).
+Generally, the Commons-Primitives classes are faster, smaller and easier to work
with than
+their purely Object based alternatives.
+</p><p>
+For more information on Commons Primitives, you might like to visit the
+<a href="./apidocs/index.html">JavaDocs</a>,
+<a href="./project-info.html">project info</a>
+or <a href="./maven-reports.html">project reports</a> pages.
</p>
</section>
<section name="Status">
<p>
-The primitives component starts with a stable implementation of primitive
Collection and List
-classes previously unreleased in the collections component. These classes will be
released
-in the near future.
-</p>
-<p>
-There is plenty of scope for new additions to primitives. So, if you feel like
voluntering
-please contact the commons-dev mailing list and prefix emails by [primitives].
+Currently Commons Primitives contains with a stable implementation of
+primitive Collection and List classes previously unreleased from the
+Commons Collections component.
+</p><p>
+There is plenty of scope for new additions to primitives. If you'd like to help,
+please contact the commons-dev mailing list and prefix emails with "[primitives]".
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]