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  056e178c70549b28b0435c6f64b309b11f7be215 (commit)
      from  03d203129b1fb11698ffa7b07bcddf1ffb885c92 (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 056e178c70549b28b0435c6f64b309b11f7be215
Author: Niels Thykier <[email protected]>
Date:   Thu Oct 8 22:53:56 2009 +0200

    Stopped eclipse from accessing /home/moon/workspace.

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

Summary of changes:
 debian/rules |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1d39da4..25308b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ debian-install-stamp:
        cd $(DEBIAN_PACK_LIBDIR) && \
                eval LAUNCHERNAME=$$(ls plugins | grep equinox.launcher_) && \
                ln -s plugins/$$LAUNCHERNAME startup.jar
-       # Generate metadata.
+       # Generate metadata and extract the swt libraries.
        eval LAUNCHERVERSION=$$(ls $(DEBIAN_PACK_LIBDIR)/plugins | grep 
equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//') && \
                cd $(DEB_DESTDIR) && java \
                        -cp 
$(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION \
@@ -91,6 +91,7 @@ debian-install-stamp:
                        -rootVersion $(DEB_UPSTREAM_VERSION) \
                        -flavor tooling \
                        -publishArtifacts \
+                       -data $(CURDIR)/workspace \
                        -append \
                        -artifactRepositoryName "Eclipse Platform" \
                        -metadataRepositoryName "Eclipse Platform" && \
@@ -108,18 +109,18 @@ debian-install-stamp:
                        -p2.ws gtk \
                        -p2.arch $(ECLIPSE_BUILD_ARCH) \
                        -roaming \
+                       -data $(CURDIR)/workspace \
                        -profile $(PROFILE_ID) \
                        -profileProperties 
org.eclipse.update.install.features=true \
                        -metadataRepository 
file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
                        -artifactRepository 
file:$(DEBIAN_PACK_LIBDIR)/metadata/ \
                        -destination $(DEBIAN_PACK_LIBDIR) \
-                       -bundlepool $(DEBIAN_PACK_LIBDIR)
-       # Extract the swt libraries.
-       cd $(DEB_DESTDIR) && \
+                       -bundlepool $(DEBIAN_PACK_LIBDIR) && \
                java 
-Dosgi.sharedConfiguration.area=$(DEBIAN_PACK_LIBDIR)/configuration \
-                       -cp usr/lib/eclipse/startup.jar \
+                       -cp 
$(DEBIAN_PACK_LIBDIR)/plugins/org.eclipse.equinox.launcher_$$LAUNCHERVERSION
                        org.eclipse.core.launcher.Main \
                        -debug -consolelog \
+                       -data $(CURDIR)/workspace \
                        -metadataRepository file:$(DEBIAN_PACK_LIBDIR)/metadata 
\
                        -artifactRepository file:$(DEBIAN_PACK_LIBDIR)/metadata 
\
                        -application 
org.eclipse.equinox.initializer.configInitializer \


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