Author: mcconnell
Date: Mon Jul 12 05:32:55 2004
New Revision: 22841

Modified:
   incubator/directory/eve/branches/eve-0.1-merlin/build.xml
   incubator/directory/eve/branches/eve-0.1-merlin/index.xml
Log:
update index to link to avalon index

Modified: incubator/directory/eve/branches/eve-0.1-merlin/build.xml
==============================================================================
--- incubator/directory/eve/branches/eve-0.1-merlin/build.xml   (original)
+++ incubator/directory/eve/branches/eve-0.1-merlin/build.xml   Mon Jul 12 
05:32:55 2004
@@ -9,10 +9,11 @@
   <target name="prepare" depends="grammars"/>
 
   <target name="grammars" depends="standard.prepare">
+    <x:property name="antlr" key="antlr" feature="path"/>
     <antlr target="target/build/etc/antlr/schema.g" 
         outputdirectory="target/build/main/org/apache/eve/schema">
       <classpath>
-        <pathelement path="${magic.cache}/antlr/jars/antlr-2.7.2.jar"/>
+        <pathelement path="${magic.cache}/${antlr}"/>
       </classpath>
     </antlr>
   </target>

Modified: incubator/directory/eve/branches/eve-0.1-merlin/index.xml
==============================================================================
--- incubator/directory/eve/branches/eve-0.1-merlin/index.xml   (original)
+++ incubator/directory/eve/branches/eve-0.1-merlin/index.xml   Mon Jul 12 
05:32:55 2004
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<system>
-
-  <import index="avalon-index.xml"/>
+<index>
 
+  <import 
href="http://svn.apache.org/repos/asf/avalon/trunk/runtime/index.xml"/>
 
   <resource>
     <info>
@@ -112,4 +111,4 @@
     </plugins>
   </project>
 
-</system>
+</index>

Reply via email to