diff --git a/core-tiger/.cvsignore b/core-tiger/.cvsignore deleted file mode 100644 index e6165555be..0000000000 --- a/core-tiger/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -target -.settings -.classpath -.project -.wtpmodules diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml deleted file mode 100644 index 97e7206550..0000000000 --- a/core-tiger/pom.xml +++ /dev/null @@ -1,97 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 2.5.0-SNAPSHOT - - bundle - spring-security-core-tiger - Spring Security - Java 5 (Tiger) - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-core - ${project.version} - tests - test - - - org.springframework - spring-remoting - test - - - org.aspectj - aspectjrt - true - - - org.aspectj - aspectjweaver - true - - - org.springframework - spring-jdbc - true - - - org.apache.tomcat - annotations-api - 6.0.14 - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - - org.apache.maven.plugins - maven-pmd-plugin - - 1.5 - - - - - - - - org.springframework.security.*;version=${pom.version} - - - - javax.annotation.*;version="[1.0.0, 2.0.0)", - org.springframework.security.*;version="[${pom.version.osgi},${pom.version.osgi}]", - org.springframework.core.*;version="${spring.version.osgi}" - - - - !org.springframework.security.* - - - - src/main/resources - - - org.springframework.security.annotation - - diff --git a/core-tiger/src/main/resources/core-tiger.src.main.resources.placeholder b/core-tiger/src/main/resources/core-tiger.src.main.resources.placeholder deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/core-tiger/src/test/resources/log4j.properties b/core-tiger/src/test/resources/log4j.properties deleted file mode 100644 index 2c1eb7cf30..0000000000 --- a/core-tiger/src/test/resources/log4j.properties +++ /dev/null @@ -1,12 +0,0 @@ -# Logging -# -# $Id: log4j.properties 2385 2007-12-20 20:53:26Z luke_t $ - -log4j.rootCategory=DEBUG, stdout - -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%d %p %c - %m%n - -log4j.category.org.springframework.security=DEBUG -