Author: nickboldt
Date: 2010-06-01 15:27:26 -0400 (Tue, 01 Jun 2010)
New Revision: 22462
Added:
branches/3.2.helios/common/site/
branches/3.2.helios/common/site/pom.xml
branches/3.2.helios/common/site/site.xml
Modified:
branches/3.2.helios/common/pom.xml
Log:
add site
Modified: branches/3.2.helios/common/pom.xml
===================================================================
--- branches/3.2.helios/common/pom.xml 2010-06-01 19:24:08 UTC (rev 22461)
+++ branches/3.2.helios/common/pom.xml 2010-06-01 19:27:26 UTC (rev 22462)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
-
\ No newline at end of file
+
Added: branches/3.2.helios/common/site/pom.xml
===================================================================
--- branches/3.2.helios/common/site/pom.xml (rev 0)
+++ branches/3.2.helios/common/site/pom.xml 2010-06-01 19:27:26 UTC (rev 22462)
@@ -0,0 +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>
+ <parent>
+ <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>common.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/common/site/site.xml
===================================================================
--- branches/3.2.helios/common/site/site.xml (rev 0)
+++ branches/3.2.helios/common/site/site.xml 2010-06-01 19:27:26 UTC (rev 22462)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools common Nightly Build Update Site -->
+ <category-def label="JBoss Tools common Nightly Build Update Site"
name="JBoss Tools common Nightly Build Update Site">
+ <description>JBoss Tools common Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.common.all.feature_0.0.0.jar"
id="org.jboss.tools.common.all.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.core.feature_0.0.0.jar"
id="org.jboss.tools.common.core.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.feature_0.0.0.jar"
id="org.jboss.tools.common.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.text.ext.feature_0.0.0.jar"
id="org.jboss.tools.common.text.ext.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.common.ui.feature_0.0.0.jar"
id="org.jboss.tools.common.ui.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+ <feature
url="features/org.jboss.tools.common.verification.feature_0.0.0.jar"
id="org.jboss.tools.common.verification.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
+
+</site>