You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/10/16 19:14:40 UTC

svn commit: rev 54935 - avalon/trunk/runtime/meta/plugin/src/main

Author: niclas
Date: Sat Oct 16 10:14:40 2004
New Revision: 54935

Modified:
   avalon/trunk/runtime/meta/plugin/src/main/plugin.jelly
Log:
Oops, not for framework.

Modified: avalon/trunk/runtime/meta/plugin/src/main/plugin.jelly
==============================================================================
--- avalon/trunk/runtime/meta/plugin/src/main/plugin.jelly	(original)
+++ avalon/trunk/runtime/meta/plugin/src/main/plugin.jelly	Sat Oct 16 10:14:40 2004
@@ -12,8 +12,8 @@
   <ant:taskdef name="avalon" classname="org.apache.avalon.meta.info.ant.MetaTask">
     <classpath>
       <pathelement path="${plugin.getDependencyPath('qdox:qdox')}"/>
-      <pathelement path="${plugin.getDependencyPath('avalon/framework:avalon-framework-api')}"/>
-      <pathelement path="${plugin.getDependencyPath('avalon/framework:avalon-framework-impl')}"/>
+      <pathelement path="${plugin.getDependencyPath('avalon-framework:avalon-framework-api')}"/>
+      <pathelement path="${plugin.getDependencyPath('avalon-framework:avalon-framework-impl')}"/>
       <pathelement path="${plugin.getDependencyPath('avalon/meta:avalon-meta-tools')}"/>
       <pathelement path="${plugin.getDependencyPath('avalon/meta:avalon-meta-api')}"/>
       <pathelement path="${plugin.getDependencyPath('avalon/meta:avalon-meta-spi')}"/>

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