[eclipse-ptp] Remove javax.xml.stream from plugin deps, we do not get it via a plugin

Orion Poplawski orion at fedoraproject.org
Mon Oct 24 14:47:43 UTC 2011


commit 572b071258cf426a899c6ce4d1ce939659e6c044
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 24 08:47:46 2011 -0600

    Remove javax.xml.stream from plugin deps, we do not get it via a plugin

 eclipse-ptp-deps.patch |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-ptp-deps.patch b/eclipse-ptp-deps.patch
index d3ba6d2..e148156 100644
--- a/eclipse-ptp-deps.patch
+++ b/eclipse-ptp-deps.patch
@@ -1,10 +1,17 @@
 diff -up org.eclipse.ptp-v201110141146/releng/org.eclipse.ptp.rm.jaxb-feature/feature.xml.deps org.eclipse.ptp-v201110141146/releng/org.eclipse.ptp.rm.jaxb-feature/feature.xml
 --- org.eclipse.ptp-v201110141146/releng/org.eclipse.ptp.rm.jaxb-feature/feature.xml.deps	2011-09-23 07:53:39.000000000 -0600
-+++ org.eclipse.ptp-v201110141146/releng/org.eclipse.ptp.rm.jaxb-feature/feature.xml	2011-10-21 14:47:01.146240727 -0600
-@@ -67,13 +67,6 @@
++++ org.eclipse.ptp-v201110141146/releng/org.eclipse.ptp.rm.jaxb-feature/feature.xml	2011-10-24 08:47:05.003337510 -0600
+@@ -60,20 +60,6 @@
           unpack="false"/>
  
     <plugin
+-         id="javax.xml.stream"
+-         download-size="0"
+-         install-size="0"
+-         version="0.0.0"
+-         unpack="false"/>
+-
+-   <plugin
 -         id="com.sun.xml.bind"
 -         download-size="0"
 -         install-size="0"
@@ -37,5 +44,5 @@ diff -up org.eclipse.ptp-v201110141146/rms/org.eclipse.ptp.rm.lml.core/META-INF/
   javax.xml.stream;bundle-version="1.0.1",
 - javax.xml.bind;bundle-version="2.1.9",
 - com.sun.xml.bind;bundle-version="2.1.9"
-+ javax.xml.bind;bundle-version="2.0.0"
++ javax.xml.bind;bundle-version="2.0.0",
  Bundle-Localization: plugin


More information about the scm-commits mailing list