Author: dgolovin
Date: 2012-06-03 00:28:00 -0400 (Sun, 03 Jun 2012)
New Revision: 41659
Modified:
branches/jbosstools-3.3.x/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
Log:
fixed architecture attribute for xulrunner feature to allow tycho resolve macosx xulrunner
plugin for all configurations we needed (merge from trunk to fix continuous build)
Modified:
branches/jbosstools-3.3.x/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2012-06-03
03:04:17 UTC (rev 41658)
+++
branches/jbosstools-3.3.x/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2012-06-03
04:28:00 UTC (rev 41659)
@@ -24,7 +24,6 @@
id="org.mozilla.xpcom"
download-size="0"
install-size="0"
- unpack="true"
version="0.0.0"/>
<plugin
@@ -34,7 +33,6 @@
arch="x86"
download-size="0"
install-size="0"
- unpack="true"
version="0.0.0"/>
<plugin
@@ -44,7 +42,6 @@
arch="x86_64"
download-size="0"
install-size="0"
- unpack="true"
version="0.0.0"/>
<plugin
@@ -54,16 +51,15 @@
arch="x86"
download-size="0"
install-size="0"
- unpack="true"
version="0.0.0"/>
<plugin
id="org.mozilla.xulrunner.cocoa.macosx"
os="macosx"
ws="cocoa"
+ arch="x86"
download-size="0"
install-size="0"
- unpack="true"
version="0.0.0"/>
</feature>