File: template.mf

package info (click to toggle)
libspring-java 3.0.6.RELEASE-6%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,504 kB
  • sloc: java: 325,411; xml: 67,956; sql: 176; makefile: 40; ruby: 33; sh: 6
file content (25 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Bundle-SymbolicName: org.springframework.web.portlet
Bundle-Name: Spring Web Portlet
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template: 
 javax.portlet.*;version="[2.0.0, 3.0.0)",
 javax.servlet.*;version="[2.4.0, 4.0.0)",
 javax.xml.*;version="0";resolution:=optional,
 org.apache.commons.fileupload.*;version="[1.2.0, 2.0.0)";resolution:=optional,
 org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
 org.springframework.beans.*;version=${spring.osgi.range},
 org.springframework.context.*;version=${spring.osgi.range},
 org.springframework.core.*;version=${spring.osgi.range},
 org.springframework.http.*;version=${spring.osgi.range},
 org.springframework.stereotype;version=${spring.osgi.range},
 org.springframework.ui.*;version=${spring.osgi.range},
 org.springframework.util.*;version=${spring.osgi.range},
 org.springframework.validation.*;version=${spring.osgi.range},
 org.springframework.web.*;version=${spring.osgi.range},
 org.xml.sax.*;version="0";resolution:=optional
Ignored-Existing-Headers: 
 Bnd-LastModified,
 Import-Package,
 Export-Package,
 Tool