[jbosstools-commits] JBoss Tools SVN: r24030 - trunk/xulrunner-1.9.1.2/site.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 10 14:27:39 EDT 2010


Author: nickboldt
Date: 2010-08-10 14:27:39 -0400 (Tue, 10 Aug 2010)
New Revision: 24030

Added:
   trunk/xulrunner-1.9.1.2/site/site.xml
Removed:
   trunk/xulrunner-1.9.1.2/site/org.mozilla.xulrunner.site/
Modified:
   trunk/xulrunner-1.9.1.2/site/pom.xml
Log:
remove nesting of update site

Modified: trunk/xulrunner-1.9.1.2/site/pom.xml
===================================================================
--- trunk/xulrunner-1.9.1.2/site/pom.xml	2010-08-10 17:24:19 UTC (rev 24029)
+++ trunk/xulrunner-1.9.1.2/site/pom.xml	2010-08-10 18:27:39 UTC (rev 24030)
@@ -1,17 +1,13 @@
 <project
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
+	<modelVersion>4.0.0</modelVersion> 
 	<parent>
 	  <groupId>org.jboss.tools</groupId>
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
-	<artifactId>xulrunner.site</artifactId>
+	<artifactId>org.mozilla.xulrunner.site</artifactId> 
 	<version>0.0.1-SNAPSHOT</version>
-	<packaging>pom</packaging>
-	<modules>
-		<module>org.mozilla.xulrunner.site</module>
-	</modules>
+	<packaging>eclipse-update-site</packaging>
 </project>
-	

Added: trunk/xulrunner-1.9.1.2/site/site.xml
===================================================================
--- trunk/xulrunner-1.9.1.2/site/site.xml	                        (rev 0)
+++ trunk/xulrunner-1.9.1.2/site/site.xml	2010-08-10 18:27:39 UTC (rev 24030)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+  <feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
+    <category name="XulRunner"/>
+  </feature>
+  <feature url="features/org.mozilla.xpcom.feature_0.0.0.jar" id="org.mozilla.xpcom.feature" version="0.0.0">
+    <category name="XulRunner"/>
+  </feature>
+  <category-def name="XulRunner" label="XulRunner support for JBoss Tools">
+    <description>XulRunner support for JBoss Tools</description>
+  </category-def>
+</site>



More information about the jbosstools-commits mailing list