You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/06/10 00:38:11 UTC

svn commit: r545804 - /jakarta/jmeter/branches/rel-2-2/eclipse.classpath

Author: sebb
Date: Sat Jun  9 15:38:10 2007
New Revision: 545804

URL: http://svn.apache.org/viewvc?view=rev&rev=545804
Log:
No need to exclude BeanShell classes

Modified:
    jakarta/jmeter/branches/rel-2-2/eclipse.classpath

Modified: jakarta/jmeter/branches/rel-2-2/eclipse.classpath
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/eclipse.classpath?view=diff&rev=545804&r1=545803&r2=545804
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/eclipse.classpath (original)
+++ jakarta/jmeter/branches/rel-2-2/eclipse.classpath Sat Jun  9 15:38:10 2007
@@ -7,7 +7,7 @@
 	<classpathentry kind="src" output="build/protocol/http" path="src/protocol/http"/>
 	<classpathentry kind="src" output="build/protocol/ftp" path="src/protocol/ftp"/>
 	<classpathentry kind="src" output="build/protocol/jdbc" path="src/protocol/jdbc"/>
-	<classpathentry kind="src" excluding="org/apache/jmeter/protocol/java/**/BeanShell*.java" output="build/protocol/java" path="src/protocol/java"/>
+	<classpathentry kind="src" output="build/protocol/java" path="src/protocol/java"/>
 	<classpathentry kind="src" output="build/protocol/ldap" path="src/protocol/ldap"/>
 	<classpathentry kind="src" output="build/protocol/mail" path="src/protocol/mail"/>
 	<classpathentry kind="src" output="build/protocol/tcp" path="src/protocol/tcp"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org