Author: jjohnstn
Date: 2010-07-23 18:01:48 -0400 (Fri, 23 Jul 2010)
New Revision: 23715
Added:
trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/.project
trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/ChangeLog
trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/build.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/feature.xml
Log:
2010-07-23 Jeff Johnston <jjohnstn(a)redhat.com>
* .project: New file.
* build.properties: New file.
* feature.xml: New file.
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/.project
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/.project
(rev 0)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/.project 2010-07-23
22:01:48 UTC (rev 23715)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.deltacloud-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/ChangeLog
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/ChangeLog
(rev 0)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/ChangeLog 2010-07-23
22:01:48 UTC (rev 23715)
@@ -0,0 +1,5 @@
+2010-07-23 Jeff Johnston <jjohnstn(a)redhat.com>
+
+ * .project: New file.
+ * build.properties: New file.
+ * feature.xml: New file.
\ No newline at end of file
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/build.properties
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/build.properties
(rev 0)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/build.properties 2010-07-23
22:01:48 UTC (rev 23715)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/feature.xml
(rev 0)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud-feature/feature.xml 2010-07-23
22:01:48 UTC (rev 23715)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.deltacloud"
+ label="Deltacloud_feature"
+ version="0.0.1.qualifier">
+
+ <description
url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright
url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license
url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.apache.log4j" version="1.2.13"
match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.jboss.tools.deltacloud.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.deltacloud.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>