[jboss-cvs] apache/commons-logging ...
Scott Stark
scott.stark at jboss.com
Sun Feb 11 15:28:00 EST 2007
User: starksm
Date: 07/02/11 15:28:00
Modified: commons-logging Tag: JBoss_Apache_Common_Logging_Branch_1_1
.classpath
Log:
Update the excludes and add the junit library
Revision Changes Path
No revision
No revision
1.1.4.1 +2 -1 apache/commons-logging/.classpath
(In the diff below, changes in quantity of whitespace are not shown.)
Index: .classpath
===================================================================
RCS file: /cvsroot/jboss/apache/commons-logging/.classpath,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- .classpath 9 Feb 2007 06:57:16 -0000 1.1
+++ .classpath 11 Feb 2007 20:28:00 -0000 1.1.4.1
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java" kind="src" path="src/java"/>
- <classpathentry kind="src" output="output/eclipse-test-classes" path="src/tests"/>
+ <classpathentry excluding="org/apache/commons/logging/avalon/|org/apache/commons/logging/logkit/|org/apache/commons/logging/servlet/" kind="src" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="JBOSS_REPO/apache-log4j/1.2.14/lib/log4j.jar" sourcepath="/JBOSS_REPO/apache-log4j/1.2.14/lib/log4j-src.zip"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list