Author: fhanik Date: Mon Jun 15 18:31:08 2009 New Revision: 784900 URL: http://svn.apache.org/viewvc?rev=784900&view=rev Log: Add missing pom
Added: tomcat/trunk/res/maven/dbcp.pom (with props) Added: tomcat/trunk/res/maven/dbcp.pom URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/dbcp.pom?rev=784900&view=auto ============================================================================== --- tomcat/trunk/res/maven/dbcp.pom (added) +++ tomcat/trunk/res/maven/dbcp.pom Mon Jun 15 18:31:08 2009 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>dbcp</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>Tomcat Database Connection Pooling package</description> +</project> Propchange: tomcat/trunk/res/maven/dbcp.pom ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org