Author: nickboldt
Date: 2010-06-09 20:43:23 -0400 (Wed, 09 Jun 2010)
New Revision: 22710
Added:
branches/3.2.helios/jbpm/site/
branches/3.2.helios/jbpm/site/pom.xml
branches/3.2.helios/jbpm/site/site.xml
Log:
add site
Added: branches/3.2.helios/jbpm/site/pom.xml
===================================================================
--- branches/3.2.helios/jbpm/site/pom.xml (rev 0)
+++ branches/3.2.helios/jbpm/site/pom.xml 2010-06-10 00:43:23 UTC (rev 22710)
@@ -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>jbpm.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: branches/3.2.helios/jbpm/site/site.xml
===================================================================
--- branches/3.2.helios/jbpm/site/site.xml (rev 0)
+++ branches/3.2.helios/jbpm/site/site.xml 2010-06-10 00:43:23 UTC (rev 22710)
@@ -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 jbpm Nightly Build Update Site -->
+ <category-def label="JBoss Tools jbpm Nightly Build Update Site"
name="JBoss Tools jbpm Nightly Build Update Site">
+ <description>JBoss Tools jbpm Nightly Build Update Site: contains all features in
this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.flow.jpdl4.feature_0.0.0.jar"
id="org.jboss.tools.flow.jpdl4.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm.common.feature_0.0.0.jar"
id="org.jboss.tools.jbpm.common.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm.convert.feature_0.0.0.jar"
id="org.jboss.tools.jbpm.convert.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm3.feature_0.0.0.jar"
id="org.jboss.tools.jbpm3.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar"
id="org.jboss.tools.jbpm4.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jbpm.gd.jpdl.feature_0.0.0.jar"
id="org.jbpm.gd.jpdl.feature" version="0.0.0">
+ <category name="JBoss Tools jbpm Nightly Build Update Site"/>
+ </feature>
+
+</site>