Author: weaver
Date: Wed Jul 13 14:09:40 2005
New Revision: 216243
URL: http://svn.apache.org/viewcvs?rev=216243&view=rev
Log:
SRP-304:
http://issues.apache.org/jira/browse/JS2-304#action_12315720
Modified:
portals/jetspeed-2/trunk/commons/project.xml
Modified: portals/jetspeed-2/trunk/commons/project.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/commons/project.xml?rev=216243&r1=216242&r2=216243&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/commons/project.xml (original)
+++ portals/jetspeed-2/trunk/commons/project.xml Wed Jul 13 14:09:40 2005
@@ -1,111 +1,54 @@
<?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>
- <pomVersion>3</pomVersion>
- <artifactId>jetspeed-commons</artifactId>
- <groupId>jetspeed2</groupId>
- <name>Jetspeed-2 Portal Commons</name>
-
- <package>org.apache.jetspeed</package>
+ <extend>${basedir}/../core-build.xml</extend>
+ <pomVersion>3</pomVersion>
+ <artifactId>jetspeed-commons</artifactId>
+ <name>Jetspeed-2 Portal Commons</name>
+
+ <package>org.apache.jetspeed</package>
<description>Common code used by engine(portal) and
container.</description>
- <shortDescription>Common Code for Jetspeed Portal</shortDescription>
+ <shortDescription>Common Code for Jetspeed Portal</shortDescription>
- <repository>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/commons</connection>
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/commons</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/commons
</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/commons/</url>
- </repository>
-
- <dependencies>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/commons/</url>
+ </repository>
- &pluto-deps;
+ <dependencies>
- <dependency>
- <id>jetspeed2:jetspeed-api</id>
- <version>
- &jetspeed-version;
- </version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <id>junit</id>
- <version>3.8.1</version>
- <properties>
- <war.bundle>false</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <id>portlet-api</id>
- <groupId>portlet-api</groupId>
- <version>1.0</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <id>servletapi</id>
- <version>2.3</version>
- <properties>
- <war.bundle>false</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>portals-bridges</groupId>
- <artifactId>portals-bridges-common</artifactId>
- <version>
- &portals-bridges-common-version;
- </version>
- </dependency>
- </dependencies>
- <build>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
- <unitTest>
- <excludes>
- <!-- todo move this
<exclude>org/apache/jetspeed/test/JetspeedTest.java</exclude> -->
- </excludes>
- </unitTest>
-
- </build>
- <reports>
- <report>maven-jdepend-plugin</report>
- <!--
- <report>maven-checkstyle-plugin</report>
- -->
- <report>maven-pmd-plugin</report>
- <report>maven-changelog-plugin</report>
- <report>maven-file-activity-plugin</report>
- <report>maven-developer-activity-plugin</report>
- <report>maven-license-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-junit-report-plugin</report>
- <report>maven-jcoverage-plugin</report>
- <report>maven-linkcheck-plugin</report>
- <report>maven-tasklist-plugin</report>
- </reports>
+ <dependency>
+ <id>jetspeed2:jetspeed-api</id>
+ <version>${jetspeed.version}</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>portals-bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ <version>${portals.bridges.common.version}</version>
+ </dependency>
+ </dependencies>
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]