Author: wsmoak Date: Sun Apr 9 12:34:53 2006 New Revision: 392811 URL: http://svn.apache.org/viewcvs?rev=392811&view=rev Log: Add the pom for strutsel-exercise-taglib, which was left out of r392778.
Added: struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml (with props) Added: struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml?rev=392811&view=auto ============================================================================== --- struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml (added) +++ struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml Sun Apr 9 12:34:53 2006 @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<!-- +/* + * Copyright 2005-2006 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. + * + * $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"> + + <parent> + <groupId>org.apache.struts.action</groupId> + <artifactId>struts-apps</artifactId> + <version>1.3.2-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <artifactId>strutsel-exercise-taglib</artifactId> + <packaging>war</packaging> + <name>Struts Action - Apps - Struts EL Exercise</name> + + <dependencies> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>struts-el</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.3</version> + <scope>provided</scope> + </dependency> + </dependencies> + +</project> Propchange: struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]