Author: nickboldt
Date: 2010-06-02 01:38:18 -0400 (Wed, 02 Jun 2010)
New Revision: 22472
Added:
trunk/jsf/site/
trunk/jsf/site/pom.xml
trunk/jsf/site/site.xml
Modified:
trunk/jsf/pom.xml
Log:
add site
Modified: trunk/jsf/pom.xml
===================================================================
--- trunk/jsf/pom.xml 2010-06-01 22:59:10 UTC (rev 22471)
+++ trunk/jsf/pom.xml 2010-06-02 05:38:18 UTC (rev 22472)
@@ -15,6 +15,7 @@
<module>features</module>
<module>plugins</module>
<module>tests</module>
+ <module>site</module>
</modules>
</project>
-
\ No newline at end of file
+
Added: trunk/jsf/site/pom.xml
===================================================================
--- trunk/jsf/site/pom.xml (rev 0)
+++ trunk/jsf/site/pom.xml 2010-06-02 05:38:18 UTC (rev 22472)
@@ -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: trunk/jsf/site/site.xml
===================================================================
--- trunk/jsf/site/site.xml (rev 0)
+++ trunk/jsf/site/site.xml 2010-06-02 05:38:18 UTC (rev 22472)
@@ -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>