Explorar el Código

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
tags/PERF_BEFORE_MERGE
Rainer Klute hace 21 años
padre
commit
1c072c0cbc
Se han modificado 3 ficheros con 2 adiciones y 36 borrados
  1. 0
    13
      .classpath
  2. 2
    0
      .cvsignore
  3. 0
    23
      .project

+ 0
- 13
.classpath Ver fichero

@@ -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>

+ 2
- 0
.cvsignore Ver fichero

@@ -8,3 +8,5 @@ build.number
log*.*
*.log
build
.classpath
.project

+ 0
- 23
.project Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar