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

svn commit: rev 22707 - excalibur/trunk/site/xdocs

Author: leosimons
Date: Thu Jul  8 04:25:54 2004
New Revision: 22707

Added:
   excalibur/trunk/site/xdocs/dependencies.xml
Log:
Eh, we do have dependencies...

Added: excalibur/trunk/site/xdocs/dependencies.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/site/xdocs/dependencies.xml	Thu Jul  8 04:25:54 2004
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+
+<!--
+     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.
+-->
+<document>
+
+    <properties>
+        <title>Excalibur Dependency information</title>
+    </properties>
+
+    <body>
+
+        <section name="Dependency information">
+
+            <p>
+                Excalibur is built using maven. Information about the dependencies of a particular
+                subproject can be retrieved from the project.xml file of that subproject. To retrieve
+                a complete list of all dependencies, we've written a small script:
+            </p>
+
+            <pre>
+                cd ~/svn/asf/excalibur/trunk/site
+                ruby scripts/aggregate-dependencies.rb
+            </pre>
+
+            <p>
+                Should result in a file <code>project-all-deps.xml</code> which is a maven project.xml
+                file with a list of all the excalibur dependencies.</p>
+
+        </section>
+    </body>
+</document>

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