mirror of https://github.com/apache/poi.git
Removed user-specific eclipse settings from the repository and added the files to .cvsignore
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a47c0bb61d
commit
1c072c0cbc
13
.classpath
13
.classpath
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<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="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>
|
|
@ -8,3 +8,5 @@ build.number
|
|||
log*.*
|
||||
*.log
|
||||
build
|
||||
.classpath
|
||||
.project
|
||||
|
|
23
.project
23
.project
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>POI-Head-1</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
Loading…
Reference in New Issue