Author: nickboldt
Date: 2010-05-28 17:53:14 -0400 (Fri, 28 May 2010)
New Revision: 22424
Added:
trunk/jmx/site/
trunk/jmx/site/pom.xml
trunk/jmx/site/site.xml
Modified:
trunk/jmx/pom.xml
Log:
add site
Modified: trunk/jmx/pom.xml
===================================================================
--- trunk/jmx/pom.xml 2010-05-28 21:52:35 UTC (rev 22423)
+++ trunk/jmx/pom.xml 2010-05-28 21:53:14 UTC (rev 22424)
@@ -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/jmx/site/pom.xml
===================================================================
--- trunk/jmx/site/pom.xml (rev 0)
+++ trunk/jmx/site/pom.xml 2010-05-28 21:53:14 UTC (rev 22424)
@@ -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: trunk/jmx/site/site.xml
===================================================================
--- trunk/jmx/site/site.xml (rev 0)
+++ trunk/jmx/site/site.xml 2010-05-28 21:53:14 UTC (rev 22424)
@@ -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 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>
+ <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 jmx Nightly Build Update Site"/>
+ </feature>
+
+</site>