Author: chris.laprun(a)jboss.com
Date: 2007-02-25 01:33:33 -0500 (Sun, 25 Feb 2007)
New Revision: 6398
Modified:
trunk/wsrp/build.xml
Log:
Renamed classpath for aopc to aopc.classpath.
Modified: trunk/wsrp/build.xml
===================================================================
--- trunk/wsrp/build.xml 2007-02-25 06:32:01 UTC (rev 6397)
+++ trunk/wsrp/build.xml 2007-02-25 06:33:33 UTC (rev 6398)
@@ -242,14 +242,14 @@
<mkdir dir="${build.lib.test}"/>
<mkdir dir="${build.resources.test}"/>
- <path id="bilto">
+ <path id="aopc.classpath">
<path refid="jbossas/core.libs.classpath"/>
<path refid="dependentmodule.classpath"/>
<pathelement path="${build.classes}"/>
</path>
<aopc compilerclasspathref="aop.classpath"
verbose="true">
- <classpath refid="bilto"/>
+ <classpath refid="aopc.classpath"/>
<src path="${build.classes}"/>
<aoppath
path="${build.resources}/portal-wsrp-sar/wsrp-aop.xml"/>
<include
name="org/jboss/portal/wsrp/consumer/ConsumerRegistryService.class"/>
Show replies by date