Browse Source

SEC-672. Forgot to set core-tiger packaging type to 'bundle'

Luke Taylor 17 years ago
parent
commit
608e8d3610
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core-tiger/pom.xml

+ 2 - 0
core-tiger/pom.xml

@@ -6,8 +6,10 @@
         <artifactId>spring-security-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
+    <packaging>bundle</packaging>    
     <artifactId>spring-security-core-tiger</artifactId>
     <name>Spring Security - Java 5 (Tiger)</name>
+
     <dependencies>
         <dependency>
             <groupId>org.springframework.security</groupId>