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, upstream has been updated
       via  5cf9c9a4523f055d1a4e4523a959c0c583804b23 (commit)
      from  1bb11f4387754520010656b9c0be81bf05395590 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                         |    4 ++++
 eclipse-build-config/ChangeLog                    |    6 ++++++
 eclipse-build-config/productFiles/sdk/sdk.product |    2 +-
 pdebuild/eclipse-pdebuild.sh                      |    2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 88928ab..ae0d619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-11  Alexander Kurtakov  <[email protected]>
+
+       * pdebuild/eclipse-pdebuild.sh: Do not escape $orbitDepsDir.
+
 2009-11-05  Alexander Kurtakov  <[email protected]>
        Fix for bug #294264.
        * build.xml: Use ${buildWorkspace} instead of $HOME/workspace.
diff --git a/eclipse-build-config/ChangeLog b/eclipse-build-config/ChangeLog
index ea69312..8d41260 100644
--- a/eclipse-build-config/ChangeLog
+++ b/eclipse-build-config/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-11  Andrew Overholt  <[email protected]>
+
+       Bug #294877
+
+       * productFiles/sdk/sdk.product: Set HotSpot JIT excludes to avoid 
crashes.
+
 2009-11-03  Andrew Overholt  <[email protected]>
 
        Bug #293952 (Matthias Klose)
diff --git a/eclipse-build-config/productFiles/sdk/sdk.product 
b/eclipse-build-config/productFiles/sdk/sdk.product
index 0228566..9cc2133 100644
--- a/eclipse-build-config/productFiles/sdk/sdk.product
+++ b/eclipse-build-config/productFiles/sdk/sdk.product
@@ -8,7 +8,7 @@
 
    <launcherArgs>
       <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 
256m</programArgs>
-      <vmArgs>-Xms40m -Xmx256m</vmArgs>
+      <vmArgs>-Xms128m -Xmx512m 
-XX:CompileCommand=exclude${#44}org/eclipse/core/internal/dtree/DataTreeNode${#44}forwardDeltaWith
 
-XX:CompileCommand=exclude${#44}org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding${#44}&lt;init&gt;
 
-XX:CompileCommand=exclude${#44}org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates${#44}instantiateTemplate
 
-XX:CompileCommand=exclude${#44}org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage${#44}addBinding
 
-XX:CompileCommand=exclude${#44}org/python/pydev/editor/codecompletion/revisited/PythonPathHelper${#44}isValidSourceFile
 
-XX:CompileCommand=exclude${#44}org/python/pydev/ui/filetypes/FileTypesPreferencesPage${#44}getDottedValidSourceFiles</vmArgs>
       <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread 
-Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
    </launcherArgs>
 
diff --git a/pdebuild/eclipse-pdebuild.sh b/pdebuild/eclipse-pdebuild.sh
index 79462bc..1011199 100755
--- a/pdebuild/eclipse-pdebuild.sh
+++ b/pdebuild/eclipse-pdebuild.sh
@@ -230,7 +230,7 @@ if [ $debugPlatform -eq 1 ]; then
 fi
 
 if [ "x$orbitDepsDir" != "x" ]; then
-    orbitDeps="-DorbitDepsDir=\"$orbitDepsDir\""
+    orbitDeps="-DorbitDepsDir=$orbitDepsDir"
 fi
 
 if [ "x$zipDeps" != "x" ]; then


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