JBoss Tools SVN: r22716 - trunk.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2010-06-10 06:09:22 -0400 (Thu, 10 Jun 2010)
New Revision: 22716
Modified:
trunk/
Log:
Initialized merge tracking via "svnmerge" with revisions "1-22214" from
https://svn.jboss.org/repos/jbosstools/branches/3.2.helios
Property changes on: trunk
___________________________________________________________________
Name: svnmerge-integrated
- /branches/modular_build:1-21669
+ /branches/3.2.helios:1-22214 /branches/modular_build:1-21669
15 years, 10 months
JBoss Tools SVN: r22715 - branches/3.2.helios.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2010-06-10 06:02:33 -0400 (Thu, 10 Jun 2010)
New Revision: 22715
Modified:
branches/3.2.helios/
Log:
Initialized merge tracking via "svnmerge" with revisions "1-22213" from
https://svn.jboss.org/repos/jbosstools/trunk
Property changes on: branches/3.2.helios
___________________________________________________________________
Name: svnmerge-integrated
- /branches/modular_build:1-21669
+ /branches/modular_build:1-21669 /trunk:1-22213
15 years, 10 months
JBoss Tools SVN: r22714 - in branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui: preference/controls and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2010-06-10 02:23:23 -0400 (Thu, 10 Jun 2010)
New Revision: 22714
Modified:
branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
Log:
JBIDE-6137:JBoss ESB Runtimes preference page Version: label issue
Modified: branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
===================================================================
--- branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2010-06-10 06:01:05 UTC (rev 22713)
+++ branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2010-06-10 06:23:23 UTC (rev 22714)
@@ -4,7 +4,8 @@
Error_JBoss_Basic_Editor_Support=Editor supports only grid layout
Error_JBoss_Basic_Editor_Different=Parent for label is different
JBoss_Runtime_List_Field_Editor_Name=Name
-JBoss_Runtime_List_Field_Editor_Version=Version:
+JBoss_Runtime_List_Field_Editor_Version=Version
+JBoss_Runtime_List_Field_Editor_Version2=Version:
JBoss_Runtime_List_Field_Editor_Configuration=Configuration:
JBoss_Runtime_List_Field_Editor_Path=Path
JBoss_Runtime_List_Field_Editor_Inputelement_Must_Be_List=inputElement must be an instance of List<JBossRuntime>.
Modified: branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
===================================================================
--- branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java 2010-06-10 06:01:05 UTC (rev 22713)
+++ branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java 2010-06-10 06:23:23 UTC (rev 22714)
@@ -32,6 +32,7 @@
public static String Error_JBoss_Basic_Editor_Different;
public static String JBoss_Runtime_List_Field_Editor_Name;
public static String JBoss_Runtime_List_Field_Editor_Version;
+ public static String JBoss_Runtime_List_Field_Editor_Version2;
public static String JBoss_Runtime_List_Field_Editor_Path;
public static String JBoss_Runtime_List_Field_Editor_Inputelement_Must_Be_List;
public static String JBoss_Runtime_Delete_Confirm_Title;
Modified: branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
===================================================================
--- branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java 2010-06-10 06:01:05 UTC (rev 22713)
+++ branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java 2010-06-10 06:23:23 UTC (rev 22714)
@@ -429,7 +429,7 @@
JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Name2, ""); //$NON-NLS-1$
IFieldEditor version = createComboEditor(SRT_VERSION,
- JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Version, getESBFacetVersions(), ""); //$NON-NLS-1$
+ JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Version2, getESBFacetVersions(), ""); //$NON-NLS-1$
// IFieldEditor configuration = createComboEditor(SRT_CONFIGURATION,
// JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Configuration, getESBFacetVersions(), ""); //$NON-NLS-1$
15 years, 10 months
JBoss Tools SVN: r22713 - in trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui: preference/controls and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2010-06-10 02:01:05 -0400 (Thu, 10 Jun 2010)
New Revision: 22713
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
Log:
JBIDE-6137:JBoss ESB Runtimes preference page Version: label issue
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2010-06-10 01:22:06 UTC (rev 22712)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2010-06-10 06:01:05 UTC (rev 22713)
@@ -4,7 +4,8 @@
Error_JBoss_Basic_Editor_Support=Editor supports only grid layout
Error_JBoss_Basic_Editor_Different=Parent for label is different
JBoss_Runtime_List_Field_Editor_Name=Name
-JBoss_Runtime_List_Field_Editor_Version=Version:
+JBoss_Runtime_List_Field_Editor_Version=Version
+JBoss_Runtime_List_Field_Editor_Version2=Version:
JBoss_Runtime_List_Field_Editor_Configuration=Configuration:
JBoss_Runtime_List_Field_Editor_Path=Path
JBoss_Runtime_List_Field_Editor_Inputelement_Must_Be_List=inputElement must be an instance of List<JBossRuntime>.
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java 2010-06-10 01:22:06 UTC (rev 22712)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java 2010-06-10 06:01:05 UTC (rev 22713)
@@ -32,6 +32,7 @@
public static String Error_JBoss_Basic_Editor_Different;
public static String JBoss_Runtime_List_Field_Editor_Name;
public static String JBoss_Runtime_List_Field_Editor_Version;
+ public static String JBoss_Runtime_List_Field_Editor_Version2;
public static String JBoss_Runtime_List_Field_Editor_Path;
public static String JBoss_Runtime_List_Field_Editor_Inputelement_Must_Be_List;
public static String JBoss_Runtime_Delete_Confirm_Title;
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java 2010-06-10 01:22:06 UTC (rev 22712)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java 2010-06-10 06:01:05 UTC (rev 22713)
@@ -435,7 +435,7 @@
JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Name2, ""); //$NON-NLS-1$
IFieldEditor version = createComboEditor(SRT_VERSION,
- JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Version, getESBFacetVersions(), ""); //$NON-NLS-1$
+ JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Version2, getESBFacetVersions(), ""); //$NON-NLS-1$
// IFieldEditor configuration = createComboEditor(SRT_CONFIGURATION,
// JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Configuration, getESBFacetVersions(), ""); //$NON-NLS-1$
15 years, 10 months
JBoss Tools SVN: r22712 - tags/jbosstools-3.1.1.GA/documentation/guides/Update_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: benlc
Date: 2010-06-09 21:22:06 -0400 (Wed, 09 Jun 2010)
New Revision: 22712
Modified:
tags/jbosstools-3.1.1.GA/documentation/guides/Update_Guide/en-US/Update.xml
Log:
'committing minor change - grammar fix'
Modified: tags/jbosstools-3.1.1.GA/documentation/guides/Update_Guide/en-US/Update.xml
===================================================================
--- tags/jbosstools-3.1.1.GA/documentation/guides/Update_Guide/en-US/Update.xml 2010-06-10 00:44:02 UTC (rev 22711)
+++ tags/jbosstools-3.1.1.GA/documentation/guides/Update_Guide/en-US/Update.xml 2010-06-10 01:22:06 UTC (rev 22712)
@@ -58,7 +58,7 @@
</listitem>
<listitem>
<para>
- Enter the <acronym>url</acronym> of the update site in the <guilabel>Location</guilabel> field. The user has the option of the following two options:
+ Enter the <acronym>url</acronym> of the update site in the <guilabel>Location</guilabel> field. The following options are available:
</para>
<itemizedlist>
<listitem>
15 years, 10 months
JBoss Tools SVN: r22711 - branches/3.2.helios/jbpm.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-09 20:44:02 -0400 (Wed, 09 Jun 2010)
New Revision: 22711
Modified:
branches/3.2.helios/jbpm/pom.xml
Log:
add site to pom
Modified: branches/3.2.helios/jbpm/pom.xml
===================================================================
--- branches/3.2.helios/jbpm/pom.xml 2010-06-10 00:43:23 UTC (rev 22710)
+++ branches/3.2.helios/jbpm/pom.xml 2010-06-10 00:44:02 UTC (rev 22711)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
15 years, 10 months
JBoss Tools SVN: r22710 - in branches/3.2.helios/jbpm: site and 1 other directory.
by jbosstools-commits@lists.jboss.org
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>
15 years, 10 months
JBoss Tools SVN: r22709 - in branches/3.2.helios: modeshape and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-09 20:42:02 -0400 (Wed, 09 Jun 2010)
New Revision: 22709
Modified:
branches/3.2.helios/jmx/pom.xml
branches/3.2.helios/modeshape/pom.xml
branches/3.2.helios/portlet/pom.xml
Log:
tweak
Modified: branches/3.2.helios/jmx/pom.xml
===================================================================
--- branches/3.2.helios/jmx/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
+++ branches/3.2.helios/jmx/pom.xml 2010-06-10 00:42:02 UTC (rev 22709)
@@ -15,7 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
Modified: branches/3.2.helios/modeshape/pom.xml
===================================================================
--- branches/3.2.helios/modeshape/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
+++ branches/3.2.helios/modeshape/pom.xml 2010-06-10 00:42:02 UTC (rev 22709)
@@ -15,7 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
Modified: branches/3.2.helios/portlet/pom.xml
===================================================================
--- branches/3.2.helios/portlet/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
+++ branches/3.2.helios/portlet/pom.xml 2010-06-10 00:42:02 UTC (rev 22709)
@@ -15,7 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
15 years, 10 months
JBoss Tools SVN: r22708 - in branches/3.2.helios: as and 21 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-06-09 20:34:05 -0400 (Wed, 09 Jun 2010)
New Revision: 22708
Modified:
branches/3.2.helios/archives/pom.xml
branches/3.2.helios/as/pom.xml
branches/3.2.helios/birt/pom.xml
branches/3.2.helios/bpel/pom.xml
branches/3.2.helios/cdi/pom.xml
branches/3.2.helios/drools/pom.xml
branches/3.2.helios/esb/pom.xml
branches/3.2.helios/examples/pom.xml
branches/3.2.helios/freemarker/pom.xml
branches/3.2.helios/hibernatetools/pom.xml
branches/3.2.helios/jmx/pom.xml
branches/3.2.helios/jsf/pom.xml
branches/3.2.helios/jst/pom.xml
branches/3.2.helios/maven/pom.xml
branches/3.2.helios/modeshape/pom.xml
branches/3.2.helios/portlet/pom.xml
branches/3.2.helios/profiler/pom.xml
branches/3.2.helios/seam/pom.xml
branches/3.2.helios/smooks/pom.xml
branches/3.2.helios/struts/pom.xml
branches/3.2.helios/tptp/pom.xml
branches/3.2.helios/vpe/pom.xml
branches/3.2.helios/ws/pom.xml
Log:
add site to pom.xml
Modified: branches/3.2.helios/archives/pom.xml
===================================================================
--- branches/3.2.helios/archives/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/archives/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/as/pom.xml
===================================================================
--- branches/3.2.helios/as/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/as/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/birt/pom.xml
===================================================================
--- branches/3.2.helios/birt/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/birt/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/bpel/pom.xml
===================================================================
--- branches/3.2.helios/bpel/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/bpel/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/cdi/pom.xml
===================================================================
--- branches/3.2.helios/cdi/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/cdi/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/drools/pom.xml
===================================================================
--- branches/3.2.helios/drools/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/drools/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -16,7 +16,8 @@
<module>plugins</module>
<module>features</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
<!-- TODO: figure out how to invoke this BEFORE the dep resolution for target
platform -->
<!-- <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>
Modified: branches/3.2.helios/esb/pom.xml
===================================================================
--- branches/3.2.helios/esb/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/esb/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/examples/pom.xml
===================================================================
--- branches/3.2.helios/examples/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/examples/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/freemarker/pom.xml
===================================================================
--- branches/3.2.helios/freemarker/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/freemarker/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/hibernatetools/pom.xml
===================================================================
--- branches/3.2.helios/hibernatetools/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/hibernatetools/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/jmx/pom.xml
===================================================================
--- branches/3.2.helios/jmx/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/jmx/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/jsf/pom.xml
===================================================================
--- branches/3.2.helios/jsf/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/jsf/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/jst/pom.xml
===================================================================
--- branches/3.2.helios/jst/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/jst/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/maven/pom.xml
===================================================================
--- branches/3.2.helios/maven/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/maven/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/modeshape/pom.xml
===================================================================
--- branches/3.2.helios/modeshape/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/modeshape/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/portlet/pom.xml
===================================================================
--- branches/3.2.helios/portlet/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/portlet/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/profiler/pom.xml
===================================================================
--- branches/3.2.helios/profiler/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/profiler/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/seam/pom.xml
===================================================================
--- branches/3.2.helios/seam/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/seam/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/smooks/pom.xml
===================================================================
--- branches/3.2.helios/smooks/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/smooks/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
Modified: branches/3.2.helios/struts/pom.xml
===================================================================
--- branches/3.2.helios/struts/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/struts/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/tptp/pom.xml
===================================================================
--- branches/3.2.helios/tptp/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/tptp/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -14,6 +14,7 @@
<modules>
<module>features</module>
<module>plugins</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/vpe/pom.xml
===================================================================
--- branches/3.2.helios/vpe/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/vpe/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
Modified: branches/3.2.helios/ws/pom.xml
===================================================================
--- branches/3.2.helios/ws/pom.xml 2010-06-10 00:25:00 UTC (rev 22707)
+++ branches/3.2.helios/ws/pom.xml 2010-06-10 00:34:05 UTC (rev 22708)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
-
\ No newline at end of file
+
15 years, 10 months
JBoss Tools SVN: r22707 - in branches/3.2.helios: archives/site and 42 other directories.
by jbosstools-commits@lists.jboss.org
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>
15 years, 10 months