Explorar el Código

SEC-1297: Added bundlor support to taglibs jar

Luke Taylor hace 15 años
padre
commit
9b49dce8b5
Se han modificado 2 ficheros con 29 adiciones y 0 borrados
  1. 8 0
      taglibs/pom.xml
  2. 21 0
      taglibs/template.mf

+ 8 - 0
taglibs/pom.xml

@@ -44,4 +44,12 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.springsource.bundlor</groupId>
+                <artifactId>com.springsource.bundlor.maven</artifactId>
+            </plugin>
+        </plugins>
+    </build>    
 </project>

+ 21 - 0
taglibs/template.mf

@@ -0,0 +1,21 @@
+Bundle-SymbolicName: org.springframework.security.taglibs
+Bundle-Name: Spring Security Taglibs
+Bundle-Vendor: SpringSource
+Bundle-Version: ${version}
+Bundle-ManifestVersion: 2
+Ignored-Existing-Headers:
+ Import-Package,
+ Export-Package
+Import-Template:
+ org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
+ org.springframework.security.core.*;version="[${version}, 3.1.0)",
+ org.springframework.security.web.*;version="[${version}, 3.1.0)",
+ org.springframework.security.access.*;version="[${version}, 3.1.0)",
+ org.springframework.security.util;version="[${version}, 3.1.0)",
+ org.springframework.security.acls;version="[${version}, 3.1.0)";resolution:=optional, 
+ org.springframework.beans.*;version="[3.0.0, 3.1.0)",
+ org.springframework.context.*;version="[3.0.0, 3.1.0)",
+ org.springframework.expression;version="[3.0.0, 3.1.0)";resolution:=optional,
+ org.springframework.web.context.*;version="[3.0.0, 3.1.0)";resolution:=optional,
+ org.springframework.web.util.*;version="[3.0.0, 3.1.0)",
+ javax.servlet.*;version="0"