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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 29 20:26:10 EDT 2010


Author: dgolovin
Date: 2010-06-29 20:26:09 -0400 (Tue, 29 Jun 2010)
New Revision: 23112

Added:
   trunk/xulrunner/site/.project
Removed:
   trunk/xulrunner/site/org.mozilla.xulrunner.site/
Modified:
   trunk/xulrunner/site/pom.xml
   trunk/xulrunner/site/site.xml
Log:
adjust xulrunner update site module to be the same as for other components


Added: trunk/xulrunner/site/.project
===================================================================
--- trunk/xulrunner/site/.project	                        (rev 0)
+++ trunk/xulrunner/site/.project	2010-06-30 00:26:09 UTC (rev 23112)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.mozilla.xulrunner.site</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>

Modified: trunk/xulrunner/site/pom.xml
===================================================================
--- trunk/xulrunner/site/pom.xml	2010-06-30 00:06:31 UTC (rev 23111)
+++ trunk/xulrunner/site/pom.xml	2010-06-30 00:26:09 UTC (rev 23112)
@@ -1,18 +1,14 @@
 <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>
-	  <relativePath>../../parent-pom.xml</relativePath>
+	  <relativePath>../../../parent-pom.xml</relativePath>
 	  <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>
+	<groupId>org.jboss.tools.xulrunner</groupId>
+	<artifactId>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>
-	
\ No newline at end of file

Modified: trunk/xulrunner/site/site.xml
===================================================================
--- trunk/xulrunner/site/site.xml	2010-06-30 00:06:31 UTC (rev 23111)
+++ trunk/xulrunner/site/site.xml	2010-06-30 00:26:09 UTC (rev 23112)
@@ -1,15 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools xulrunner Nightly Build Update Site -->
-	<category-def label="JBoss Tools xulrunner Nightly Build Update Site" name="JBoss Tools xulrunner Nightly Build Update Site">
-		<description>JBoss Tools xulrunner Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.mozilla.xpcom.feature_0.0.0.jar" id="org.mozilla.xpcom.feature" version="0.0.0">
-		<category name="JBoss Tools xulrunner Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
-		<category name="JBoss Tools xulrunner Nightly Build Update Site"/>
-	</feature>
-
+  <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