[jboss-cvs] JBossAS SVN: r59328 - projects/aop/trunk/aop

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 4 05:17:23 EST 2007


Author: kabir.khan at jboss.com
Date: 2007-01-04 05:17:21 -0500 (Thu, 04 Jan 2007)
New Revision: 59328

Modified:
   projects/aop/trunk/aop/.classpath
   projects/aop/trunk/aop/build.xml
Log:
[JBAOP-337] Make a start in easier running of tests in eclipse.


Modified: projects/aop/trunk/aop/.classpath
===================================================================
--- projects/aop/trunk/aop/.classpath	2007-01-04 10:14:52 UTC (rev 59327)
+++ projects/aop/trunk/aop/.classpath	2007-01-04 10:17:21 UTC (rev 59328)
@@ -18,6 +18,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
-	<classpathentry kind="lib" path="src/resources/test"/>
+	<classpathentry kind="lib" path="src/resources"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: projects/aop/trunk/aop/build.xml
===================================================================
--- projects/aop/trunk/aop/build.xml	2007-01-04 10:14:52 UTC (rev 59327)
+++ projects/aop/trunk/aop/build.xml	2007-01-04 10:17:21 UTC (rev 59328)
@@ -611,4 +611,11 @@
          </fileset>
       </jar>
 	</target>
+	
+   <target name="create-eclipse-test-agent" depends="compile-etc">
+      <jar jarfile="${build.lib}/eclipse-agent.jar"
+         manifest="${build.etc}/eclipsesupport.mf">
+      </jar>
+   </target>
+	
 </project>




More information about the jboss-cvs-commits mailing list