Author: dgolovin
Date: 2010-08-17 20:27:43 -0400 (Tue, 17 Aug 2010)
New Revision: 24242
Added:
trunk/usage/site/
trunk/usage/site/.project
trunk/usage/site/pom.xml
trunk/usage/site/site.xml
Log:
https://jira.jboss.org/browse/JBIDE-6857 Include Usage component into JBT build
nightly update site for ussage component
Added: trunk/usage/site/.project
===================================================================
--- trunk/usage/site/.project (rev 0)
+++ trunk/usage/site/.project 2010-08-18 00:27:43 UTC (rev 24242)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>usage-site</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Added: trunk/usage/site/pom.xml
===================================================================
--- trunk/usage/site/pom.xml (rev 0)
+++ trunk/usage/site/pom.xml 2010-08-18 00:27:43 UTC (rev 24242)
@@ -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>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.usage</groupId>
+ <artifactId>site</artifactId>
+ <name>usage.site</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: trunk/usage/site/site.xml
===================================================================
--- trunk/usage/site/site.xml (rev 0)
+++ trunk/usage/site/site.xml 2010-08-18 00:27:43 UTC (rev 24242)
@@ -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 tests Nightly Build Update Site -->
+ <category-def label="JBoss Tools tests Nightly Build Update Site"
name="JBoss Tools tests Nightly Build Update Site">
+ <description>JBoss Tools tests Nightly Build Update Site: contains all features
in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.test.feature_0.0.0.jar"
id="org.jboss.tools.test.feature" version="0.0.0">
+ <category name="JBoss Tools tests Nightly Build Update Site"/>
+ </feature>
+
+</site>