Author: dgolovin
Date: 2010-09-02 15:43:57 -0400 (Thu, 02 Sep 2010)
New Revision: 24675
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/components/libalerts_s.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libfreebl3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libmozjs.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnspr4.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnss3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssckbi.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssdbm3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssutil3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplc4.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplds4.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsmime3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsoftokn3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsqlite3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libssl3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libxpcom.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/components/libalerts_s.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libfreebl3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libmozjs.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnspr4.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnss3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssckbi.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssdbm3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssutil3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplc4.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplds4.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsmime3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsoftokn3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsqlite3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libssl3.dylib
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libxpcom.dylib
Modified:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6965 VPE editor does not work in JBT 3.2.0.M2
fix for xulrunner plugins for mac, dynamic libraries were missing
Modified:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF 2010-09-02
19:05:45 UTC (rev 24674)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF 2010-09-02
19:43:57 UTC (rev 24675)
@@ -1,9 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mozilla Xulrunner
-Bundle-SymbolicName: org.mozilla.xulrunner.carbon.macosx;singleton:=tr
- ue
+Bundle-SymbolicName: org.mozilla.xulrunner.carbon.macosx;singleton:=true
Bundle-Version: 1.9.1.2
Bundle-Vendor:
mozilla.org
-Eclipse-PlatformFilter: (& (osgi.ws=carbon)(osgi.os=macosx))
-
+Eclipse-PlatformFilter: (& (osgi.ws=carbon) (osgi.os=macosx)
(|(osgi.arch=x86)(osgi.arch=ppc)))
Modified: trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties 2010-09-02
19:05:45 UTC (rev 24674)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties 2010-09-02
19:43:57 UTC (rev 24675)
@@ -1,2 +1,6 @@
bin.includes = xulrunner/,\
META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/components/libalerts_s.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/components/libalerts_s.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libfreebl3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libfreebl3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libmozjs.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libmozjs.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnspr4.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnspr4.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnss3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnss3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssckbi.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssckbi.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssdbm3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssdbm3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssutil3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssutil3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplc4.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplc4.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplds4.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplds4.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsmime3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsmime3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsoftokn3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsoftokn3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsqlite3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsqlite3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libssl3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libssl3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libxpcom.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libxpcom.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF 2010-09-02
19:05:45 UTC (rev 24674)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF 2010-09-02
19:43:57 UTC (rev 24675)
@@ -1,9 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mozilla Xulrunner
-Bundle-SymbolicName: org.mozilla.xulrunner.cocoa.macosx;singleton:=tr
- ue
+Bundle-SymbolicName: org.mozilla.xulrunner.cocoa.macosx;singleton:=true
Bundle-Version: 1.9.1.2
Bundle-Vendor:
mozilla.org
-Eclipse-PlatformFilter: (& (osgi.ws=cocoa)(osgi.os=macosx))
-
+Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx)
(|(osgi.arch=x86)(osgi.arch=ppc)))
Modified: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties
===================================================================
--- trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties 2010-09-02
19:05:45 UTC (rev 24674)
+++ trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties 2010-09-02
19:43:57 UTC (rev 24675)
@@ -1,2 +1,6 @@
bin.includes = xulrunner/,\
META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/components/libalerts_s.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/components/libalerts_s.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libfreebl3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libfreebl3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libmozjs.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libmozjs.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnspr4.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnspr4.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnss3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnss3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssckbi.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssckbi.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssdbm3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssdbm3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssutil3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssutil3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplc4.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplc4.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplds4.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplds4.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsmime3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsmime3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsoftokn3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsoftokn3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsqlite3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsqlite3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libssl3.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libssl3.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libxpcom.dylib
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libxpcom.dylib
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream