[jbosstools-commits] JBoss Tools SVN: r39831 - in trunk/openshift/features: org.jboss.tools.openshift.egit.integration.test.feature and 1 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Mar 26 11:38:33 EDT 2012
Author: adietish
Date: 2012-03-26 11:38:33 -0400 (Mon, 26 Mar 2012)
New Revision: 39831
Added:
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/.project
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/build.properties
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.properties
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/license.html
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/sourceTemplateFeature/
trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/sourceTemplateFeature/.gitkeep
Log:
[JBIDE-11407] created org.jboss.tools.openshift.egit.integration.test.feature, added egit utils tests to it and removed them from org.jboss.tools.openshift.express.test.feature
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/.project
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/.project (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/.project 2012-03-26 15:38:33 UTC (rev 39831)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.openshift.express.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/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/.project
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/build.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/build.properties (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/build.properties 2012-03-26 15:38:33 UTC (rev 39831)
@@ -0,0 +1,9 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ build.properties,\
+ license.html
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html,\
+ pom.xml
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.properties (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.properties 2012-03-26 15:38:33 UTC (rev 39831)
@@ -0,0 +1,51 @@
+###############################################################################
+# Copyright (c) 2010-2012 Red Hat, Inc. 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=JBoss OpenShift Express EGit Utils Test
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "description" property - description of the feature
+description=Tests for EGit utils that deal with OpenShift Express git operations.
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2012 Red Hat, Inc. 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 ##########################################
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml 2012-03-26 15:38:33 UTC (rev 39831)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.openshift.egit.integration.test.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%providerName">
+
+ <description url="%descriptionURL">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin id="org.jboss.tools.openshift.egit.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/license.html
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/license.html (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/license.html 2012-03-26 15:38:33 UTC (rev 39831)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>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.
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/license.html
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml 2012-03-26 15:38:33 UTC (rev 39831)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.openshift</groupId>
+ <artifactId>features</artifactId>
+ <version>2.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.openshift.features</groupId>
+ <artifactId>org.jboss.tools.openshift.egit.integration.test.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tychoExtrasVersion}</version>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/sourceTemplateFeature/.gitkeep
===================================================================
More information about the jbosstools-commits
mailing list