JBoss Tools SVN: r24678 - in branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx: META-INF and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-09-02 16:11:13 -0400 (Thu, 02 Sep 2010)
New Revision: 24678
Added:
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/components/libalerts_s.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libfreebl3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libmozjs.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnspr4.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnss3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssckbi.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssdbm3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssutil3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplc4.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplds4.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsmime3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsoftokn3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsqlite3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libssl3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libxpcom.dylib
Modified:
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF
branches/jbosstools-3.2.0.M2/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 cocoa, dynamic libraries were missing
merge from trunk
Modified: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF 2010-09-02 20:07:49 UTC (rev 24677)
+++ branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/META-INF/MANIFEST.MF 2010-09-02 20:11:13 UTC (rev 24678)
@@ -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: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties 2010-09-02 20:07:49 UTC (rev 24677)
+++ branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/build.properties 2010-09-02 20:11:13 UTC (rev 24678)
@@ -1,2 +1,6 @@
bin.includes = xulrunner/,\
META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/components/libalerts_s.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/components/libalerts_s.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libfreebl3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libfreebl3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libmozjs.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libmozjs.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnspr4.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnspr4.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnss3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnss3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssckbi.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssckbi.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssdbm3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssdbm3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssutil3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libnssutil3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplc4.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplc4.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplds4.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libplds4.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsmime3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsmime3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsoftokn3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsoftokn3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsqlite3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libsqlite3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libssl3.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libssl3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libxpcom.dylib (from rev 24677, trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx/xulrunner/libxpcom.dylib)
===================================================================
(Binary files differ)
15 years, 7 months
JBoss Tools SVN: r24677 - in branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx: META-INF and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-09-02 16:07:49 -0400 (Thu, 02 Sep 2010)
New Revision: 24677
Added:
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/components/libalerts_s.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libfreebl3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libmozjs.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnspr4.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnss3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssckbi.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssdbm3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssutil3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplc4.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplds4.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsmime3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsoftokn3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsqlite3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libssl3.dylib
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libxpcom.dylib
Modified:
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF
branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.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
merge from trunk
Modified: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF 2010-09-02 19:59:35 UTC (rev 24676)
+++ branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/META-INF/MANIFEST.MF 2010-09-02 20:07:49 UTC (rev 24677)
@@ -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: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties 2010-09-02 19:59:35 UTC (rev 24676)
+++ branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/build.properties 2010-09-02 20:07:49 UTC (rev 24677)
@@ -1,2 +1,6 @@
bin.includes = xulrunner/,\
META-INF/
+src.includes = xulrunner/,\
+ build.properties,\
+ META-INF/
+
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/components/libalerts_s.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/components/libalerts_s.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libfreebl3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libfreebl3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libmozjs.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libmozjs.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnspr4.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnspr4.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnss3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnss3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssckbi.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssckbi.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssdbm3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssdbm3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssutil3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libnssutil3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplc4.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplc4.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplds4.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libplds4.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsmime3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsmime3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsoftokn3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsoftokn3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsqlite3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libsqlite3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libssl3.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libssl3.dylib)
===================================================================
(Binary files differ)
Copied: branches/jbosstools-3.2.0.M2/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libxpcom.dylib (from rev 24676, trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx/xulrunner/libxpcom.dylib)
===================================================================
(Binary files differ)
15 years, 7 months
JBoss Tools SVN: r24676 - trunk/vpe/features/org.jboss.tools.xulrunner.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-09-02 15:59:35 -0400 (Thu, 02 Sep 2010)
New Revision: 24676
Modified:
trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml
Log:
https://jira.jboss.org/browse/JBIDE-6965 VPE editor does not work in JBT 3.2.0.M2
updated feature version to 1.9.12.qualifier to be the same as in M2 branch
Modified: trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml 2010-09-02 19:43:57 UTC (rev 24675)
+++ trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml 2010-09-02 19:59:35 UTC (rev 24676)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.xulrunner.feature"
label="%featureName"
- version="1.9.2.qualifier"
+ version="1.9.12.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.xulrunner">
@@ -35,14 +35,14 @@
download-size="0"
install-size="0"
version="0.0.0"/>
-
+
<plugin
id="org.mozilla.xulrunner.cocoa.macosx"
os="macosx"
ws="cocoa"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"/>
<plugin
id="org.mozilla.xulrunner.gtk.linux.x86"
15 years, 7 months
JBoss Tools SVN: r24675 - in trunk/xulrunner/plugins: org.mozilla.xulrunner.carbon.macosx/META-INF and 6 other directories.
by jbosstools-commits@lists.jboss.org
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
15 years, 7 months
JBoss Tools SVN: r24674 - trunk/documentation/whatsnew/deltacloud.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-09-02 15:05:45 -0400 (Thu, 02 Sep 2010)
New Revision: 24674
Modified:
trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html
Log:
Update JIRA ref
Modified: trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html
===================================================================
--- trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html 2010-09-02 18:56:20 UTC (rev 24673)
+++ trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html 2010-09-02 19:05:45 UTC (rev 24674)
@@ -31,8 +31,7 @@
<img src="./images/propertiesview.png" alt="" />
<img src="./images/createInstance.png" alt="" />
<img src="./images/managekeys.png" alt="" />
- <p><small><a
- href="#">Related Jira</a></small></p>
+ <p><small><a href="http://jira.jboss.org/browse/JBIDE-6888">Related Jira</a></small></p>
</td>
</tr>
</table>
15 years, 7 months
JBoss Tools SVN: r24673 - in trunk/documentation/whatsnew/deltacloud: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: jjohnstn
Date: 2010-09-02 14:56:20 -0400 (Thu, 02 Sep 2010)
New Revision: 24673
Added:
trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html
trunk/documentation/whatsnew/deltacloud/images/
trunk/documentation/whatsnew/deltacloud/images/cloudconnection.png
trunk/documentation/whatsnew/deltacloud/images/createInstance.png
trunk/documentation/whatsnew/deltacloud/images/imagesview.png
trunk/documentation/whatsnew/deltacloud/images/instancesview.png
trunk/documentation/whatsnew/deltacloud/images/managekeys.png
trunk/documentation/whatsnew/deltacloud/images/propertiesview.png
Removed:
trunk/documentation/whatsnew/deltacloud/deltacloud-news-1.0.0.M2.html
Log:
Initial 0.0.1 whatsnew info
Copied: trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html (from rev 24671, trunk/documentation/whatsnew/deltacloud/deltacloud-news-1.0.0.M2.html)
===================================================================
--- trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html (rev 0)
+++ trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.0.1.M2.html 2010-09-02 18:56:20 UTC (rev 24673)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>What's New</title>
+</head>
+<body>
+<h1>Deltacloud Development Tools 0.0.1.M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../gwt/gwt-news-1.0.0.M2.html">GWT Integration ></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Deltacloud Tools</b></td>
+ <td valign="top">
+ <p>Introducing a set of tools to access clouds via the Deltacloud REST API. The Deltacloud Tools provides methods for viewing images, creating instances, performing actions on instances, and connecting via ssh to an instance via Eclipse Remote System Explorer, all using the Deltacloud REST API. Simply connect to a deltacloud server via its URL and supply a userid and password and it will appear in the Cloud Viewer which provides a tree view of the cloud with Images and Instances shown. Clicking on an object in the Cloud View causes details to be shown in the Eclipse Properties Viewer. Note that multiple deltacloud servers can be connected at one time. A separate Images View provides a table view of all images in a specified cloud and allows launching a new instance based on a particular image. As well there is an Instances View which provides a table of all instances in the cloud and allows starting, stopping, and rebooting of selected instances. The Instances View!
also provides support for connecting via ssh to a running Instance using the Eclipse Remote System Explorer. From the Remote System Explorer perspective one can view and manipulate files on the external instance as if they were local files on the current machine. Accessing the remote Instance requires authentication support such as an EC2 .pem key file. The Deltacloud tools provides a dialog for managing such key files though only one is necessary per user. Any key file must be specified in the Eclipse SSH2 private keys list prior to actually performing the ssh connection. This is easy to do via the Network Preferences dialog found under General Preferences.</p>
+ <img src="./images/cloudconnection.png" alt="" />
+ <img src="./images/imagesview.png" alt="" />
+ <img src="./images/instancesview.png" alt="" />
+ <img src="./images/propertiesview.png" alt="" />
+ <img src="./images/createInstance.png" alt="" />
+ <img src="./images/managekeys.png" alt="" />
+ <p><small><a
+ href="#">Related Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Deleted: trunk/documentation/whatsnew/deltacloud/deltacloud-news-1.0.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/deltacloud/deltacloud-news-1.0.0.M2.html 2010-09-02 18:10:42 UTC (rev 24672)
+++ trunk/documentation/whatsnew/deltacloud/deltacloud-news-1.0.0.M2.html 2010-09-02 18:56:20 UTC (rev 24673)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Language" content="en-us" />
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<link rel="stylesheet" href="../whatsnew.css" />
-<title>What's New</title>
-</head>
-<body>
-<h1>Deltacloud Development Tools 1.0.0.M2 What's New</h1>
-
-<p align="right"><a href="../index.html">< Main Index</a> <a
- href="../gwt/gwt-news-1.0.0.M2.html">GWT Integration ></a></p>
-<table border="0" cellpadding="10" cellspacing="0" width="80%">
- <tr>
- <td colspan="2">
- <hr />
- <h3>General</h3>
- <hr />
- </td>
- </tr>
- <tr>
- <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Deltacloud Tools</b></td>
- <td valign="top">
- <p>TBD: Description for Delta Cloud Development Tools functionality</p>
- <p><small><a
- href="#">Related Jira</a></small></p>
- </td>
- </tr>
-</table>
-
-</body>
-
-</html>
-
-
Added: trunk/documentation/whatsnew/deltacloud/images/cloudconnection.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/deltacloud/images/cloudconnection.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/deltacloud/images/createInstance.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/deltacloud/images/createInstance.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/deltacloud/images/imagesview.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/deltacloud/images/imagesview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/deltacloud/images/instancesview.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/deltacloud/images/instancesview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/deltacloud/images/managekeys.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/deltacloud/images/managekeys.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/deltacloud/images/propertiesview.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/deltacloud/images/propertiesview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 7 months
JBoss Tools SVN: r24672 - in branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core: src/org/jboss/tools/gwt/core and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-02 14:10:42 -0400 (Thu, 02 Sep 2010)
New Revision: 24672
Modified:
branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml
branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/IGoogleEclipsePluginConstants.java
branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java
Log:
[JBIDE-6954] added runtime extension point, web content folder now gets created. 1 error left (web-inf still not created)
Modified: branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml 2010-09-02 17:40:36 UTC (rev 24671)
+++ branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml 2010-09-02 18:10:42 UTC (rev 24672)
@@ -57,5 +57,15 @@
</config-factory>
</action>
</extension>
-
+ <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
+ <supported>
+ <runtime-component
+ any="true">
+ </runtime-component>
+ <facet
+ id="jboss.gwt"
+ version="[1.3.3">
+ </facet>
+ </supported>
+ </extension>
</plugin>
Modified: branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-02 17:40:36 UTC (rev 24671)
+++ branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-02 18:10:42 UTC (rev 24672)
@@ -50,6 +50,7 @@
import org.jboss.tools.common.log.LogHelper;
import org.jboss.tools.gwt.core.internal.GWTCoreActivator;
import org.jboss.tools.gwt.core.util.ProjectUtils;
+import org.jboss.tools.usage.util.StatusUtils;
import org.osgi.service.prefs.BackingStoreException;
/**
@@ -60,12 +61,9 @@
public void execute(IProject project, IProjectFacetVersion projectFacetVersion, Object config,
IProgressMonitor monitor) throws CoreException {
try {
-
- GWTInstallDataModelProvider dataModel = (GWTInstallDataModelProvider) config;
IJavaProject javaProject = JavaCore.create(project);
addNature(javaProject, monitor);
-
addClasspathContainer(javaProject, monitor);
IPath webContentPath = ProjectUtils.getWebContentRootPath(javaProject.getProject());
@@ -73,25 +71,16 @@
MessageFormat
.format("no web content folder was found in project {0}", javaProject.getElementName()));
- IScopeContext projectScope = new ProjectScope(project);
- createWebApplicationPreferences(
- projectScope.getNode(IGoogleEclipsePluginConstants.GDT_PLUGIN_ID),
- webContentPath, javaProject, monitor);
-
+ createWebApplicationPreferences(project, webContentPath, javaProject, monitor);
configureOutputFolder(webContentPath, javaProject, monitor);
List<IPath> srcFolderPaths = ProjectUtils.getSourceFolders(javaProject);
- Assert.isTrue(srcFolderPaths.size() > 0,
- MessageFormat.format("no source folders were found in project {0}", javaProject.getElementName()));
+ GWTInstallDataModelProvider dataModel = (GWTInstallDataModelProvider) config;
createSample(srcFolderPaths, webContentPath, dataModel, javaProject, monitor);
configureWebXml(project, monitor);
-
- } catch (BackingStoreException e) {
- LogHelper.logError(GWTCoreActivator.getDefault(), "Could not store preferences.", e);
} catch (Exception e) {
-
- LogHelper.logError(GWTCoreActivator.getDefault(), "Could not create gwt facet.", e);
+ throw new CoreException(StatusUtils.getErrorStatus(GWTCoreActivator.PLUGIN_ID, "Could not create gwt facet.", e));
}
}
@@ -109,12 +98,15 @@
ProjectUtils.addClasspathEntry(javaProject, entry, monitor);
}
- private void createWebApplicationPreferences(IEclipsePreferences preferences, IPath webContentPath,
+ private void createWebApplicationPreferences(IProject project, IPath webContentPath,
IJavaProject javaProject, IProgressMonitor monitor) throws BackingStoreException, CoreException {
monitor.subTask("creating web application preferences");
- preferences.put(IGoogleEclipsePluginConstants.WAR_SRCDIR_KEY, webContentPath.makeRelativeTo(
- javaProject.getPath()).toString());
+ IScopeContext projectScope = new ProjectScope(project);
+ IEclipsePreferences preferences = projectScope.getNode(IGoogleEclipsePluginConstants.GDT_PLUGIN_ID);
+
+ preferences.put(IGoogleEclipsePluginConstants.WAR_SRCDIR_KEY,
+ webContentPath.makeRelativeTo(javaProject.getPath()).toString());
preferences.put(IGoogleEclipsePluginConstants.WAR_SRCDIR_ISOUTPUT_KEY,
IGoogleEclipsePluginConstants.WAR_SRCDIR_ISOUTPUT_DEFAULTVALUE);
preferences.flush();
@@ -128,7 +120,7 @@
IFolder outputWorkspaceFolder = javaProject.getProject().getWorkspace().getRoot().getFolder(
outputFolderProjectPath);
if (!outputWorkspaceFolder.exists()) {
- outputWorkspaceFolder.create(false, true, monitor);
+ outputWorkspaceFolder.create(true, true, monitor);
}
javaProject.setOutputLocation(outputWorkspaceFolder.getFullPath(), new NullProgressMonitor());
}
@@ -137,8 +129,12 @@
GWTInstallDataModelProvider dataModel, final IJavaProject javaProject, IProgressMonitor monitor)
throws IOException, CoreException {
- if (dataModel.isGenerateSampleCode()) {
+ if (srcPaths.size() <= 0) {
+ LogHelper.logWarning(GWTCoreActivator.PLUGIN_ID, MessageFormat.format("no source folders were found in project {0}", javaProject.getElementName()));
+ return;
+ }
+ if (dataModel.isGenerateSampleCode()) {
monitor.subTask("creating sample code");
javaProject.getProject().getWorkspace().run(new IWorkspaceRunnable() {
@@ -153,7 +149,7 @@
unzipWebContent(webContentPath, javaProject);
} catch (IOException e) {
- LogHelper.logError(GWTCoreActivator.getDefault(), "Could not create gwt facet", e);
+ LogHelper.logError(GWTCoreActivator.PLUGIN_ID, "Could not create gwt facet", e);
}
}
@@ -228,7 +224,6 @@
}, webXmlPath);
}
- @SuppressWarnings("unchecked")
private void createServletMapping(String urlPattern, Servlet servlet, WebApp webApp) {
ServletMapping mapping = WebFactory.eINSTANCE.createServletMapping();
mapping.setServletName(servlet.getServletName());
@@ -238,7 +233,6 @@
webApp.getServletMappings().add(mapping);
}
- @SuppressWarnings("unchecked")
private Servlet createServlet(String servletName, String servletClass, WebApp webApp) {
Servlet servlet = WebFactory.eINSTANCE.createServlet();
servlet.setServletName(servletName);
@@ -247,7 +241,6 @@
return servlet;
}
- @SuppressWarnings("unchecked")
private void addWelcomePage(String welcomeFileUrl, WebApp webApp) {
List<WelcomeFileList> welcomeList = webApp.getWelcomeFileLists();
WelcomeFileList welcomeFileList = null;
Modified: branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/IGoogleEclipsePluginConstants.java
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/IGoogleEclipsePluginConstants.java 2010-09-02 17:40:36 UTC (rev 24671)
+++ branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/IGoogleEclipsePluginConstants.java 2010-09-02 18:10:42 UTC (rev 24672)
@@ -18,7 +18,7 @@
*/
public class IGoogleEclipsePluginConstants {
- public static final String GWT_NATURE = "com.google.gwt.eclipse.core.gwtNature";
+ public static final String GWT_NATURE = "com.google.gwt.eclipse.core.gwtNature"; //$NON-NLS-1$
/** The gwt class path container id. */
public static final String GWT_CONTAINER_ID = "com.google.gwt.eclipse.core.GWT_CONTAINER"; //$NON-NLS-1$
Modified: branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java 2010-09-02 17:40:36 UTC (rev 24671)
+++ branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java 2010-09-02 18:10:42 UTC (rev 24672)
@@ -39,7 +39,7 @@
/**
* A class that holds various utility methods that help to deal with projects.
*
- * @author adietish.
+ * @author Andre Dietisheim
*
* @see IProject
*/
@@ -90,8 +90,9 @@
* @return the path of the web content folder (relative to the workspace)
*/
public static IPath getWebContentRootPath(IProject project) {
- if (!ModuleCoreNature.isFlexibleProject(project))
+ if (!ModuleCoreNature.isFlexibleProject(project)) {
return project.getFullPath();
+ }
IPath path = null;
IVirtualComponent component = ComponentCore.createComponent(project);
if (component != null && component.exists()) {
15 years, 7 months
JBoss Tools SVN: r24671 - trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-02 13:40:36 -0400 (Thu, 02 Sep 2010)
New Revision: 24671
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
Log:
[JBIDE-6954] cleanup, still 1 error left (web-inf folder's missing)
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-02 17:10:37 UTC (rev 24670)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-02 17:40:36 UTC (rev 24671)
@@ -48,7 +48,6 @@
import org.eclipse.wst.common.project.facet.core.IProjectFacetVersion;
import org.jboss.tools.common.EclipseUtil;
import org.jboss.tools.common.log.LogHelper;
-import org.jboss.tools.common.model.project.ProjectHome;
import org.jboss.tools.gwt.core.internal.GWTCoreActivator;
import org.jboss.tools.gwt.core.util.ProjectUtils;
import org.jboss.tools.usage.util.StatusUtils;
@@ -67,7 +66,6 @@
addNature(javaProject, monitor);
addClasspathContainer(javaProject, monitor);
-// IPath webContentPath = ProjectHome.getFirstWebContentPath(project);
IPath webContentPath = ProjectUtils.getWebContentRootPath(javaProject.getProject());
Assert.isTrue(webContentPath != null && !webContentPath.isEmpty(),
MessageFormat
@@ -122,7 +120,7 @@
IFolder outputWorkspaceFolder = javaProject.getProject().getWorkspace().getRoot().getFolder(
outputFolderProjectPath);
if (!outputWorkspaceFolder.exists()) {
- outputWorkspaceFolder.create(false, true, monitor);
+ outputWorkspaceFolder.create(true, true, monitor);
}
javaProject.setOutputLocation(outputWorkspaceFolder.getFullPath(), new NullProgressMonitor());
}
15 years, 7 months
JBoss Tools SVN: r24670 - in trunk/gwt/plugins/org.jboss.tools.gwt.core: src/org/jboss/tools/gwt/core and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-02 13:10:37 -0400 (Thu, 02 Sep 2010)
New Revision: 24670
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java
Log:
[JBIDE-6954] added runtime extension, fixes missing web content folder
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml 2010-09-02 16:44:36 UTC (rev 24669)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml 2010-09-02 17:10:37 UTC (rev 24670)
@@ -57,5 +57,15 @@
</config-factory>
</action>
</extension>
-
+ <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
+ <supported>
+ <runtime-component
+ any="true">
+ </runtime-component>
+ <facet
+ id="jboss.gwt"
+ version="[1.3.3">
+ </facet>
+ </supported>
+ </extension>
</plugin>
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-02 16:44:36 UTC (rev 24669)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java 2010-09-02 17:10:37 UTC (rev 24670)
@@ -67,8 +67,8 @@
addNature(javaProject, monitor);
addClasspathContainer(javaProject, monitor);
- IPath webContentPath = ProjectHome.getFirstWebContentPath(project);
-// IPath webContentPath = ProjectUtils.getWebContentRootPath(javaProject.getProject());
+// IPath webContentPath = ProjectHome.getFirstWebContentPath(project);
+ IPath webContentPath = ProjectUtils.getWebContentRootPath(javaProject.getProject());
Assert.isTrue(webContentPath != null && !webContentPath.isEmpty(),
MessageFormat
.format("no web content folder was found in project {0}", javaProject.getElementName()));
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java 2010-09-02 16:44:36 UTC (rev 24669)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/util/ProjectUtils.java 2010-09-02 17:10:37 UTC (rev 24670)
@@ -81,27 +81,27 @@
javaProject.setRawClasspath(newClasspath, monitor);
}
-// /**
-// * Returns the path of the web content folder in the given project. The path
-// * returned is relative to the workspace.
-// *
-// * @param project
-// * the project to return the web content folder for
-// * @return the path of the web content folder (relative to the workspace)
-// */
-// public static IPath getWebContentRootPath(IProject project) {
-// if (!ModuleCoreNature.isFlexibleProject(project)) {
-// return project.getFullPath();
-// }
-// IPath path = null;
-// IVirtualComponent component = ComponentCore.createComponent(project);
-// if (component != null && component.exists()) {
-// path = component.getRootFolder().getWorkspaceRelativePath();
-// } else {
-// path = project.getFullPath();
-// }
-// return path;
-// }
+ /**
+ * Returns the path of the web content folder in the given project. The path
+ * returned is relative to the workspace.
+ *
+ * @param project
+ * the project to return the web content folder for
+ * @return the path of the web content folder (relative to the workspace)
+ */
+ public static IPath getWebContentRootPath(IProject project) {
+ if (!ModuleCoreNature.isFlexibleProject(project)) {
+ return project.getFullPath();
+ }
+ IPath path = null;
+ IVirtualComponent component = ComponentCore.createComponent(project);
+ if (component != null && component.exists()) {
+ path = component.getRootFolder().getWorkspaceRelativePath();
+ } else {
+ path = project.getFullPath();
+ }
+ return path;
+ }
/**
* Unzips the given ZipInputStream to the given folder.
15 years, 7 months
JBoss Tools SVN: r24669 - branches/jbosstools-3.2.0.M2/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-09-02 12:44:36 -0400 (Thu, 02 Sep 2010)
New Revision: 24669
Modified:
branches/jbosstools-3.2.0.M2/build/target-platform/e36-wtp32.target
Log:
merge changes in target platform file from trunk, including removing jst.jsf.tests.feature
Modified: branches/jbosstools-3.2.0.M2/build/target-platform/e36-wtp32.target
===================================================================
--- branches/jbosstools-3.2.0.M2/build/target-platform/e36-wtp32.target 2010-09-02 16:01:38 UTC (rev 24668)
+++ branches/jbosstools-3.2.0.M2/build/target-platform/e36-wtp32.target 2010-09-02 16:44:36 UTC (rev 24669)
@@ -20,14 +20,13 @@
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.eclipse.org/technology/subversive/0.7/update-site/"/>
</location>
-<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
-<unit id="javax.wsdl" version="1.6.2.v201005080631"/>
-<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
-</location> -->
+</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
-<unit id="javax.wsdl" version="1.6.2.v201005080631"/>
-<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+<unit id="javax.wsdl.feature.feature.group" version="1.6.2.v201005080631"/>
+<unit id="org.apache.oro.feature.feature.group" version="2.0.8.v201005080400"/>
+<unit id="org.jdom.feature.feature.group" version="1.0.0.v201005080400"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/thirdparty/"/>
</location>
<!-- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
@@ -47,7 +46,7 @@
<repository location="http://download.eclipse.org/tptp/4.7.0/TPTP-4.7.0/repo/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
-<unit id="org.eclipse.emf.ecore" version="2.6.0.v20100614-1136"/>
+<unit id="org.eclipse.emf.ecore.feature.group" version="2.6.0.v20100614-1136"/>
<unit id="org.eclipse.emf.feature.group" version="2.6.0.v20100614-1136"/>
<unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20100614-1136"/>
<unit id="org.eclipse.emf.common.feature.group" version="2.6.0.v20100614-1136"/>
@@ -58,7 +57,7 @@
<unit id="org.eclipse.emf.ecore.feature.group" version="2.6.0.v20100614-1136"/>
<unit id="org.eclipse.emf.edit.feature.group" version="2.6.0.v20100614-1136"/>
<unit id="org.eclipse.xsd.feature.group" version="2.6.0.v20100614-1136"/>
-<repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/"/>
+<repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201006141136/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.0.595-dev-e36"/>
@@ -72,7 +71,7 @@
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="2.6.0.v20100617-57B-85wFdAHP-Cf8kRo1_ft1IUwD"/>
<unit id="org.eclipse.birt.feature.group" version="2.6.0.v20100617-9gF727DGKb0yl9AwWxpmbo35PwQ_"/>
-<unit id="org.eclipse.birt.integration.wtp.ui" version="2.6.0.v20100617-1315"/>
+<unit id="org.eclipse.birt.integration.wtp.feature.group" version="2.6.0.v20100617-1315-35-7w3121172802426"/>
<repository location="http://download.eclipse.org/birt/update-site/2.6/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
@@ -121,6 +120,7 @@
<unit id="org.eclipse.draw2d.feature.group" version="3.6.0.v20100519-2050-45-7w3121163602336"/>
<unit id="org.eclipse.gef.feature.group" version="3.6.0.v20100519-2050-777B-81A2Bz-69793A8B83447"/>
<unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-678-8yE4F-8HAH4DFEF3447"/>
+<unit id="org.eclipse.uml2.feature.group" version="3.1.0.v201006071150"/>
<repository location="http://download.jboss.org/jbosstools/updates/requirements/helios/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
@@ -138,7 +138,7 @@
<unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.2.0.v201005241510-7O7CFb3EMf84nP-FHuc10NTz--M3"/>
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.2.0.v201005241510-7H7AFUIDxumQGOb7ocjUR2Pvz-28"/>
<unit id="org.eclipse.wst.xsl.feature.feature.group" version="1.1.0.v201005241600-7S7WFAKFIpS---NRIS1pbfYBUIQ"/>
-<unit id="org.eclipse.jst.jsf.tests.feature.feature.group" version="3.2.0.v20100524-7E7W1FBBoPbPQIiTa3454"/>
+<!-- <unit id="org.eclipse.jst.jsf.tests.feature.feature.group" version="3.2.0.v20100524-7E7W1FBBoPbPQIiTa3454"/> -->
<unit id="org.eclipse.wst.jsdt.feature.feature.group" version="1.2.0.v201005270528-7C78FGDF9JgLWLMBWz-Ose6"/>
<unit id="org.eclipse.jsf.feature.feature.group" version="3.2.0.v20100526-7E7I-F9JgLWLMBYy3114"/>
<unit id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group" version="1.0.0.v201005241530-5--AkF7B77NBZBgBg"/>
@@ -164,6 +164,18 @@
<!--repository location="http://download.eclipse.org/webtools/downloads/drops/R3.2.0/R-3.2.0-20100..."/ -->
<repository location="http://download.jboss.org/jbosstools/updates/requirements/webtools-3.2/"/>
</location>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<repository location="http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/jbosstools..."/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.3.3.v201006111317"/>
+<repository location="http://dl.google.com/eclipse/plugin/3.6/"/>
+</location>
</locations>
+<includeBundles>
+<feature id="org.drools.eclipse.feature" />
+<feature id="org.drools.eclipse.task.feature" />
+<feature id="org.guvnor.tools.feature" />
+</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
</target>
15 years, 7 months