aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2003-08-02 19:02:28 +0000
committerRainer Klute <klute@apache.org>2003-08-02 19:02:28 +0000
commita47c0bb61d25cb893b5dbce92262dd39adc2101d (patch)
tree793d8229a533c5dc202ca24fe9a9e6460d8b2143 /.classpath
parent0441b49c0539ac873d3e2f5393c0f25dcc5ef0df (diff)
downloadpoi-a47c0bb61d25cb893b5dbce92262dd39adc2101d.tar.gz
poi-a47c0bb61d25cb893b5dbce92262dd39adc2101d.zip
Javadoc, formatting and style improvements
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath17
1 files changed, 8 insertions, 9 deletions
diff --git a/.classpath b/.classpath
index dff3caf30b..6a84060656 100644
--- a/.classpath
+++ b/.classpath
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/testcases"/>
- <classpathentry kind="src" path="src/java"/>
+ <classpathentry excluding="**/CVS/*" kind="src" path="src/testcases"/>
+ <classpathentry excluding="**/CVS/*" kind="src" path="src/java"/>
+ <classpathentry excluding="**/CVS/*" kind="src" path="src/contrib/src"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jboss/test/apache-ant-1.5.3-1/lib/ant.jar"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jboss/test/apache-ant-1.5.3-1/lib/junit.jar"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jboss/test/apache-ant-1.5.3-1/lib/commons-logging.jar"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jboss/test/apache-ant-1.5.3-1/lib/xerces-2.3.0.jar"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jboss/test/apache-ant-1.5.3-1/lib/xercesImpl.jar"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jboss/test/apache-ant-1.5.3-1/lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="/Users/andrewoliver/projects/jakarta/poimerge/jakarta-poi/lib/xalan-2.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging-1.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
+ <classpathentry kind="lib" path="src/contrib/lib/commons-lang-1.0-b1.jar"/>
+ <classpathentry kind="lib" path="src/contrib/lib/commons-beanutils-1.6.jar"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>