This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  bfa72691d8832e6f7f8cd190596648beb14f332b (commit)
      from  74ff47d59cf03b482fdd91be23289d037ae6795a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bfa72691d8832e6f7f8cd190596648beb14f332b
Author: Benjamin Drung <[email protected]>
Date:   Fri Mar 19 15:29:40 2010 +0100

    Integrate upstream-eclipse-build-repack.patch from final 0.5.0 
eclipse-build release.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    5 +
 build.xml                                          |    7 +-
 debian/patches/compile-IPluginDescriptor.patch     |    2 +-
 debian/patches/compile-jarinjarloader.patch        |    2 +-
 debian/patches/eclipse-manpage.patch               |    2 +-
 debian/patches/osgi-services-symlink-javax.patch   |   10 +-
 debian/patches/osgi-services.patch                 |    8 +-
 debian/patches/osgi-util.patch                     |    6 +-
 debian/patches/series                              |    1 +
 debian/patches/swt-compile-xpt.patch               |   10 +-
 debian/patches/upstream-eclipse-build-repack.patch |   93 ++++++++++++++++++++
 patches/droppluginversions.patch                   |   65 ++++++++++++++
 12 files changed, 188 insertions(+), 23 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 11a6843..e4bc5d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-18  Alexander Kurtakov  <[email protected]>
+
+       * patches/droppluginversions.patch: New file.
+       * build.xml: Apply patch to match upstream qualifiers.
+
 2010-03-12  Andrew Overholt  <[email protected]>
 
        * build.xml: Remove unnecessary copying of test result XML files.
diff --git a/build.xml b/build.xml
index dfe8276..13c9d83 100644
--- a/build.xml
+++ b/build.xml
@@ -258,10 +258,11 @@
                <patch 
patchfile="${basedir}/patches/eclipse-nosourcebundlesfordependencies.patch" 
dir="${buildDirectory}" strip="1" />
                <patch 
patchfile="${basedir}/patches/eclipse-use-newer-commons-codec.patch" 
dir="${buildDirectory}"  strip="0" />
                <patch patchfile="${basedir}/patches/addEcfQualifiers.patch" 
dir="${buildDirectory}"  strip="0" />
-               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}"  strip="1" />
-               <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}"  strip="1" />
+               <patch patchfile="${basedir}/patches/droppluginversions.patch" 
dir="${buildDirectory}"  strip="0" />
+               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}" strip="1" />
+               <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}" strip="1" />
                <symlink 
link="${buildDirectory}/plugins/org.eclipse.osgi.services/src/javax" 
resource="../../org.eclipse.equinox.io/src/javax/" />
-               <patch 
patchfile="${basedir}/patches/eclipse-swt-compile-xpt.patch" 
dir="${buildDirectory}"  strip="1" />
+               <patch 
patchfile="${basedir}/patches/eclipse-swt-compile-xpt.patch" 
dir="${buildDirectory}" strip="1" />
                <replace 
file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties"
 token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
                <chmod 
dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" 
includes="*.sh" perm="a+x" />
                <!-- end eclipse-build-only patches -->
diff --git a/debian/patches/compile-IPluginDescriptor.patch 
b/debian/patches/compile-IPluginDescriptor.patch
index aff1af3..85997e7 100644
--- a/debian/patches/compile-IPluginDescriptor.patch
+++ b/debian/patches/compile-IPluginDescriptor.patch
@@ -4,7 +4,7 @@ Forwarded: no
 
 --- a/build.xml
 +++ b/build.xml
-@@ -348,6 +348,32 @@
+@@ -349,6 +349,32 @@
                <zip 
destfile="${buildDirectory}/plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip"
                        basedir="${basedir}/temp/"/>
                <delete dir="${basedir}/temp/"/>
diff --git a/debian/patches/compile-jarinjarloader.patch 
b/debian/patches/compile-jarinjarloader.patch
index 88f7438..5f498b7 100644
--- a/debian/patches/compile-jarinjarloader.patch
+++ b/debian/patches/compile-jarinjarloader.patch
@@ -12,7 +12,7 @@ Forwarded: no
        <uptodate property="testspatch.complete" srcfile="testsunpack-stamp" 
targetfile="testspatch-stamp" />
        <uptodate property="compilelibs.complete" srcfile="unpack-stamp" 
targetfile="compilelibs-stamp" />
        <uptodate property="build.complete" srcfile="patch-stamp" 
targetfile="build-stamp" />
-@@ -334,7 +335,24 @@
+@@ -335,7 +336,24 @@
                <echo file="symlinks-stamp" />
        </target>
  
diff --git a/debian/patches/eclipse-manpage.patch 
b/debian/patches/eclipse-manpage.patch
index d70880a..176cc51 100644
--- a/debian/patches/eclipse-manpage.patch
+++ b/debian/patches/eclipse-manpage.patch
@@ -624,7 +624,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
 +</refentry>
 --- a/build.xml
 +++ b/build.xml
-@@ -769,6 +769,12 @@
+@@ -770,6 +770,12 @@
                <!-- eclipse binary -->
                <mkdir dir="${destDir}${prefix}/bin" />
                <symlink link="${destDir}${prefix}/bin/eclipse" 
resource="../${libDir}/eclipse/eclipse" />
diff --git a/debian/patches/osgi-services-symlink-javax.patch 
b/debian/patches/osgi-services-symlink-javax.patch
index c84de79..f017bc9 100644
--- a/debian/patches/osgi-services-symlink-javax.patch
+++ b/debian/patches/osgi-services-symlink-javax.patch
@@ -4,11 +4,11 @@ Forwarded: No
 
 --- a/build.xml
 +++ b/build.xml
-@@ -260,6 +260,7 @@
-               <patch patchfile="${basedir}/patches/addEcfQualifiers.patch" 
dir="${buildDirectory}"  strip="0" />
-               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}"  strip="1" />
-               <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}"  strip="1" />
+@@ -261,6 +261,7 @@
+               <patch patchfile="${basedir}/patches/droppluginversions.patch" 
dir="${buildDirectory}"  strip="0" />
+               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}" strip="1" />
+               <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}" strip="1" />
 +              <symlink 
link="${buildDirectory}/plugins/org.eclipse.osgi.services/src/javax" 
resource="../../org.eclipse.equinox.io/src/javax/" />
-               <patch 
patchfile="${basedir}/patches/eclipse-swt-compile-xpt.patch" 
dir="${buildDirectory}"  strip="1" />
+               <patch 
patchfile="${basedir}/patches/eclipse-swt-compile-xpt.patch" 
dir="${buildDirectory}" strip="1" />
                <replace 
file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties"
 token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
                <chmod 
dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" 
includes="*.sh" perm="a+x" />
diff --git a/debian/patches/osgi-services.patch 
b/debian/patches/osgi-services.patch
index ed89f81..f5c273c 100644
--- a/debian/patches/osgi-services.patch
+++ b/debian/patches/osgi-services.patch
@@ -5,11 +5,11 @@ Applied-Upstream: no
 
 --- a/build.xml
 +++ b/build.xml
-@@ -257,6 +257,7 @@
-               <patch 
patchfile="${basedir}/patches/eclipse-use-newer-commons-codec.patch" 
dir="${buildDirectory}"  strip="0" />
+@@ -258,6 +258,7 @@
                <patch patchfile="${basedir}/patches/addEcfQualifiers.patch" 
dir="${buildDirectory}"  strip="0" />
-               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}"  strip="1" />
-+              <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}"  strip="1" />
+               <patch patchfile="${basedir}/patches/droppluginversions.patch" 
dir="${buildDirectory}"  strip="0" />
+               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}" strip="1" />
++              <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}" strip="1" />
                <replace 
file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties"
 token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
                <chmod 
dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" 
includes="*.sh" perm="a+x" />
                <!-- end eclipse-build-only patches -->
diff --git a/debian/patches/osgi-util.patch b/debian/patches/osgi-util.patch
index 15c9b49..80edf18 100644
--- a/debian/patches/osgi-util.patch
+++ b/debian/patches/osgi-util.patch
@@ -28,11 +28,11 @@ Applied-Upstream: no
 ++#customBuildCallbacks=customBuildCallbacks.xml
 --- a/build.xml
 +++ b/build.xml
-@@ -256,6 +256,7 @@
-               <patch 
patchfile="${basedir}/patches/eclipse-nosourcebundlesfordependencies.patch" 
dir="${buildDirectory}" strip="1" />
+@@ -257,6 +257,7 @@
                <patch 
patchfile="${basedir}/patches/eclipse-use-newer-commons-codec.patch" 
dir="${buildDirectory}"  strip="0" />
                <patch patchfile="${basedir}/patches/addEcfQualifiers.patch" 
dir="${buildDirectory}"  strip="0" />
-+              <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}"  strip="1" />
+               <patch patchfile="${basedir}/patches/droppluginversions.patch" 
dir="${buildDirectory}"  strip="0" />
++              <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}" strip="1" />
                <replace 
file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties"
 token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
                <chmod 
dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" 
includes="*.sh" perm="a+x" />
                <!-- end eclipse-build-only patches -->
diff --git a/debian/patches/series b/debian/patches/series
index 7ecb295..f72cba4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+upstream-eclipse-build-repack.patch
 osgi-util.patch
 osgi-services.patch
 fix-shell-script-perm.patch
diff --git a/debian/patches/swt-compile-xpt.patch 
b/debian/patches/swt-compile-xpt.patch
index 91ed422..85919f2 100644
--- a/debian/patches/swt-compile-xpt.patch
+++ b/debian/patches/swt-compile-xpt.patch
@@ -4,11 +4,11 @@ Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=304112
 
 --- a/build.xml
 +++ b/build.xml
-@@ -260,6 +260,7 @@
-               <patch patchfile="${basedir}/patches/addEcfQualifiers.patch" 
dir="${buildDirectory}"  strip="0" />
-               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}"  strip="1" />
-               <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}"  strip="1" />
-+              <patch 
patchfile="${basedir}/patches/eclipse-swt-compile-xpt.patch" 
dir="${buildDirectory}"  strip="1" />
+@@ -261,6 +261,7 @@
+               <patch patchfile="${basedir}/patches/droppluginversions.patch" 
dir="${buildDirectory}"  strip="0" />
+               <patch patchfile="${basedir}/patches/osgi-util.patch" 
dir="${buildDirectory}" strip="1" />
+               <patch patchfile="${basedir}/patches/osgi-services-build.patch" 
dir="${buildDirectory}" strip="1" />
++              <patch 
patchfile="${basedir}/patches/eclipse-swt-compile-xpt.patch" 
dir="${buildDirectory}" strip="1" />
                <replace 
file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties"
 token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
                <chmod 
dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" 
includes="*.sh" perm="a+x" />
                <!-- end eclipse-build-only patches -->
diff --git a/debian/patches/upstream-eclipse-build-repack.patch 
b/debian/patches/upstream-eclipse-build-repack.patch
new file mode 100644
index 0000000..6f69342
--- /dev/null
+++ b/debian/patches/upstream-eclipse-build-repack.patch
@@ -0,0 +1,93 @@
+Description: This patch contains the diff between the first version and the
+ updated version eclipse-build 0.5.0
+Origin: upstream
+
+--- a/build.xml
++++ b/build.xml
+@@ -256,6 +256,7 @@
+               <patch 
patchfile="${basedir}/patches/eclipse-nosourcebundlesfordependencies.patch" 
dir="${buildDirectory}" strip="1" />
+               <patch 
patchfile="${basedir}/patches/eclipse-use-newer-commons-codec.patch" 
dir="${buildDirectory}"  strip="0" />
+               <patch patchfile="${basedir}/patches/addEcfQualifiers.patch" 
dir="${buildDirectory}"  strip="0" />
++              <patch patchfile="${basedir}/patches/droppluginversions.patch" 
dir="${buildDirectory}"  strip="0" />
+               <replace 
file="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build/build.properties"
 token="/usr/share/eclipse" value="/usr/${libDir}/eclipse" />
+               <chmod 
dir="${buildDirectory}/plugins/org.eclipse.pde.build/templates/package-build" 
includes="*.sh" perm="a+x" />
+               <!-- end eclipse-build-only patches -->
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -1,3 +1,8 @@
++2010-03-18  Alexander Kurtakov  <[email protected]>
++
++      * patches/droppluginversions.patch: New file.
++      * build.xml: Apply patch to match upstream qualifiers.
++
+ 2010-03-12  Andrew Overholt  <[email protected]>
+ 
+       * build.xml: Remove unnecessary copying of test result XML files.
+--- /dev/null
++++ b/patches/droppluginversions.patch
+@@ -0,0 +1,65 @@
++--- pluginVersions.properties.sav     2010-03-18 13:10:05.000000000 +0200
+++++ pluginVersions.properties 2010-03-18 13:14:44.477528467 +0200
++@@ -27,7 +27,7 @@ org.eclipse.equinox.simpleconfigurator.m
++ org.eclipse.pde.api.tools.ui,0.0.0=v20090820
++ org.eclipse.jdt.debug,0.0.0=v20090526
++ org.eclipse.sdk.examples,0.0.0=v20080612
++-org.eclipse.pde,0.0.0=v20090527
+++org.eclipse.pde,0.0.0=v201002111343
++ org.eclipse.compare.core,0.0.0=I20090430-0408
++ org.eclipse.equinox.p2.engine,0.0.0=R35x_v20091117
++ org.eclipse.equinox.launcher.motif.hpux.ia64_32,0.0.0=v20090519
++@@ -38,7 +38,7 @@ org.eclipse.equinox.p2.ui.admin,0.0.0=v2
++ org.eclipse.equinox.transforms.xslt,0.0.0=R35x_v20100209
++ org.eclipse.jface.databinding,0.0.0=M20090826-0800
++ org.eclipse.equinox.p2.touchpoint.eclipse,0.0.0=R35x_20090820-1821
++-org.eclipse.help.base,0.0.0=v20090526
+++org.eclipse.help.base,0.0.0=v201002111343
++ org.eclipse.ui.presentations.r21,0.0.0=M20091015-0930
++ org.eclipse.equinox.frameworkadmin,0.0.0=v20090520-1905
++ org.eclipse.ui.intro,0.0.0=v20100111_35x
++@@ -76,7 +76,7 @@ org.eclipse.team.ui,0.0.0=I20090430-0408
++ org.eclipse.equinox.p2.metadata,0.0.0=R35x_v20100112
++ org.eclipse.swt.cocoa.macosx.x86_64,0.0.0=v3557f
++ org.eclipse.jdt.compiler.tool,0.0.0=v_981_R35x
++-org.eclipse.platform,0.0.0=R35x_v20100121
+++org.eclipse.platform,0.0.0=v201002111343
++ org.eclipse.core.databinding.observable,0.0.0=M20090902-0800
++ org.eclipse.team.examples.filesystem,0.0.0=I20090210-0800
++ org.eclipse.pde.core,0.0.0=v20100104
++@@ -191,7 +191,7 @@ org.eclipse.pde.api.tools.ee.javase16,0.
++ org.eclipse.compare.win32,0.0.0=I20090430-0408
++ org.eclipse.equinox.p2.installer,0.0.0=R35x_v20090717
++ org.eclipse.debug.examples.core,0.0.0=v20090504
++-org.eclipse.rcp,0.0.0=R35x_v20100119
+++org.eclipse.rcp,0.0.0=v201002111343
++ org.eclipse.pde.ds.core,0.0.0=v20100118
++ org.eclipse.equinox.registry,0.0.0=v20090520-1800
++ org.eclipse.ui.examples.readmetool,0.0.0=I20090526-2000
++@@ -233,7 +233,7 @@ org.eclipse.update.configurator,0.0.0=v2
++ org.eclipse.core.filesystem.win32.x86,0.0.0=v20080604-1400
++ org.eclipse.equinox.p2.core,0.0.0=R35x_v20090819
++ org.eclipse.swt.examples,0.0.0=v3557f
++-org.eclipse.cvs,0.0.0=R35x_v20100119
+++org.eclipse.cvs,0.0.0=v201002111343
++ org.eclipse.swt.gtk.linux.x86,0.0.0=v3557f
++ org.eclipse.equinox.log,0.0.0=v20090520-1800
++ org.eclipse.equinox.jmx.client,0.0.0=v20070515
++@@ -250,7 +250,7 @@ org.eclipse.platform.doc.user,0.0.0=r352
++ org.eclipse.equinox.security.macosx,0.0.0=v20090520-1800
++ org.eclipse.equinox.supplement,0.0.0=v20090518
++ org.eclipse.team.cvs.ssh,0.0.0=I20090508-2000
++-org.eclipse.sdk,0.0.0=R35x_v20100204
+++org.eclipse.sdk,0.0.0=v201002111343
++ org.eclipse.jsch.ui,0.0.0=r35x_20100210-1114
++ org.eclipse.core.filesystem.win32.x86_64,0.0.0=v20090316-0910
++ org.eclipse.equinox.security.win32.x86,0.0.0=v20090520-1800
++@@ -289,7 +289,7 @@ org.eclipse.equinox.p2.ui.sdk.scheduler,
++ org.eclipse.ui.editors,0.0.0=v20090527-2000
++ org.eclipse.core.filebuffers,0.0.0=v20090526-2000
++ org.eclipse.equinox.ip,0.0.0=R35x_v20090803
++-org.eclipse.jdt,0.0.0=r352_v20100106-0800
+++org.eclipse.jdt,0.0.0=v201002111343
++ org.eclipse.ecf,0.0.0=v20090831-1906
++ org.eclipse.ecf.filetransfer,0.0.0=v20090831-1906
++ org.eclipse.ecf.identity,0.0.0=v20090831-1906
diff --git a/patches/droppluginversions.patch b/patches/droppluginversions.patch
new file mode 100644
index 0000000..66f5128
--- /dev/null
+++ b/patches/droppluginversions.patch
@@ -0,0 +1,65 @@
+--- pluginVersions.properties.sav      2010-03-18 13:10:05.000000000 +0200
++++ pluginVersions.properties  2010-03-18 13:14:44.477528467 +0200
+@@ -27,7 +27,7 @@ org.eclipse.equinox.simpleconfigurator.m
+ org.eclipse.pde.api.tools.ui,0.0.0=v20090820
+ org.eclipse.jdt.debug,0.0.0=v20090526
+ org.eclipse.sdk.examples,0.0.0=v20080612
+-org.eclipse.pde,0.0.0=v20090527
++org.eclipse.pde,0.0.0=v201002111343
+ org.eclipse.compare.core,0.0.0=I20090430-0408
+ org.eclipse.equinox.p2.engine,0.0.0=R35x_v20091117
+ org.eclipse.equinox.launcher.motif.hpux.ia64_32,0.0.0=v20090519
+@@ -38,7 +38,7 @@ org.eclipse.equinox.p2.ui.admin,0.0.0=v2
+ org.eclipse.equinox.transforms.xslt,0.0.0=R35x_v20100209
+ org.eclipse.jface.databinding,0.0.0=M20090826-0800
+ org.eclipse.equinox.p2.touchpoint.eclipse,0.0.0=R35x_20090820-1821
+-org.eclipse.help.base,0.0.0=v20090526
++org.eclipse.help.base,0.0.0=v201002111343
+ org.eclipse.ui.presentations.r21,0.0.0=M20091015-0930
+ org.eclipse.equinox.frameworkadmin,0.0.0=v20090520-1905
+ org.eclipse.ui.intro,0.0.0=v20100111_35x
+@@ -76,7 +76,7 @@ org.eclipse.team.ui,0.0.0=I20090430-0408
+ org.eclipse.equinox.p2.metadata,0.0.0=R35x_v20100112
+ org.eclipse.swt.cocoa.macosx.x86_64,0.0.0=v3557f
+ org.eclipse.jdt.compiler.tool,0.0.0=v_981_R35x
+-org.eclipse.platform,0.0.0=R35x_v20100121
++org.eclipse.platform,0.0.0=v201002111343
+ org.eclipse.core.databinding.observable,0.0.0=M20090902-0800
+ org.eclipse.team.examples.filesystem,0.0.0=I20090210-0800
+ org.eclipse.pde.core,0.0.0=v20100104
+@@ -191,7 +191,7 @@ org.eclipse.pde.api.tools.ee.javase16,0.
+ org.eclipse.compare.win32,0.0.0=I20090430-0408
+ org.eclipse.equinox.p2.installer,0.0.0=R35x_v20090717
+ org.eclipse.debug.examples.core,0.0.0=v20090504
+-org.eclipse.rcp,0.0.0=R35x_v20100119
++org.eclipse.rcp,0.0.0=v201002111343
+ org.eclipse.pde.ds.core,0.0.0=v20100118
+ org.eclipse.equinox.registry,0.0.0=v20090520-1800
+ org.eclipse.ui.examples.readmetool,0.0.0=I20090526-2000
+@@ -233,7 +233,7 @@ org.eclipse.update.configurator,0.0.0=v2
+ org.eclipse.core.filesystem.win32.x86,0.0.0=v20080604-1400
+ org.eclipse.equinox.p2.core,0.0.0=R35x_v20090819
+ org.eclipse.swt.examples,0.0.0=v3557f
+-org.eclipse.cvs,0.0.0=R35x_v20100119
++org.eclipse.cvs,0.0.0=v201002111343
+ org.eclipse.swt.gtk.linux.x86,0.0.0=v3557f
+ org.eclipse.equinox.log,0.0.0=v20090520-1800
+ org.eclipse.equinox.jmx.client,0.0.0=v20070515
+@@ -250,7 +250,7 @@ org.eclipse.platform.doc.user,0.0.0=r352
+ org.eclipse.equinox.security.macosx,0.0.0=v20090520-1800
+ org.eclipse.equinox.supplement,0.0.0=v20090518
+ org.eclipse.team.cvs.ssh,0.0.0=I20090508-2000
+-org.eclipse.sdk,0.0.0=R35x_v20100204
++org.eclipse.sdk,0.0.0=v201002111343
+ org.eclipse.jsch.ui,0.0.0=r35x_20100210-1114
+ org.eclipse.core.filesystem.win32.x86_64,0.0.0=v20090316-0910
+ org.eclipse.equinox.security.win32.x86,0.0.0=v20090520-1800
+@@ -289,7 +289,7 @@ org.eclipse.equinox.p2.ui.sdk.scheduler,
+ org.eclipse.ui.editors,0.0.0=v20090527-2000
+ org.eclipse.core.filebuffers,0.0.0=v20090526-2000
+ org.eclipse.equinox.ip,0.0.0=R35x_v20090803
+-org.eclipse.jdt,0.0.0=r352_v20100106-0800
++org.eclipse.jdt,0.0.0=v201002111343
+ org.eclipse.ecf,0.0.0=v20090831-1906
+ org.eclipse.ecf.filetransfer,0.0.0=v20090831-1906
+ org.eclipse.ecf.identity,0.0.0=v20090831-1906


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to