Author: nickboldt
Date: 2010-06-09 20:25:00 -0400 (Wed, 09 Jun 2010)
New Revision: 22707
Added:
branches/3.2.helios/archives/site/
branches/3.2.helios/archives/site/pom.xml
branches/3.2.helios/archives/site/site.xml
branches/3.2.helios/as/site/
branches/3.2.helios/as/site/pom.xml
branches/3.2.helios/as/site/site.xml
branches/3.2.helios/birt/site/
branches/3.2.helios/birt/site/pom.xml
branches/3.2.helios/birt/site/site.xml
branches/3.2.helios/bpel/site/
branches/3.2.helios/bpel/site/pom.xml
branches/3.2.helios/bpel/site/site.xml
branches/3.2.helios/cdi/site/
branches/3.2.helios/cdi/site/pom.xml
branches/3.2.helios/cdi/site/site.xml
branches/3.2.helios/esb/site/
branches/3.2.helios/esb/site/pom.xml
branches/3.2.helios/esb/site/site.xml
branches/3.2.helios/examples/site/
branches/3.2.helios/examples/site/pom.xml
branches/3.2.helios/examples/site/site.xml
branches/3.2.helios/freemarker/site/
branches/3.2.helios/freemarker/site/pom.xml
branches/3.2.helios/freemarker/site/site.xml
branches/3.2.helios/hibernatetools/site/
branches/3.2.helios/hibernatetools/site/pom.xml
branches/3.2.helios/hibernatetools/site/site.xml
branches/3.2.helios/jmx/site/
branches/3.2.helios/jmx/site/pom.xml
branches/3.2.helios/jmx/site/site.xml
branches/3.2.helios/jsf/site/
branches/3.2.helios/jsf/site/pom.xml
branches/3.2.helios/jsf/site/site.xml
branches/3.2.helios/jst/site/
branches/3.2.helios/jst/site/pom.xml
branches/3.2.helios/jst/site/site.xml
branches/3.2.helios/maven/site/
branches/3.2.helios/maven/site/pom.xml
branches/3.2.helios/maven/site/site.xml
branches/3.2.helios/modeshape/site/
branches/3.2.helios/modeshape/site/pom.xml
branches/3.2.helios/modeshape/site/site.xml
branches/3.2.helios/portlet/site/
branches/3.2.helios/portlet/site/pom.xml
branches/3.2.helios/portlet/site/site.xml
branches/3.2.helios/profiler/site/
branches/3.2.helios/profiler/site/pom.xml
branches/3.2.helios/profiler/site/site.xml
branches/3.2.helios/seam/site/
branches/3.2.helios/seam/site/pom.xml
branches/3.2.helios/seam/site/site.xml
branches/3.2.helios/smooks/site/
branches/3.2.helios/smooks/site/pom.xml
branches/3.2.helios/smooks/site/site.xml
branches/3.2.helios/struts/site/
branches/3.2.helios/struts/site/pom.xml
branches/3.2.helios/struts/site/site.xml
branches/3.2.helios/tptp/site/
branches/3.2.helios/tptp/site/pom.xml
branches/3.2.helios/tptp/site/site.xml
branches/3.2.helios/vpe/site/
branches/3.2.helios/vpe/site/pom.xml
branches/3.2.helios/vpe/site/site.xml
branches/3.2.helios/ws/site/
branches/3.2.helios/ws/site/pom.xml
branches/3.2.helios/ws/site/site.xml
Log:
add site.xml and pom.xml for other components
Added: branches/3.2.helios/archives/site/pom.xml
===================================================================
--- branches/3.2.helios/archives/site/pom.xml (rev 0)
+++ branches/3.2.helios/archives/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>archives.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/archives/site/site.xml
===================================================================
--- branches/3.2.helios/archives/site/site.xml (rev 0)
+++ branches/3.2.helios/archives/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools archives Nightly Build Update Site -->
+ <category-def label="JBoss Tools archives Nightly Build Update Site"
name="JBoss Tools archives Nightly Build Update Site">
+ <description>JBoss Tools archives Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.archives.feature" version="0.0.0">
+ <category name="JBoss Tools archives Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/as/site/pom.xml
===================================================================
--- branches/3.2.helios/as/site/pom.xml (rev 0)
+++ branches/3.2.helios/as/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>as.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/as/site/site.xml
===================================================================
--- branches/3.2.helios/as/site/site.xml (rev 0)
+++ branches/3.2.helios/as/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools as Nightly Build Update Site -->
+ <category-def label="JBoss Tools as Nightly Build Update Site"
name="JBoss Tools as Nightly Build Update Site">
+ <description>JBoss Tools as Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.as.feature" version="0.0.0">
+ <category name="JBoss Tools as Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/birt/site/pom.xml
===================================================================
--- branches/3.2.helios/birt/site/pom.xml (rev 0)
+++ branches/3.2.helios/birt/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>birt.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/birt/site/site.xml
===================================================================
--- branches/3.2.helios/birt/site/site.xml (rev 0)
+++ branches/3.2.helios/birt/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools birt Nightly Build Update Site -->
+ <category-def label="JBoss Tools birt Nightly Build Update Site"
name="JBoss Tools birt Nightly Build Update Site">
+ <description>JBoss Tools birt Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.birt.feature_0.0.0.jar"
id="org.jboss.tools.birt.feature" version="0.0.0">
+ <category name="JBoss Tools birt Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/bpel/site/pom.xml
===================================================================
--- branches/3.2.helios/bpel/site/pom.xml (rev 0)
+++ branches/3.2.helios/bpel/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>bpel.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/bpel/site/site.xml
===================================================================
--- branches/3.2.helios/bpel/site/site.xml (rev 0)
+++ branches/3.2.helios/bpel/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools bpel Nightly Build Update Site -->
+ <category-def label="JBoss Tools bpel Nightly Build Update Site"
name="JBoss Tools bpel Nightly Build Update Site">
+ <description>JBoss Tools bpel Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar"
id="org.jboss.tools.bpel.feature" version="0.0.0">
+ <category name="JBoss Tools bpel Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/cdi/site/pom.xml
===================================================================
--- branches/3.2.helios/cdi/site/pom.xml (rev 0)
+++ branches/3.2.helios/cdi/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>cdi.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/cdi/site/site.xml
===================================================================
--- branches/3.2.helios/cdi/site/site.xml (rev 0)
+++ branches/3.2.helios/cdi/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools cdi Nightly Build Update Site -->
+ <category-def label="JBoss Tools cdi Nightly Build Update Site"
name="JBoss Tools cdi Nightly Build Update Site">
+ <description>JBoss Tools cdi Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.cdi.feature_0.0.0.jar"
id="org.jboss.tools.cdi.feature" version="0.0.0">
+ <category name="JBoss Tools cdi Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/esb/site/pom.xml
===================================================================
--- branches/3.2.helios/esb/site/pom.xml (rev 0)
+++ branches/3.2.helios/esb/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>esb.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/esb/site/site.xml
===================================================================
--- branches/3.2.helios/esb/site/site.xml (rev 0)
+++ branches/3.2.helios/esb/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools esb Nightly Build Update Site -->
+ <category-def label="JBoss Tools esb Nightly Build Update Site"
name="JBoss Tools esb Nightly Build Update Site">
+ <description>JBoss Tools esb Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/examples/site/pom.xml
===================================================================
--- branches/3.2.helios/examples/site/pom.xml (rev 0)
+++ branches/3.2.helios/examples/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>examples.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/examples/site/site.xml
===================================================================
--- branches/3.2.helios/examples/site/site.xml (rev 0)
+++ branches/3.2.helios/examples/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools examples Nightly Build Update Site -->
+ <category-def label="JBoss Tools examples Nightly Build Update Site"
name="JBoss Tools examples Nightly Build Update Site">
+ <description>JBoss Tools examples Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/freemarker/site/pom.xml
===================================================================
--- branches/3.2.helios/freemarker/site/pom.xml (rev 0)
+++ branches/3.2.helios/freemarker/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>freemarker.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/freemarker/site/site.xml
===================================================================
--- branches/3.2.helios/freemarker/site/site.xml (rev 0)
+++ branches/3.2.helios/freemarker/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools freemarker Nightly Build Update Site -->
+ <category-def label="JBoss Tools freemarker Nightly Build Update Site"
name="JBoss Tools freemarker Nightly Build Update Site">
+ <description>JBoss Tools freemarker Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.ide.eclipse.freemarker.feature_0.0.0.jar"
id="org.jboss.ide.eclipse.freemarker.feature" version="0.0.0">
+ <category name="JBoss Tools freemarker Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/hibernatetools/site/pom.xml
===================================================================
--- branches/3.2.helios/hibernatetools/site/pom.xml (rev 0)
+++ branches/3.2.helios/hibernatetools/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>hibernatetools.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/hibernatetools/site/site.xml
===================================================================
--- branches/3.2.helios/hibernatetools/site/site.xml (rev 0)
+++ branches/3.2.helios/hibernatetools/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools hibernatetools Nightly Build Update Site -->
+ <category-def label="JBoss Tools hibernatetools Nightly Build Update Site"
name="JBoss Tools hibernatetools Nightly Build Update Site">
+ <description>JBoss Tools hibernatetools Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+ <feature url="features/org.hibernate.eclipse.feature_0.0.0.jar"
id="org.hibernate.eclipse.feature" version="0.0.0">
+ <category name="JBoss Tools hibernatetools Nightly Build Update
Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/jmx/site/pom.xml
===================================================================
--- branches/3.2.helios/jmx/site/pom.xml (rev 0)
+++ branches/3.2.helios/jmx/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>jmx.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/jmx/site/site.xml
===================================================================
--- branches/3.2.helios/jmx/site/site.xml (rev 0)
+++ branches/3.2.helios/jmx/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools jmx Nightly Build Update Site -->
+ <category-def label="JBoss Tools jmx Nightly Build Update Site"
name="JBoss Tools jmx Nightly Build Update Site">
+ <description>JBoss Tools jmx Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/jsf/site/pom.xml
===================================================================
--- branches/3.2.helios/jsf/site/pom.xml (rev 0)
+++ branches/3.2.helios/jsf/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>jsf.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/jsf/site/site.xml
===================================================================
--- branches/3.2.helios/jsf/site/site.xml (rev 0)
+++ branches/3.2.helios/jsf/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools jsf Nightly Build Update Site -->
+ <category-def label="JBoss Tools jsf Nightly Build Update Site"
name="JBoss Tools jsf Nightly Build Update Site">
+ <description>JBoss Tools jsf Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.jsf.feature_0.0.0.jar"
id="org.jboss.tools.jsf.feature" version="0.0.0">
+ <category name="JBoss Tools jsf Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar"
id="org.jboss.tools.richfaces.feature" version="0.0.0">
+ <category name="JBoss Tools jsf Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/jst/site/pom.xml
===================================================================
--- branches/3.2.helios/jst/site/pom.xml (rev 0)
+++ branches/3.2.helios/jst/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>jst.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/jst/site/site.xml
===================================================================
--- branches/3.2.helios/jst/site/site.xml (rev 0)
+++ branches/3.2.helios/jst/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools jst Nightly Build Update Site -->
+ <category-def label="JBoss Tools jst Nightly Build Update Site"
name="JBoss Tools jst Nightly Build Update Site">
+ <description>JBoss Tools jst Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.jst.feature_0.0.0.jar"
id="org.jboss.tools.jst.feature" version="0.0.0">
+ <category name="JBoss Tools jst Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jst.web.tiles.feature_0.0.0.jar"
id="org.jboss.tools.jst.web.tiles.feature" version="0.0.0">
+ <category name="JBoss Tools jst Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/maven/site/pom.xml
===================================================================
--- branches/3.2.helios/maven/site/pom.xml (rev 0)
+++ branches/3.2.helios/maven/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>maven.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/maven/site/site.xml
===================================================================
--- branches/3.2.helios/maven/site/site.xml (rev 0)
+++ branches/3.2.helios/maven/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools maven Nightly Build Update Site -->
+ <category-def label="JBoss Tools maven Nightly Build Update Site"
name="JBoss Tools maven Nightly Build Update Site">
+ <description>JBoss Tools maven Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/modeshape/site/pom.xml
===================================================================
--- branches/3.2.helios/modeshape/site/pom.xml (rev 0)
+++ branches/3.2.helios/modeshape/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>modeshape.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/modeshape/site/site.xml
===================================================================
--- branches/3.2.helios/modeshape/site/site.xml (rev 0)
+++ branches/3.2.helios/modeshape/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools modeshape Nightly Build Update Site -->
+ <category-def label="JBoss Tools modeshape Nightly Build Update Site"
name="JBoss Tools modeshape Nightly Build Update Site">
+ <description>JBoss Tools modeshape Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/portlet/site/pom.xml
===================================================================
--- branches/3.2.helios/portlet/site/pom.xml (rev 0)
+++ branches/3.2.helios/portlet/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>portlet.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/portlet/site/site.xml
===================================================================
--- branches/3.2.helios/portlet/site/site.xml (rev 0)
+++ branches/3.2.helios/portlet/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools portlet Nightly Build Update Site -->
+ <category-def label="JBoss Tools portlet Nightly Build Update Site"
name="JBoss Tools portlet Nightly Build Update Site">
+ <description>JBoss Tools portlet Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/profiler/site/pom.xml
===================================================================
--- branches/3.2.helios/profiler/site/pom.xml (rev 0)
+++ branches/3.2.helios/profiler/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>profiler.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/profiler/site/site.xml
===================================================================
--- branches/3.2.helios/profiler/site/site.xml (rev 0)
+++ branches/3.2.helios/profiler/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools profiler Nightly Build Update Site -->
+ <category-def label="JBoss Tools profiler Nightly Build Update Site"
name="JBoss Tools profiler Nightly Build Update Site">
+ <description>JBoss Tools profiler Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.profiler.feature_0.0.0.jar"
id="org.jboss.tools.profiler.feature" version="0.0.0">
+ <category name="JBoss Tools profiler Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/seam/site/pom.xml
===================================================================
--- branches/3.2.helios/seam/site/pom.xml (rev 0)
+++ branches/3.2.helios/seam/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>seam.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/seam/site/site.xml
===================================================================
--- branches/3.2.helios/seam/site/site.xml (rev 0)
+++ branches/3.2.helios/seam/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools seam Nightly Build Update Site -->
+ <category-def label="JBoss Tools seam Nightly Build Update Site"
name="JBoss Tools seam Nightly Build Update Site">
+ <description>JBoss Tools seam Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+
+</site>
Added: branches/3.2.helios/smooks/site/pom.xml
===================================================================
--- branches/3.2.helios/smooks/site/pom.xml (rev 0)
+++ branches/3.2.helios/smooks/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>smooks.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/smooks/site/site.xml
===================================================================
--- branches/3.2.helios/smooks/site/site.xml (rev 0)
+++ branches/3.2.helios/smooks/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools smooks Nightly Build Update Site -->
+ <category-def label="JBoss Tools smooks Nightly Build Update Site"
name="JBoss Tools smooks Nightly Build Update Site">
+ <description>JBoss Tools smooks Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar"
id="org.jboss.tools.smooks.feature" version="0.0.0">
+ <category name="JBoss Tools smooks Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/struts/site/pom.xml
===================================================================
--- branches/3.2.helios/struts/site/pom.xml (rev 0)
+++ branches/3.2.helios/struts/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>struts.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/struts/site/site.xml
===================================================================
--- branches/3.2.helios/struts/site/site.xml (rev 0)
+++ branches/3.2.helios/struts/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools struts Nightly Build Update Site -->
+ <category-def label="JBoss Tools struts Nightly Build Update Site"
name="JBoss Tools struts Nightly Build Update Site">
+ <description>JBoss Tools struts Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.struts.feature_0.0.0.jar"
id="org.jboss.tools.struts.feature" version="0.0.0">
+ <category name="JBoss Tools struts Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/tptp/site/pom.xml
===================================================================
--- branches/3.2.helios/tptp/site/pom.xml (rev 0)
+++ branches/3.2.helios/tptp/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>tptp.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/tptp/site/site.xml
===================================================================
--- branches/3.2.helios/tptp/site/site.xml (rev 0)
+++ branches/3.2.helios/tptp/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools tptp Nightly Build Update Site -->
+ <category-def label="JBoss Tools tptp Nightly Build Update Site"
name="JBoss Tools tptp Nightly Build Update Site">
+ <description>JBoss Tools tptp Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.tptp.feature_0.0.0.jar"
id="org.jboss.tools.tptp.feature" version="0.0.0">
+ <category name="JBoss Tools tptp Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/vpe/site/pom.xml
===================================================================
--- branches/3.2.helios/vpe/site/pom.xml (rev 0)
+++ branches/3.2.helios/vpe/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>vpe.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/vpe/site/site.xml
===================================================================
--- branches/3.2.helios/vpe/site/site.xml (rev 0)
+++ branches/3.2.helios/vpe/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools vpe Nightly Build Update Site -->
+ <category-def label="JBoss Tools vpe Nightly Build Update Site"
name="JBoss Tools vpe Nightly Build Update Site">
+ <description>JBoss Tools vpe Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.vpe.feature_0.0.0.jar"
id="org.jboss.tools.vpe.feature" version="0.0.0">
+ <category name="JBoss Tools vpe Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.xulrunner.feature_0.0.0.jar"
id="org.jboss.tools.xulrunner.feature" version="0.0.0">
+ <category name="JBoss Tools vpe Nightly Build Update Site"/>
+ </feature>
+
+</site>
Added: branches/3.2.helios/ws/site/pom.xml
===================================================================
--- branches/3.2.helios/ws/site/pom.xml (rev 0)
+++ branches/3.2.helios/ws/site/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -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>ws.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/ws/site/site.xml
===================================================================
--- branches/3.2.helios/ws/site/site.xml (rev 0)
+++ branches/3.2.helios/ws/site/site.xml 2010-06-10 00:25:00 UTC (rev 22707)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools ws Nightly Build Update Site -->
+ <category-def label="JBoss Tools ws Nightly Build Update Site"
name="JBoss Tools ws Nightly Build Update Site">
+ <description>JBoss Tools ws Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+
+</site>