[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. debian/2.5.0-2-15-gc5cbb14

Jakub Adam jakub.adam at ktknet.cz
Sat Aug 11 22:44:42 UTC 2012


The following commit has been merged in the master branch:
commit f2302afc70c419ed33f2e0fbbc1e8843dc9a5044
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat Aug 11 21:29:45 2012 +0200

    Remove XSD features from eclipse-emf source package
    
    EMF and XSD upstream projects are now split in two different git
    repositories. Right now nothing depends on XSD so removing it,
    if needed in future, I'll create a separate source package for it.

diff --git a/debian/changelog b/debian/changelog
index b7497c4..dde025d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ eclipse-emf (2.8.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Add d/eclipse.environment to reflect new upstream source layout.
+  * Remove XSD packages because upstream split the project repositories.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Sat, 11 Aug 2012 20:53:50 +0200
 
diff --git a/debian/control b/debian/control
index 329c2af..abcceb3 100644
--- a/debian/control
+++ b/debian/control
@@ -33,12 +33,10 @@ Package: eclipse-emf-examples
 Architecture: all
 Depends: default-jre | java5-runtime | java6-runtime,
          eclipse-emf (= ${source:Version}),
-         eclipse-xsd (= ${source:Version}),
          ${misc:Depends}
-Description: Eclipse EMF/XSD examples
+Description: Eclipse EMF examples
  Installable versions of the example projects from the SDKs that demonstrate how
- to use the Eclipse Modeling Framework (EMF) and XML Schema Definition (XSD)
- plugins.
+ to use the Eclipse Modeling Framework (EMF) plugin.
 
 Package: eclipse-emf-sdk
 Architecture: all
@@ -55,29 +53,3 @@ Description: Eclipse Modeling Framework (EMF) - (Source/Documentation)
  basic editor.
  .
  Documentation and source for the Eclipse Modeling Framework (EMF).
-
-Package: eclipse-xsd
-Architecture: all
-Depends: default-jre | java5-runtime | java6-runtime,
-         eclipse-emf (= ${source:Version}),
-         ${misc:Depends}
-Description: XML Schema Definition (XSD) for Eclipse
- The XML Schema Definition (XSD) plugin is a library that provides an API for
- manipulating the components of an XML Schema as described by the W3C XML
- Schema specifications, as well as an API for manipulating the DOM-accessible
- representation of XML Schema as a series of XML documents.
-
-Package: eclipse-xsd-sdk
-Architecture: all
-Depends: default-jre | java5-runtime | java6-runtime,
-         eclipse-emf-sdk (= ${source:Version}),
-         eclipse-pde (>= 3.5.2),
-         eclipse-xsd (= ${source:Version}),
-         ${misc:Depends}
-Description: XML Schema Definition (XSD) for Eclipse - (Source/Documentation)
- The XML Schema Definition (XSD) plugin is a library that provides an API for
- manipulating the components of an XML Schema as described by the W3C XML
- Schema specifications, as well as an API for manipulating the DOM-accessible
- representation of XML Schema as a series of XML documents.
- .
- Documentation and source for the Eclipse XML Schema Definition (XSD) plugin.
diff --git a/debian/eclipse-xsd-sdk.eh-install b/debian/eclipse-xsd-sdk.eh-install
deleted file mode 100644
index 9d5b429..0000000
--- a/debian/eclipse-xsd-sdk.eh-install
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.xsd.sdk
\ No newline at end of file
diff --git a/debian/eclipse-xsd.eh-install b/debian/eclipse-xsd.eh-install
deleted file mode 100644
index db35198..0000000
--- a/debian/eclipse-xsd.eh-install
+++ /dev/null
@@ -1,3 +0,0 @@
-org.eclipse.xsd
-org.eclipse.xsd.e*
-org.eclipse.xsd.m*
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 6a0d12b..013439d 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -1,10 +1,3 @@
 org.eclipse.emf
 org.eclipse.emf.sdk
-org.eclipse.xsd
-org.eclipse.xsd.edit
-org.eclipse.xsd.editor
-org.eclipse.xsd.mapping
-org.eclipse.xsd.mapping.editor
-org.eclipse.xsd.ecore.converter
-org.eclipse.xsd.sdk
 org.eclipse.emf.examples
diff --git a/debian/rules b/debian/rules
index 902e2fd..b5a06c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,3 @@ override_jh_installeclipse:
 	# Avoid duplications (sdk depend on the non-sdk packages)
 	cd debian/eclipse-emf-sdk/$(DROPINS)/emf-sdk/eclipse/features && ls $(CURDIR)/debian/eclipse-emf/$(DROPINS)/emf/eclipse/features | xargs rm -rf
 	cd debian/eclipse-emf-sdk/$(DROPINS)/emf-sdk/eclipse/plugins  && ls $(CURDIR)/debian/eclipse-emf/$(DROPINS)/emf/eclipse/plugins  | xargs rm -rf
-	cd debian/eclipse-xsd-sdk/$(DROPINS)/xsd-sdk/eclipse/features && ls $(CURDIR)/debian/eclipse-xsd/$(DROPINS)/xsd/eclipse/features | xargs rm -rf
-	cd debian/eclipse-xsd-sdk/$(DROPINS)/xsd-sdk/eclipse/plugins  && ls $(CURDIR)/debian/eclipse-xsd/$(DROPINS)/xsd/eclipse/plugins  | xargs rm -rf

-- 
eclipse-emf - Plug-in for eclipse - Debian package.



More information about the pkg-java-commits mailing list