Modified: portals/jetspeed-2/trunk/components/web-content/project.xml URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/web-content/project.xml?rev=216242&r1=216241&r2=216242&view=diff ============================================================================== --- portals/jetspeed-2/trunk/components/web-content/project.xml (original) +++ portals/jetspeed-2/trunk/components/web-content/project.xml Wed Jul 13 14:08:55 2005 @@ -1,206 +1,89 @@ <?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-web-content</artifactId> - <groupId>jetspeed2</groupId> - <name>Jetspeed-2 Web Content</name> - <package>org.apache.jetspeed</package> + <extend>${basedir}/../../core-build.xml</extend> + <pomVersion>3</pomVersion> + <id>jetspeed-web-content</id> + <name>Jetspeed-2 Web Content</name> + <package>org.apache.jetspeed</package> <description>Web content service and portlet implementations.</description> - <repository> - <connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/components/web-content</connection> + <repository> + <connection>scm:svn:http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/components/web-content</connection> <developerConnection> scm:svn:https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk/components/web-content </developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/components/web-content/</url> - </repository> - - <shortDescription>Web Content</shortDescription> - <dependencies> - - &spring-deps; - &commons-config-dep; - - <dependency> - <id>jetspeed2:jetspeed-rewriter</id> - <version> - &jetspeed-version; - </version> - </dependency> - - <dependency> - <id>jetspeed2:jetspeed-components</id> - <version> - &jetspeed-version; - </version> - </dependency> - <dependency> - <id>jetspeed2:jetspeed-commons</id> - <version> - &jetspeed-version; - </version> - </dependency> - <dependency> - <id>jetspeed2:jetspeed-api</id> - <version> - &jetspeed-version; - </version> - </dependency> - <dependency> - <id>commons-httpclient</id> - <version>2.0</version> - </dependency> - <!-- Testing only --> - <dependency> - <id>commons-lang</id> - <version>2.0</version> - </dependency> - <dependency> - <id>commons-logging</id> - <version>1.0.3</version> - </dependency> - <dependency> - <id>commons-beanutils</id> - <version>1.6.1</version> - </dependency> - <dependency> - <id>commons-configuration</id> - <version>1.0-dev</version> - </dependency> - <dependency> - <id>junit</id> - <version>3.8.1</version> - </dependency> - <dependency> - <id>log4j</id> - <version>1.2.6</version> - </dependency> - <dependency> - <id>commons-collections</id> - <version>3.0</version> - </dependency> - <dependency> - <id>commons-io</id> - <version>0.1</version> - </dependency> - <dependency> - <id>xerces</id> - <version>2.3.0</version> - </dependency> - <dependency> - <id>xml-apis</id> - <version>2.0.2</version> - </dependency> - - &pluto-deps; - - <dependency> - <id>velocity</id> - <version>1.4</version> - <properties> - <war.bundle>true</war.bundle> - </properties> - </dependency> - <dependency> - <id>velocity-tools</id> - <version>1.1</version> - <url>http://jakarta.apache.org/velocity</url> - <properties> - <war.bundle>true</war.bundle> - </properties> - </dependency> - <dependency> - <groupId>portals-bridges</groupId> - <artifactId>portals-bridges-common</artifactId> - <version> - &portals-bridges-common-version; - </version> - <type>jar</type> - <properties> - <war.bundle>false</war.bundle> - </properties> - </dependency> - <dependency> - <groupId>portals-bridges</groupId> - <artifactId>portals-bridges-velocity</artifactId> - <version> - &portals-bridges-velocity-version; - </version> - <properties> - <war.bundle>true</war.bundle> - </properties> - </dependency> - - <dependency> - <!-- portlet-api.jar must be in %MAVEN_HOME%respository/portlet-api/jars --> - <id>portlet-api</id> - <version>1.0</version> - </dependency> - <dependency> - <id>servletapi</id> - <version>2.3</version> - </dependency> - </dependencies> - <build> - <sourceDirectory>src/java</sourceDirectory> - - - <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> - <unitTest> - <resources> - <resource> - <directory>${basedir}/src/test</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - <resource> - <directory>${basedir}/src/java</directory> - <excludes> - <exclude>**/*.java</exclude> - <exclude>**/META-INF/**</exclude> - </excludes> - </resource> - - &log4j-resources; - - </resources> - </unitTest> - - <resources> - <resource> - <directory>${basedir}/src/java</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - - </build> - <reports> - - &j2-reports; + <url>http://svn.apache.org/viewcvs.cgi/portals/jetspeed-2/trunk/components/web-content/</url> + </repository> - </reports> + <shortDescription>Web Content</shortDescription> + <dependencies> + + <dependency> + <id>jetspeed2:jetspeed-rewriter</id> + <version>${jetspeed.version}</version> + </dependency> + + <dependency> + <id>jetspeed2:jetspeed-components</id> + <version>${jetspeed.version}</version> + </dependency> + <dependency> + <id>jetspeed2:jetspeed-commons</id> + <version>${jetspeed.version}</version> + </dependency> + <dependency> + <id>jetspeed2:jetspeed-api</id> + <version>${jetspeed.version}</version> + </dependency> + <dependency> + <id>velocity</id> + <version>1.4</version> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <id>velocity-tools</id> + <version>1.1</version> + <url>http://jakarta.apache.org/velocity</url> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>portals-bridges</groupId> + <artifactId>portals-bridges-common</artifactId> + <version>${portals.bridges.common.version}</version> + <type>jar</type> + <properties> + <war.bundle>false</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>portals-bridges</groupId> + <artifactId>portals-bridges-velocity</artifactId> + <version>${portals.bridges.velocity.version}</version> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + </dependencies> + </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
