You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by ne...@apache.org on 2004/07/15 15:15:39 UTC

svn commit: rev 22927 - excalibur/trunk/components/pool

Author: neeme
Date: Thu Jul 15 06:15:39 2004
New Revision: 22927

Added:
   excalibur/trunk/components/pool/project-common.xml   (contents, props changed)
Log:
added a common project file. this way we can move common stuff to this file.

Added: excalibur/trunk/components/pool/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/components/pool/project-common.xml	Thu Jul 15 06:15:39 2004
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!-- 
+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.
+-->
+<project>
+  <extend>${basedir}/../project-common.xml</extend>
+
+  <name>Excalibur Pool</name>
+  <groupId>excalibur-pool</groupId>
+  <id>excalibur-pool</id>
+  <inceptionYear>2000</inceptionYear>
+  <currentVersion>2.0</currentVersion>
+
+</project>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org