Author: nickboldt
Date: 2011-08-03 17:16:12 -0400 (Wed, 03 Aug 2011)
New Revision: 33561
Added:
trunk/build/aggregate/webtools-site/
trunk/build/aggregate/webtools-site/.gitignore
trunk/build/aggregate/webtools-site/pom.xml
trunk/build/aggregate/webtools-site/site/
trunk/build/aggregate/webtools-site/site/.gitignore
trunk/build/aggregate/webtools-site/site/pom.xml
trunk/build/aggregate/webtools-site/site/site.xml
Log:
new webtools-site for building JBIDE-8460 content (it's like the as component update
site, minus tests)
Added: trunk/build/aggregate/webtools-site/.gitignore
===================================================================
--- trunk/build/aggregate/webtools-site/.gitignore (rev 0)
+++ trunk/build/aggregate/webtools-site/.gitignore 2011-08-03 21:16:12 UTC (rev 33561)
@@ -0,0 +1,2 @@
+.project
+.settings/
Added: trunk/build/aggregate/webtools-site/pom.xml
===================================================================
--- trunk/build/aggregate/webtools-site/pom.xml (rev 0)
+++ trunk/build/aggregate/webtools-site/pom.xml 2011-08-03 21:16:12 UTC (rev 33561)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>webtools</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <name>webtools.all</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>site</module>
+ </modules>
+<!-- to build against locally built sources, use:
+ mvn clean install
+
+ to build against
http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/,
use:
+ mvn clean install -Pjbosstools-nightly-staging-composite
+-->
+</project>
Added: trunk/build/aggregate/webtools-site/site/.gitignore
===================================================================
--- trunk/build/aggregate/webtools-site/site/.gitignore (rev 0)
+++ trunk/build/aggregate/webtools-site/site/.gitignore 2011-08-03 21:16:12 UTC (rev
33561)
@@ -0,0 +1,4 @@
+.settings/
+.project
+target/
+.classpath
Added: trunk/build/aggregate/webtools-site/site/pom.xml
===================================================================
--- trunk/build/aggregate/webtools-site/site/pom.xml (rev 0)
+++ trunk/build/aggregate/webtools-site/site/pom.xml 2011-08-03 21:16:12 UTC (rev 33561)
@@ -0,0 +1,13 @@
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>webtools</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.webtools</groupId>
+ <artifactId>org.jboss.tools.webtools.site</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: trunk/build/aggregate/webtools-site/site/site.xml
===================================================================
--- trunk/build/aggregate/webtools-site/site/site.xml (rev 0)
+++ trunk/build/aggregate/webtools-site/site/site.xml 2011-08-03 21:16:12 UTC (rev 33561)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools webtools Nightly Build Update Site -->
+ <category-def label="JBoss Tools webtools Nightly Build Update Site"
name="JBoss Tools webtools Nightly Build Update Site">
+ <description>JBoss Tools webtools Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar"
id="org.jboss.tools.jmx.feature" version="0.0.0">
+ <category name="JBoss Tools webtools Nightly Build Update Site"/>
+ </feature>
+ <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 webtools Nightly Build Update Site"/>
+ </feature>
+ <feature
url="features/org.jboss.ide.eclipse.as.archives.integration_0.0.0.jar"
id="org.jboss.ide.eclipse.as.archives.integration"
version="0.0.0">
+ <category name="JBoss Tools webtools Nightly Build Update Site"/>
+ </feature>
+ <feature
url="features/org.jboss.ide.eclipse.as.serverAdapter.wtp_0.0.0.jar"
id="org.jboss.ide.eclipse.as.serverAdapter.wtp" version="0.0.0">
+ <category name="JBoss Tools webtools Nightly Build Update Site"/>
+ </feature>
+ <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 webtools Nightly Build Update Site"/>
+ </feature>
+ <feature
url="features/org.jboss.ide.eclipse.as.server.rse.integration_0.0.0.jar"
id="org.jboss.ide.eclipse.as.server.rse.integration"
version="0.0.0">
+ <category name="JBoss Tools webtools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.as.jmx.integration_0.0.0.jar"
id="org.jboss.ide.eclipse.as.jmx.integration" version="0.0.0">
+ <category name="JBoss Tools webtools Nightly Build Update Site"/>
+ </feature>
+</site>