Author: rahul Date: Sat Jan 10 12:33:50 2009 New Revision: 733340 URL: http://svn.apache.org/viewvc?rev=733340&view=rev Log: Add a parent pom (comment out the modules since they aren't ready yet). Biggest chunk is to take care of dependency management.
Added: jakarta/taglibs/proper/rdc/trunk/pom.xml (with props) Added: jakarta/taglibs/proper/rdc/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/pom.xml?rev=733340&view=auto ============================================================================== --- jakarta/taglibs/proper/rdc/trunk/pom.xml (added) +++ jakarta/taglibs/proper/rdc/trunk/pom.xml Sat Jan 10 12:33:50 2009 @@ -0,0 +1,135 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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. + + $Id$ +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.taglibs</groupId> + <artifactId>taglibs-parent</artifactId> + <version>1-SNAPSHOT</version> + </parent> + + <artifactId>taglibs-rdc-parent</artifactId> + <version>1.1-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>Reusable Dialog Components (RDC) Taglib Parent POM</name> + <inceptionYear>2004</inceptionYear> + <url>http://jakarta.apache.org/taglibs/rdc/</url> + <description> + A framework for creating JSP taglibs that aid in rapid development + of voice and multimodal applications. + </description> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/taglibs/proper/rdc/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/taglibs/proper/rdc/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk</url> + </scm> + + <distributionManagement> + <site> + <id>apache.website</id> + <name>Apache Website</name> + <url>scpexe://people.apache.org/www/jakarta.apache.org/taglibs/rdc/</url> + </site> + </distributionManagement> + + <developers> + <developer> + <name>Rahul Akolkar</name> + <id>rahul</id> + </developer> + </developers> + + <!--modules> + <module>taglibs-rdc</module> + <module>taglibs-rdc-examples</module> + <module>taglibs-rdc-dist</module> + </modules--> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + <version>1.8.1</version> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.8.0</version> + </dependency> + <dependency> + <groupId>commons-el</groupId> + <artifactId>commons-el</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>commons-scxml</groupId> + <artifactId>commons-scxml</artifactId> + <version>0.9</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <version>2.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + <version>2.4.0</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>struts</groupId> + <artifactId>struts</artifactId> + <version>1.2.9</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + <version>1.1.2</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>taglibs</groupId> + <artifactId>standard</artifactId> + <version>1.1.2</version> + <optional>true</optional> + </dependency> + </dependencies> + </dependencyManagement> + +</project> Propchange: jakarta/taglibs/proper/rdc/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/taglibs/proper/rdc/trunk/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org