Author: baerrach
Date: Tue Jun 23 23:21:03 2009
New Revision: 787869

URL: http://svn.apache.org/viewvc?rev=787869&view=rev
Log:
Inlining file to avoid hudson cwd issues.

Removed:
    maven/plugins/trunk/maven-eclipse-plugin/maven-antrun.bsh
Modified:
    maven/plugins/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh?rev=787869&r1=787868&r2=787869&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh 
(original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh 
Tue Jun 23 23:21:03 2009
@@ -1,4 +1,10 @@
-source("maven-antrun.bsh");
+addMavenClasspath() {
+    maven_plugin_classpath = project.getReference("maven.test.classpath");
+    paths = maven_plugin_classpath.list();
+    for( path : paths ) {
+        addClassPath( path );
+    }
+}
 addMavenClasspath();
 
 import org.apache.tools.ant.BuildException;


Reply via email to