[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. upstream/3.6.4+fix1-34-g918d865

2012-01-15 Thread Jakub Adam
The following commit has been merged in the master branch:
commit dc0198dcc2ff4825dc0f3a40e66f32c2c2b32e22
Author: Jakub Adam 
Date:   Fri Jan 6 01:52:21 2012 +0100

Enable Hudson/Jenkins integration

diff --git a/debian/control b/debian/control
index d984804..0a65604 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,8 @@ Build-Depends: debhelper (>= 8~),
libcommons-discovery-java (>= 0.5-2),
libcommons-lang-java,
libgnumail-java (>= 1.1.2-6),
+   libgoogle-gson-java,
+   libjaxme-java (>= 0.5.2+dfsg-6),
libjaxp1.3-java (>= 1.3.05-2),
libjdom1-java (>= 1.1.2+dfsg-2),
librome-java (>= 1.0-3),
@@ -33,6 +35,7 @@ Homepage: http://www.eclipse.org/mylyn
 Package: eclipse-mylyn
 Architecture: all
 Depends: eclipse-platform (>= 3.7~exp),
+ eclipse-emf,
  ${misc:Depends},
  ${orbit:Depends}
 Description: Task-Focused Interface for Eclipse
@@ -179,3 +182,18 @@ Description: Mylyn WikiText
  .
  Enables parsing and display of lightweight markup (wiki text).  Extends
  the Mylyn task editor to create a markup-aware editor.
+
+Package: eclipse-mylyn-builds-hudson
+Architecture: all
+Depends: eclipse-mylyn (= ${source:Version}),
+ ${misc:Depends}
+Description: Mylyn Hudson/Jenkins Connector
+ Mylyn integrates task support into Eclipse. It supports offline editing
+ for certain task repositories and monitors work activity to hide
+ information that is not relevant to the current task. Also included is
+ the Mylyn Focused UI for reducing information overload when working with
+ tasks and the Bugzilla task connector.
+ .
+ This package provides integration with Hudson and Jenkins continuous
+ integration servers.
+
diff --git a/debian/eclipse-mylyn-builds-hudson.eh-install 
b/debian/eclipse-mylyn-builds-hudson.eh-install
new file mode 100644
index 000..ca371ea
--- /dev/null
+++ b/debian/eclipse-mylyn-builds-hudson.eh-install
@@ -0,0 +1 @@
+org.eclipse.mylyn.hudson
diff --git a/debian/eclipse-mylyn.eh-install b/debian/eclipse-mylyn.eh-install
index a251ea3..28838e7 100644
--- a/debian/eclipse-mylyn.eh-install
+++ b/debian/eclipse-mylyn.eh-install
@@ -3,3 +3,4 @@ org.eclipse.mylyn_feature
 org.eclipse.mylyn.context_feature
 org.eclipse.mylyn.versions
 org.eclipse.mylyn.team_feature
+org.eclipse.mylyn.builds
diff --git a/debian/eclipse.environment b/debian/eclipse.environment
index 6f0e669..8349766 100644
--- a/debian/eclipse.environment
+++ b/debian/eclipse.environment
@@ -1,3 +1,4 @@
+org.eclipse.mylyn.builds/org.eclipse.mylyn*
 org.eclipse.mylyn.commons/org.eclipse.mylyn*
 org.eclipse.mylyn.context/org.eclipse.mylyn*
 org.eclipse.mylyn.docs/org.eclipse.mylyn*
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 6d75167..8d8848f 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -11,3 +11,5 @@ org.eclipse.mylyn.git egit jgit
 org.eclipse.mylyn.bugzilla_feature
 org.eclipse.mylyn.trac_feature
 org.eclipse.mylyn.wikitext_feature
+org.eclipse.mylyn.builds emf
+org.eclipse.mylyn.hudson
diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps
index b7c661a..d05fc05 100644
--- a/debian/eclipse.orbitdeps
+++ b/debian/eclipse.orbitdeps
@@ -5,6 +5,8 @@ axis-saaj
 commons-discovery
 commons-lang
 gnumail
+gson
+jaxmeapi
 jdom1
 rome
 ws-commons-util
diff --git a/debian/ecoreToJava.xml b/debian/ecoreToJava.xml
new file mode 100644
index 000..9955f5c
--- /dev/null
+++ b/debian/ecoreToJava.xml
@@ -0,0 +1,19 @@
+
+
+   
+   Generates Java code from Ecore model
+   
+
+   
+
+   
+   
+   
+   
+
diff --git a/debian/patches/debian-orbit-deps.patch 
b/debian/patches/debian-orbit-deps.patch
index 05a9aaa..d443ff3 100644
--- a/debian/patches/debian-orbit-deps.patch
+++ b/debian/patches/debian-orbit-deps.patch
@@ -13,15 +13,73 @@ Subject: debian-orbit-deps
  * remove versions from Import-Package directives so that distribution jars in
/usr/share/java can be used
 ---
+ .../org.eclipse.mylyn.hudson-feature/feature.xml   |   19 +++-
+ .../META-INF/MANIFEST.MF   |5 +-
  .../org.eclipse.mylyn.commons-feature/feature.xml  |   46 ++--
  .../META-INF/MANIFEST.MF   |7 +--
  .../META-INF/MANIFEST.MF   |3 +-
  .../META-INF/MANIFEST.MF   |   10 ++--
  .../META-INF/MANIFEST.MF   |3 +-
- 7 files changed, 53 insertions(+), 26 deletions(-)
+ 7 files changed, 62 insertions(+), 31 deletions(-)
 
+diff --git 
a/org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/feature.xml 
b/org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/feature.xml
+index 232c47b..1820bcc 100644
+--- a/org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/feature.xml
 b/org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/feature.xml
+

[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. upstream/3.6.4+fix1-34-g918d865

2012-01-15 Thread Jakub Adam
The following commit has been merged in the master branch:
commit 918d86520d55e11a526f67ac3ba5f50f75eab194
Author: Jakub Adam 
Date:   Thu Jan 12 23:37:51 2012 +0100

Updated d/changelog

diff --git a/debian/changelog b/debian/changelog
index a2f00ea..bf1b56c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-eclipse-mylyn (3.6.4-1) UNRELEASED; urgency=low
+eclipse-mylyn (3.6.4+fix1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #581422).
 
- -- Jakub Adam   Mon, 21 Nov 2011 19:10:18 +0100
+ -- Jakub Adam   Thu, 12 Jan 2012 23:36:46 +0100

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

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


[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. upstream/3.6.4+fix1-34-g918d865

2012-01-15 Thread Jakub Adam
The following commit has been merged in the master branch:
commit 9d1c2e14fdab558cb7afd90720a33f380a5f7500
Merge: 04744ce72957bb476192039db12d8baa2a4f4071 
48858157429037b31e8a19542485daca0567bff3
Author: Jakub Adam 
Date:   Sat Jan 7 00:29:26 2012 +0100

Merge branch 'upstream'


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

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