Author: adietish
Date: 2010-10-15 12:17:45 -0400 (Fri, 15 Oct 2010)
New Revision: 25876
Added:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/.project
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/pom.xml
Log:
[JBIDE-7320] adding test feature
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/.project
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/.project
(rev 0)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/.project 2010-10-15
16:17:45 UTC (rev 25876)
@@ -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/org.jboss.tools.deltacloud.test.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
(rev 0)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties 2010-10-15
16:17:45 UTC (rev 25876)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
(rev 0)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2010-10-15
16:17:45 UTC (rev 25876)
@@ -0,0 +1,54 @@
+###############################################################################
+# Copyright (c) 2008-2010 JBoss by Red Hat and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+#
http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=TPTP Profile On JBoss Server
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=TPTP Profile On JBoss Server
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2010 JBoss by Red Hat and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+license=Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Property changes on:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
(rev 0)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2010-10-15
16:17:45 UTC (rev 25876)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.deltacloud.test.feature"
+ label="JBoss Tools Deltacloud Test 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>
+
+ <plugin
+ id="org.jboss.tools.deltacloud.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/pom.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/pom.xml
(rev 0)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/pom.xml 2010-10-15
16:17:45 UTC (rev 25876)
@@ -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>
+ <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>
Property changes on:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain