File: 0004-add-OSGi-metadata.patch

package info (click to toggle)
libcommons-el-java 1.0-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 860 kB
  • ctags: 1,155
  • sloc: java: 7,781; xml: 223; makefile: 16
file content (27 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download
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
26
27
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Fri, 2 Sep 2011 22:28:09 +0200
Subject: add OSGi metadata

---
 src/conf/MANIFEST.MF |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

--- a/src/conf/MANIFEST.MF
+++ b/src/conf/MANIFEST.MF
@@ -5,3 +5,16 @@
 Implementation-Title: org.apache.commons.el
 Implementation-Vendor: Apache Software Foundation
 Implementation-Version: 1.0
+Import-Package: javax.servlet;version="3.0",javax.servlet.http;version
+ ="3.0",javax.servlet.jsp;version="2.2",javax.servlet.jsp.el;version="
+ 2.2",javax.servlet.jsp.resources;version="2.2",javax.servlet.jsp.tage
+ xt;version="2.2",javax.servlet.resources;version="3.0"
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.commons.el;version="1.0.0",org.apache.commo
+ ns.el.parser;version="1.0.0"
+Bundle-Version: 1.0.0.v200806031608
+Bundle-SymbolicName: org.apache.commons.el
+Bundle-Name: Apache Commons JSP 2.0 Expression Language Interpreter
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation