[jbosstools-commits] JBoss Tools SVN: r30700 - in branches/xulrunner-1.9.2.16/xulrunner/plugins: org.mozilla.xpcom/META-INF and 5 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Apr 21 10:45:21 EDT 2011


Author: yradtsevich
Date: 2011-04-21 10:45:20 -0400 (Thu, 21 Apr 2011)
New Revision: 30700

Removed:
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/
Modified:
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/MozillaGlue.jar
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/MozillaInterfaces.jar
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/META-INF/MANIFEST.MF
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/META-INF/MANIFEST.MF
   branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/META-INF/MANIFEST.MF
Log:
- Removed old XULRunner 1.9.1.2a from the 1.9.2.16 branch and modified.
- Changed versions of plugins in manifest files
- Replaced org.mozilla.xpcom jars

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF	2011-04-21 13:03:15 UTC (rev 30699)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF	2011-04-21 14:45:20 UTC (rev 30700)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Mozilla XPCOM Eclipse plugin
 Bundle-SymbolicName: org.mozilla.xpcom;singleton:=true
-Bundle-Version: 1.9.1.2a
+Bundle-Version: 1.9.2.16
 Bundle-ClassPath: MozillaGlue.jar,
  MozillaInterfaces.jar
 Export-Package: org.mozilla.interfaces,

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/MozillaGlue.jar
===================================================================
(Binary files differ)

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xpcom/MozillaInterfaces.jar
===================================================================
(Binary files differ)

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF	2011-04-21 13:03:15 UTC (rev 30699)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF	2011-04-21 14:45:20 UTC (rev 30700)
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Mozilla Xulrunner
 Bundle-SymbolicName: org.mozilla.xulrunner.cocoa.macosx;singleton:=true
-Bundle-Version: 1.9.1.2a
+Bundle-Version: 1.9.2.16
 Bundle-Vendor: mozilla.org
 Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)))

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/META-INF/MANIFEST.MF
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/META-INF/MANIFEST.MF	2011-04-21 13:03:15 UTC (rev 30699)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/META-INF/MANIFEST.MF	2011-04-21 14:45:20 UTC (rev 30700)
@@ -3,7 +3,7 @@
 Bundle-Name: Mozilla Xulrunner
 Bundle-SymbolicName: org.mozilla.xulrunner.gtk.linux.x86;singleton:=tr
  ue
-Bundle-Version: 1.9.1.2
+Bundle-Version: 1.9.2.16
 Bundle-Vendor: mozilla.org
 Eclipse-PlatformFilter: (& (osgi.ws=gtk)(osgi.os=linux)(osgi.arch=x86))
 

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/META-INF/MANIFEST.MF
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/META-INF/MANIFEST.MF	2011-04-21 13:03:15 UTC (rev 30699)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86_64/META-INF/MANIFEST.MF	2011-04-21 14:45:20 UTC (rev 30700)
@@ -3,7 +3,7 @@
 Bundle-Name: Mozilla Xulrunner Linux x86_64
 Bundle-SymbolicName: org.mozilla.xulrunner.gtk.linux.x86_64;singleton:
  =true
-Bundle-Version: 1.9.1.2a
+Bundle-Version: 1.9.2.16
 Bundle-Vendor: mozilla.org
 Eclipse-PlatformFilter: (& (osgi.ws=gtk)(osgi.os=linux)(osgi.arch=x86_64))
 

Modified: branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/META-INF/MANIFEST.MF
===================================================================
--- branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/META-INF/MANIFEST.MF	2011-04-21 13:03:15 UTC (rev 30699)
+++ branches/xulrunner-1.9.2.16/xulrunner/plugins/org.mozilla.xulrunner.win32.win32.x86/META-INF/MANIFEST.MF	2011-04-21 14:45:20 UTC (rev 30700)
@@ -3,7 +3,7 @@
 Bundle-Name: Mozilla Xulrunner
 Bundle-SymbolicName: org.mozilla.xulrunner.win32.win32.x86;singleton:=
  true
-Bundle-Version: 1.9.1.2
+Bundle-Version: 1.9.2.16
 Bundle-Vendor: mozilla.org
 Eclipse-PlatformFilter: (& (osgi.ws=win32)(osgi.os=win32)(osgi.arch=x86))
 



More information about the jbosstools-commits mailing list