Author: weaver
Date: Wed Jul 13 14:10:59 2005
New Revision: 216245
URL: http://svn.apache.org/viewcvs?rev=216245&view=rev
Log:
SRP-304:
http://issues.apache.org/jira/browse/JS2-304#action_12315720
Modified:
portals/jetspeed-2/trunk/design-docs/project.xml
Modified: portals/jetspeed-2/trunk/design-docs/project.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/design-docs/project.xml?rev=216245&r1=216244&r2=216245&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/design-docs/project.xml (original)
+++ portals/jetspeed-2/trunk/design-docs/project.xml Wed Jul 13 14:10:59 2005
@@ -1,82 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE project [
- <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;
-]>
<!--
- Copyright 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
-
+Copyright 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.
-
+
+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.
+
$Id$
-->
<project>
- <extend>${basedir}/../project.xml</extend>
- <artifactId>jetspeed2-design-docs</artifactId>
- <groupId>jetspeed2</groupId>
-
- <name>Jetspeed-2 Enterprise Portal Design Documentation</name>
+ <extend>${basedir}/../project-info.xml</extend>
+ <id>jetspeed2-design-docs</id>
+ <name>Jetspeed-2 Enterprise Portal Design Documentation</name>
- <description>
+ <description>
Jetspeed is an Open Source implementation of an Enterprise Information
Portal, using Java and XML.
- </description>
- <shortDescription>Enterprise Information Portal</shortDescription>
+ </description>
+ <shortDescription>Enterprise Information Portal</shortDescription>
- <repository>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/design-docs</connection>
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/design-docs</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/design-docs
</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/design-docs/</url>
- </repository>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/design-docs/</url>
+ </repository>
+
+ <dependencies>
+ <dependency> <!-- Required by FOP v0.20.3 -->
+ <id>avalon-framework</id>
+ <version>4.1.3</version>
+ </dependency>
+ <dependency> <!-- Required by FOP v0.20.3 -->
+ <id>batik</id>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency> <!-- Required by FOP v0.20.3 -->
+ <id>logkit</id>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <id>fop</id>
+ <version>0.20.3</version>
+ </dependency>
+ <dependency>
+ <id>xml-apis</id>
+ <version>2.0.2</version>
+ </dependency>
+ <dependency>
+ <id>xerces</id>
+ <version>2.2.1</version>
+ </dependency>
+ <dependency>
+ <id>xalan</id>
+ <version>2.4.1</version>
+ </dependency>
+ </dependencies>
- <dependencies>
- <dependency><!-- Required by FOP v0.20.3 -->
- <id>avalon-framework</id>
- <version>4.1.3</version>
- </dependency>
- <dependency><!-- Required by FOP v0.20.3 -->
- <id>batik</id>
- <version>1.1.1</version>
- </dependency>
- <dependency><!-- Required by FOP v0.20.3 -->
- <id>logkit</id>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <id>fop</id>
- <version>0.20.3</version>
- </dependency>
- <dependency>
- <id>xml-apis</id>
- <version>2.0.2</version>
- </dependency>
- <dependency>
- <id>xerces</id>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <id>xalan</id>
- <version>2.4.1</version>
- </dependency>
- </dependencies>
-
- <build />
- <reports>
- <report>maven-changelog-plugin</report>
- <report>maven-file-activity-plugin</report>
- <report>maven-developer-activity-plugin</report>
- <report>maven-license-plugin</report>
- <report>maven-linkcheck-plugin</report>
- <report>maven-tasklist-plugin</report>
- </reports>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]