[jbosstools-commits] JBoss Tools SVN: r35943 - in trunk/openshift/features: org.jboss.tools.openshift.egit.integration.feature and 3 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 24 11:26:55 EDT 2011


Author: rob.stryker at jboss.com
Date: 2011-10-24 11:26:54 -0400 (Mon, 24 Oct 2011)
New Revision: 35943

Added:
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/.project
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/build.properties
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.properties
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/license.html
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/.project
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/build.properties
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.properties
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.xml
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/license.html
   trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/pom.xml
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/.project
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/build.properties
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.properties
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/license.html
   trunk/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/.project
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/build.properties
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.properties
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.xml
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/license.html
   trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/pom.xml
Log:
JBIDE-10013 - features missing

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/.project
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/.project	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/.project	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.openshift.egit.integration.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/openshift/features/org.jboss.tools.openshift.egit.integration.feature/build.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/build.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/build.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,8 @@
+bin.includes = feature.xml,\
+               license.html,\
+               feature.properties
+src.includes = .project,\
+               license.html,\
+               feature.properties,\
+               feature.xml,\
+               build.properties

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,31 @@
+###############################################################################
+# Copyright (c) 2010-2011 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 Tools EGit Integration (Experimental)
+
+# "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
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=Provides a layer of convenience methods for integration with the Git tooling of Eclipse (EGit)
+
+copyright=JBoss, Home of Professional Open Source\nCopyright (c) Red Hat, Inc., and individual contributors as indicated\nby the @authors tag, 2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.openshift.egit.integration.feature" label="%featureName" version="0.0.1.qualifier" provider-name="%providerName">
+
+	<description url="http://www.jboss.org/tools">
+      %description
+   </description>
+
+	<copyright>
+      %copyright
+   </copyright>
+
+	<license url="license.html">
+     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.
+   </license>
+
+	<plugin id="org.jboss.tools.openshift.egit.core" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+	<plugin id="org.jboss.tools.openshift.egit.ui" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/license.html
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/license.html	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/license.html	2011-10-24 15:26:54 UTC (rev 35943)
@@ -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.feature/license.html
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,13 @@
+<?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>1.0.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.openshift.features</groupId>
+	<artifactId>org.jboss.tools.openshift.egit.integration.feature</artifactId> 
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>eclipse-feature</packaging>
+</project>

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/.project
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/.project	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/.project	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.openshift.egit.integration.source.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/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/build.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/build.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/build.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,42 @@
+###############################################################################
+# Copyright (c) 2010-2011 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 Tools EGit Integration (Experimental) source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Provides a layer of convenience methods for integration with the Git tooling of Eclipse (EGit)
+
+# "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.source.feature/feature.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/feature.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.jboss.tools.openshift.egit.integration.source.feature"
+      label="%featureName"
+      version="0.0.1.qualifier"
+      provider-name="%featureProvider">
+
+   <description>
+      %description
+   </description>
+
+   <copyright>
+      JBoss, Home of Professional Open Source
+Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
+by the @authors tag. See the copyright.txt in the distribution
+for a full listing of individual contributors.
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <plugin id="org.jboss.tools.openshift.egit.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+   <plugin id="org.jboss.tools.openshift.egit.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+</feature>

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/license.html
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/license.html	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/license.html	2011-10-24 15:26:54 UTC (rev 35943)
@@ -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

Added: trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/pom.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/pom.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.egit.integration.source.feature/pom.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,13 @@
+<?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>1.0.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.openshift.features</groupId>
+	<artifactId>org.jboss.tools.openshift.egit.integration.source.feature</artifactId> 
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>eclipse-feature</packaging>
+</project>

Added: trunk/openshift/features/org.jboss.tools.openshift.express.feature/.project
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.feature/.project	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.feature/.project	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.openshift.express.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.express.feature/.project
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/openshift/features/org.jboss.tools.openshift.express.feature/build.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.feature/build.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.feature/build.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,8 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html
+src.includes = license.html,\
+               feature.xml,\
+               feature.properties,\
+               build.properties,\
+               .project


Property changes on: trunk/openshift/features/org.jboss.tools.openshift.express.feature/build.properties
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,36 @@
+###############################################################################
+# Copyright (c) 2010-2011 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 Tools
+
+# "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
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=Provides Tooling to deal with OpenShift Express. It will allow you to sign into your OpenShift Express account, create a domain and manage applications. It will furthermore allow you to setup an Eclipse WTP server adapter that would be able to publish projects to the OpenShift Express PaaS platform..
+
+copyright=Copyright (c) 2011 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\nContributors\:\n\
+JBoss by Red Hat - Initial implementation.

Added: trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.openshift.express.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%providerName" plugin="org.jboss.tools.openshift.express.ui">
+
+	<description url="http://www.jboss.org/tools">
+      %description
+   </description>
+
+	<copyright>
+      %copyright
+   </copyright>
+
+	<license url="license.html">
+      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.
+   </license>
+
+	<plugin id="org.jboss.tools.openshift.express.ui" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+	<plugin id="org.jboss.tools.openshift.express.client" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>


Property changes on: trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/openshift/features/org.jboss.tools.openshift.express.feature/license.html
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.feature/license.html	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.feature/license.html	2011-10-24 15:26:54 UTC (rev 35943)
@@ -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.express.feature/license.html
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,12 @@
+<?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>1.0.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.openshift.features</groupId>
+	<artifactId>org.jboss.tools.openshift.express.feature</artifactId> 
+	<packaging>eclipse-feature</packaging>
+</project>

Added: trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/.project
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/.project	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/.project	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.openshift.express.source.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/openshift/features/org.jboss.tools.openshift.express.source.feature/build.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/build.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/build.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html

Added: trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.properties
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.properties	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.properties	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,42 @@
+###############################################################################
+# Copyright (c) 2010-2011 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 Tools source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Provides Tooling to deal with Openshift Express. It will allow you to sign into your Openshift Express account, create a domain and manage applications. It will furthermore allow you to setup an Eclipse WTP server adapter that would be able to publish projects to the Openshift Express PaaS platform..
+
+# "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.express.source.feature/feature.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/feature.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.openshift.express.source.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%featureProvider">
+
+	<description>
+      %description
+   </description>
+
+	<copyright>
+      JBoss, Home of Professional Open Source
+Copyright (c) 2011 Red Hat, Inc., and individual contributors as indicated
+by the @authors tag. See the copyright.txt in the distribution
+for a full listing of individual contributors.
+   </copyright>
+
+	<license url="%licenseURL">
+      %license
+   </license>
+
+	<plugin id="org.jboss.tools.openshift.express.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+	<plugin id="org.jboss.tools.openshift.express.client.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>

Added: trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/license.html
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/license.html	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/license.html	2011-10-24 15:26:54 UTC (rev 35943)
@@ -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

Added: trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/pom.xml
===================================================================
--- trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/pom.xml	                        (rev 0)
+++ trunk/openshift/features/org.jboss.tools.openshift.express.source.feature/pom.xml	2011-10-24 15:26:54 UTC (rev 35943)
@@ -0,0 +1,12 @@
+<?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>1.0.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.openshift.features</groupId>
+	<artifactId>org.jboss.tools.openshift.express.source.feature</artifactId> 
+	<packaging>eclipse-feature</packaging>
+</project>



More information about the jbosstools-commits mailing list