You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/17 05:14:58 UTC

svn commit: rev 21371 - avalon/trunk/central/system

Author: mcconnell
Date: Wed Jun 16 20:14:58 2004
New Revision: 21371

Modified:
   avalon/trunk/central/system/index.properties
   avalon/trunk/central/system/index.xml
Log:
add hello and dynamics (need to think about how a seperate index for tutorials could be managed)

Modified: avalon/trunk/central/system/index.properties
==============================================================================
--- avalon/trunk/central/system/index.properties	(original)
+++ avalon/trunk/central/system/index.properties	Wed Jun 16 20:14:58 2004
@@ -8,7 +8,7 @@
 # Value may be an absolute or relative filename. Relative 
 # filenames will be resolved relative to ${project.home}.
 
-avalon.cache = .cache
+#avalon.cache = .cache
 
 #
 # A sequence of remote repositories used to resolve artifacts

Modified: avalon/trunk/central/system/index.xml
==============================================================================
--- avalon/trunk/central/system/index.xml	(original)
+++ avalon/trunk/central/system/index.xml	Wed Jun 16 20:14:58 2004
@@ -745,10 +745,10 @@
       </info>
       <dependencies>
         <include key="avalon-framework-api" tag="api"/>
-        <include key="avalon-util-extension-api" tag="api"/>
-        <include key="avalon-merlin-api" tag="api"/>
-        <include key="avalon-repository-api" tag="api"/>
         <include key="avalon-util-lifecycle" tag="api"/>
+        <include key="avalon-util-extension-api" tag="spi"/>
+        <include key="avalon-merlin-api" tag="spi"/>
+        <include key="avalon-repository-api" tag="spi"/>
         <include key="avalon-meta-spi" tag="spi"/>
         <include key="avalon-repository-spi" tag="spi"/>
         <include key="avalon-logging-spi" tag="spi"/>
@@ -772,6 +772,34 @@
         <include key="commons-cli"/>
       </dependencies>
     </project>
+
+    <project basedir="../../planet/tutorials/hello" key="avalon-tutorial-hello">
+      <info>
+        <group>avalon/tutorial</group>
+        <name>hello</name>
+      </info>
+      <dependencies>
+        <include key="avalon-framework-api"/>
+      </dependencies>
+      <plugins>
+        <include key="avalon-meta-tools"/>
+      </plugins>
+    </project>
+
+    <project basedir="../../planet/tutorials/dynamics" key="avalon-tutorial-dynamics">
+      <info>
+        <group>avalon/tutorial</group>
+        <name>dynamics</name>
+      </info>
+      <dependencies>
+        <include key="avalon-framework-api"/>
+        <include key="avalon-composition-api"/>
+      </dependencies>
+      <plugins>
+        <include key="avalon-meta-tools"/>
+      </plugins>
+    </project>
+
 
     <!--
     <project basedir="../../runtime/merlin/unit">

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org