Author: nickboldt
Date: 2010-07-20 00:49:41 -0400 (Tue, 20 Jul 2010)
New Revision: 23574
Modified:
trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml
trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml
Log:
fix artifactIDs for x86 plugins; fix ref in feature.xml
Modified: trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml
===================================================================
--- trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2010-07-20 04:25:50
UTC (rev 23573)
+++ trunk/xulrunner/features/org.mozilla.xulrunner.feature/feature.xml 2010-07-20 04:49:41
UTC (rev 23574)
@@ -55,18 +55,20 @@
unpack="false"/>
<plugin
- id="org.mozilla.xulrunner.cocoa.macosx"
+ id="org.mozilla.xulrunner.cocoa.macosx.x86"
os="macosx"
ws="cocoa"
+ arch="x86"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.mozilla.xulrunner.carbon.macosx"
+ id="org.mozilla.xulrunner.carbon.macosx.x86"
os="macosx"
ws="carbon"
+ arch="x86"
download-size="0"
install-size="0"
version="0.0.0"
Modified: trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml
===================================================================
--- trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml 2010-07-20
04:25:50 UTC (rev 23573)
+++ trunk/xulrunner/plugins/org.mozilla.xulrunner.carbon.macosx.x86/pom.xml 2010-07-20
04:49:41 UTC (rev 23574)
@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
- <artifactId>org.mozilla.xulrunner.carbon.macosx</artifactId>
+ <artifactId>org.mozilla.xulrunner.carbon.macosx.x86</artifactId>
<version>1.9.2</version>
<packaging>eclipse-plugin</packaging>
<build>
@@ -23,7 +23,7 @@
<environment>
<os>macosx</os>
<ws>carbon</ws>
- <arch></arch>
+ <arch>x86</arch>
</environment>
</environments>
</configuration>
Modified: trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml
===================================================================
--- trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml 2010-07-20
04:25:50 UTC (rev 23573)
+++ trunk/xulrunner/plugins/org.mozilla.xulrunner.cocoa.macosx.x86/pom.xml 2010-07-20
04:49:41 UTC (rev 23574)
@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.xulrunner.plugins</groupId>
- <artifactId>org.mozilla.xulrunner.cocoa.macosx</artifactId>
+ <artifactId>org.mozilla.xulrunner.cocoa.macosx.x86</artifactId>
<version>1.9.2</version>
<packaging>eclipse-plugin</packaging>
<build>
@@ -23,7 +23,7 @@
<environment>
<os>macosx</os>
<ws>cocoa</ws>
- <arch></arch>
+ <arch>x86</arch>
</environment>
</environments>
</configuration>
Show replies by date