~ubuntu-branches/debian/sid/libcommons-el-java/sid

« back to all changes in this revision

Viewing changes to debian/patches/04add_OSGi_metadata.patch

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-02 22:38:06 UTC
  • Revision ID: package-import@ubuntu.com-20110902223806-e94yrvtf1a8clq32
Tags: 1.0-7
* Team upload.
* Change Build-Depend-Indep: libservlet2.5-java.
* Refresh patches and update OSGi metadata.
* Remove Arnaud from Uploaders list.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.1.
* Fix the name of the doc-base Document.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Adds OSGi metadata to the manifest.
2
 
 
3
 
--- a/src/conf/MANIFEST.MF      2007-07-11 12:47:24.000000000 -0400
4
 
+++ b/src/conf/MANIFEST.MF      2007-07-11 12:49:32.000000000 -0400
5
 
@@ -9,3 +9,16 @@
6
 
 Implementation-Title: org.apache.commons.el
7
 
 Implementation-Vendor: Apache Software Foundation
8
 
 Implementation-Version: 1.0
9
 
+Import-Package: javax.servlet;version="2.4",javax.servlet.http;version
10
 
+ ="2.4",javax.servlet.jsp;version="2.0",javax.servlet.jsp.el;version="
11
 
+ 2.0",javax.servlet.jsp.resources;version="2.0",javax.servlet.jsp.tage
12
 
+ xt;version="2.0",javax.servlet.resources;version="2.4"
13
 
+Bundle-ManifestVersion: 2
14
 
+Export-Package: org.apache.commons.el;version="1.0.0",org.apache.commo
15
 
+ ns.el.parser;version="1.0.0"
16
 
+Bundle-Version: 1.0.0.v200806031608
17
 
+Bundle-SymbolicName: org.apache.commons.el
18
 
+Bundle-Name: Apache Commons JSP 2.0 Expression Language Interpreter
19
 
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
20
 
+Bundle-Localization: plugin
21
 
+Bundle-Vendor: Apache Software Foundation