Author: adietish
Date: 2010-10-15 04:16:47 -0400 (Fri, 15 Oct 2010)
New Revision: 25849
Added:
trunk/deltacloud/features/.project
trunk/deltacloud/features/build.properties
trunk/deltacloud/features/feature.xml
trunk/deltacloud/features/target/
trunk/deltacloud/features/target/feature.xml
trunk/deltacloud/features/target/maven-archiver/
trunk/deltacloud/features/target/maven-archiver/pom.properties
trunk/deltacloud/features/target/org.jboss.tools.deltacloud.test.feature-1.0.0-SNAPSHOT.jar
trunk/deltacloud/features/target/p2artifacts.xml
trunk/deltacloud/features/target/p2content.xml
Modified:
trunk/deltacloud/features/pom.xml
Log:
[JBIDE-7320] adding test feature
Added: trunk/deltacloud/features/.project
===================================================================
--- trunk/deltacloud/features/.project (rev 0)
+++ trunk/deltacloud/features/.project 2010-10-15 08:16:47 UTC (rev 25849)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.deltacloud.test.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>
Property changes on: trunk/deltacloud/features/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/build.properties
===================================================================
--- trunk/deltacloud/features/build.properties (rev 0)
+++ trunk/deltacloud/features/build.properties 2010-10-15 08:16:47 UTC (rev 25849)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on: trunk/deltacloud/features/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/feature.xml
===================================================================
--- trunk/deltacloud/features/feature.xml (rev 0)
+++ trunk/deltacloud/features/feature.xml 2010-10-15 08:16:47 UTC (rev 25849)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.deltacloud.test.feature"
+ label="Feature"
+ version="1.0.0.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>
+
+</feature>
Property changes on: trunk/deltacloud/features/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/deltacloud/features/pom.xml
===================================================================
--- trunk/deltacloud/features/pom.xml 2010-10-15 08:13:59 UTC (rev 25848)
+++ trunk/deltacloud/features/pom.xml 2010-10-15 08:16:47 UTC (rev 25849)
@@ -1,13 +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>
- <groupId>org.jboss.tools.deltacloud</groupId>
- <artifactId>features</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>deltacloud.features</name>
- <packaging>pom</packaging>
- <modules>
- <module>org.jboss.tools.deltacloud.feature</module>
- </modules>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.deltacloud.features</groupId>
+ <artifactId>org.jboss.tools.deltacloud.test.feature</artifactId>
+ <name>org.jboss.tools.deltacloud.test.feature</name>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>
-
Added: trunk/deltacloud/features/target/feature.xml
===================================================================
--- trunk/deltacloud/features/target/feature.xml (rev 0)
+++ trunk/deltacloud/features/target/feature.xml 2010-10-15 08:16:47 UTC (rev 25849)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.deltacloud.test.feature"
+ label="Feature"
+ version="1.0.0.v20101015-0944-Beta2">
+
+ <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>
+
+</feature>
Property changes on: trunk/deltacloud/features/target/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/target/maven-archiver/pom.properties
===================================================================
--- trunk/deltacloud/features/target/maven-archiver/pom.properties
(rev 0)
+++ trunk/deltacloud/features/target/maven-archiver/pom.properties 2010-10-15 08:16:47 UTC
(rev 25849)
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Fri Oct 15 09:44:00 CEST 2010
+version=1.0.0-SNAPSHOT
+groupId=org.jboss.tools.deltacloud.features
+artifactId=org.jboss.tools.deltacloud.test.feature
Property changes on: trunk/deltacloud/features/target/maven-archiver/pom.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/deltacloud/features/target/org.jboss.tools.deltacloud.test.feature-1.0.0-SNAPSHOT.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/deltacloud/features/target/org.jboss.tools.deltacloud.test.feature-1.0.0-SNAPSHOT.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/deltacloud/features/target/p2artifacts.xml
===================================================================
--- trunk/deltacloud/features/target/p2artifacts.xml (rev 0)
+++ trunk/deltacloud/features/target/p2artifacts.xml 2010-10-15 08:16:47 UTC (rev 25849)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?artifactRepository version='1.1.0'?>
+<artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature'
id='org.jboss.tools.deltacloud.test.feature'
version='1.0.0.v20101015-0944-Beta2'>
+ <properties size='7'>
+ <property name='artifact.size' value='2186'/>
+ <property name='download.size' value='2186'/>
+ <property name='download.md5'
value='2f8ebe4d1d0e52641005c633b265dd31'/>
+ <property name='maven-groupId'
value='org.jboss.tools.deltacloud.features'/>
+ <property name='maven-artifactId'
value='org.jboss.tools.deltacloud.test.feature'/>
+ <property name='maven-version' value='1.0.0-SNAPSHOT'/>
+ <property name='download.contentType'
value='application/zip'/>
+ </properties>
+ </artifact>
+</artifacts>
Property changes on: trunk/deltacloud/features/target/p2artifacts.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/target/p2content.xml
===================================================================
--- trunk/deltacloud/features/target/p2content.xml (rev 0)
+++ trunk/deltacloud/features/target/p2content.xml 2010-10-15 08:16:47 UTC (rev 25849)
@@ -0,0 +1,71 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<units size='2'>
+ <unit id='org.jboss.tools.deltacloud.test.feature.feature.group'
version='1.0.0.v20101015-0944-Beta2' singleton='false'>
+ <update id='org.jboss.tools.deltacloud.test.feature.feature.group'
range='[0.0.0,1.0.0.v20101015-0944-Beta2)' severity='0'/>
+ <properties size='7'>
+ <property name='org.eclipse.equinox.p2.name'
value='Feature'/>
+ <property name='org.eclipse.equinox.p2.description' value='[Enter
Feature Description here.]'/>
+ <property name='org.eclipse.equinox.p2.description.url'
value='http://www.example.com/description'/>
+ <property name='org.eclipse.equinox.p2.type.group'
value='true'/>
+ <property name='maven-groupId'
value='org.jboss.tools.deltacloud.features'/>
+ <property name='maven-artifactId'
value='org.jboss.tools.deltacloud.test.feature'/>
+ <property name='maven-version' value='1.0.0-SNAPSHOT'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu'
name='org.jboss.tools.deltacloud.test.feature.feature.group'
version='1.0.0.v20101015-0944-Beta2'/>
+ </provides>
+ <requires size='1'>
+ <required namespace='org.eclipse.equinox.p2.iu'
name='org.jboss.tools.deltacloud.test.feature.feature.jar'
range='[1.0.0.v20101015-0944-Beta2,1.0.0.v20101015-0944-Beta2]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license
uri='http://www.example.com/license'
url='http://www.example.com/license'>
+ [Enter License Description here.]
+ </license>
+ </licenses>
+ <copyright
uri='http://www.example.com/copyright'
url='http://www.example.com/copyright'>
+ [Enter Copyright Description here.]
+ </copyright>
+ </unit>
+ <unit id='org.jboss.tools.deltacloud.test.feature.feature.jar'
version='1.0.0.v20101015-0944-Beta2'>
+ <properties size='6'>
+ <property name='org.eclipse.equinox.p2.name'
value='Feature'/>
+ <property name='org.eclipse.equinox.p2.description' value='[Enter
Feature Description here.]'/>
+ <property name='org.eclipse.equinox.p2.description.url'
value='http://www.example.com/description'/>
+ <property name='maven-groupId'
value='org.jboss.tools.deltacloud.features'/>
+ <property name='maven-artifactId'
value='org.jboss.tools.deltacloud.test.feature'/>
+ <property name='maven-version' value='1.0.0-SNAPSHOT'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu'
name='org.jboss.tools.deltacloud.test.feature.feature.jar'
version='1.0.0.v20101015-0944-Beta2'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type'
name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature'
name='org.jboss.tools.deltacloud.test.feature'
version='1.0.0.v20101015-0944-Beta2'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature'
id='org.jboss.tools.deltacloud.test.feature'
version='1.0.0.v20101015-0944-Beta2'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license
uri='http://www.example.com/license'
url='http://www.example.com/license'>
+ [Enter License Description here.]
+ </license>
+ </licenses>
+ <copyright
uri='http://www.example.com/copyright'
url='http://www.example.com/copyright'>
+ [Enter Copyright Description here.]
+ </copyright>
+ </unit>
+</units>
Property changes on: trunk/deltacloud/features/target/p2content.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain