[jbosstools-commits] JBoss Tools SVN: r24115 - in trunk/runtime: site and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Aug 12 12:53:22 EDT 2010
Author: nickboldt
Date: 2010-08-12 12:53:21 -0400 (Thu, 12 Aug 2010)
New Revision: 24115
Added:
trunk/runtime/site/
trunk/runtime/site/pom.xml
trunk/runtime/site/site.xml
Log:
add site/ folder to runtime builder
Added: trunk/runtime/site/pom.xml
===================================================================
--- trunk/runtime/site/pom.xml (rev 0)
+++ trunk/runtime/site/pom.xml 2010-08-12 16:53:21 UTC (rev 24115)
@@ -0,0 +1,14 @@
+<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>../../build/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.runtime</groupId>
+ <artifactId>site</artifactId>
+ <name>runtime.site</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml (rev 0)
+++ trunk/runtime/site/site.xml 2010-08-12 16:53:21 UTC (rev 24115)
@@ -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 runtime Nightly Build Update Site -->
+ <category-def label="JBoss Tools runtime Nightly Build Update Site" name="JBoss Tools runtime Nightly Build Update Site">
+ <description>JBoss Tools runtime Nightly Build Update Site: contains all features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
+ <category name="JBoss Tools runtime Nightly Build Update Site"/>
+ </feature>
+
+</site>
More information about the jbosstools-commits
mailing list