Author: nickboldt
Date: 2010-05-21 17:25:19 -0400 (Fri, 21 May 2010)
New Revision: 22249
Added:
trunk/modeshape/site/
trunk/modeshape/site/pom.xml
trunk/modeshape/site/site.xml
Log:
add update site
Added: trunk/modeshape/site/pom.xml
===================================================================
--- trunk/modeshape/site/pom.xml (rev 0)
+++ trunk/modeshape/site/pom.xml 2010-05-21 21:25:19 UTC (rev 22249)
@@ -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: trunk/modeshape/site/site.xml
===================================================================
--- trunk/modeshape/site/site.xml (rev 0)
+++ trunk/modeshape/site/site.xml 2010-05-21 21:25:19 UTC (rev 22249)
@@ -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 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>
+ <feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar"
id="org.jboss.tools.modeshape.rest.feature" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+
+</site>