Author: xhaakon-guest
Date: 2011-12-04 13:43:43 +0000 (Sun, 04 Dec 2011)
New Revision: 15501

Modified:
   trunk/libjasper-java/debian/changelog
   trunk/libjasper-java/debian/osgi.MF
Log:
Add org.eclipse.jdt.internal and org.eclipse.jdt.core to Import-Package OSGi 
attribute

The resolution is optional, as I didn't want to make eclipse-platform dependent 
on eclipse-jdt. Packages that need JDT compiler in Jasper should depend on 
eclipse-jdt explicitly (for now I know only about web services explorer from 
eclipse-wtp).

Upstream works around this by bundling required JDT classes inside 
org.apache.jasper orbit plugin, which I want to avoid.


Modified: trunk/libjasper-java/debian/changelog
===================================================================
--- trunk/libjasper-java/debian/changelog       2011-12-04 11:58:58 UTC (rev 
15500)
+++ trunk/libjasper-java/debian/changelog       2011-12-04 13:43:43 UTC (rev 
15501)
@@ -2,6 +2,8 @@
 
   * d/control: Update Vcs-Svn and Vcs-Browser
   * Add Jakub Adam to Uploaders
+  * Add org.eclipse.jdt.internal and org.eclipse.jdt.core to Import-Package
+    OSGi attribute (resolution optional)
 
  -- Jakub Adam <jakub.a...@ktknet.cz>  Sun, 04 Dec 2011 12:55:01 +0100
 

Modified: trunk/libjasper-java/debian/osgi.MF
===================================================================
--- trunk/libjasper-java/debian/osgi.MF 2011-12-04 11:58:58 UTC (rev 15500)
+++ trunk/libjasper-java/debian/osgi.MF 2011-12-04 13:43:43 UTC (rev 15501)
@@ -21,4 +21,9 @@
  onal,org.apache.tools.ant.taskdefs;resolution:=optional,org.apache.to
  ols.ant.types;resolution:=optional,org.apache.tools.ant.util;resoluti
  on:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.help
- ers
+ ers,org.eclipse.jdt.core.compiler;resolution:=optional,org.eclipse.jd
+ t.internal.compiler;resolution:=optional,org.eclipse.jdt.internal.com
+ piler.classfmt;resolution:=optional,org.eclipse.jdt.internal.compiler
+ .env;resolution:=optional,org.eclipse.jdt.internal.compiler.impl;reso
+ lution:=optional,org.eclipse.jdt.internal.compiler.problem;resolution
+ :=optional


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to