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:08:04 UTC

svn commit: rev 22926 - excalibur/trunk/components

Author: neeme
Date: Thu Jul 15 06:08:03 2004
New Revision: 22926

Added:
   excalibur/trunk/components/project-common.xml   (contents, props changed)
Log:
added common project file as the individual project.xml files seem to expect this. Not sure about the version, though. Right now I just set it to 1.2, but it seems that pool should be 2.0?

Added: excalibur/trunk/components/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/components/project-common.xml	Thu Jul 15 06:08:03 2004
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2003-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}/../buildsystem/project-common.xml</extend>
+    <currentVersion>1.2</currentVersion>
+</project>

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