[jbosstools-commits] JBoss Tools SVN: r41374 - cdi/features/org.jboss.tools.cdi.deltaspike.feature.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 24 15:18:55 EDT 2012


Author: akazakov
Date: 2012-05-24 15:18:55 -0400 (Thu, 24 May 2012)
New Revision: 41374

Added:
   cdi/features/org.jboss.tools.cdi.deltaspike.feature/.project
   cdi/features/org.jboss.tools.cdi.deltaspike.feature/build.properties
   cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.properties
   cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml
   cdi/features/org.jboss.tools.cdi.deltaspike.feature/license.html
   cdi/features/org.jboss.tools.cdi.deltaspike.feature/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-11552 Share project "org.jboss.tools.cdi.deltaspike.feature" into "https://svn.jboss.org/repos/jbosstools"

Added: cdi/features/org.jboss.tools.cdi.deltaspike.feature/.project
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.feature/.project	                        (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.feature/.project	2012-05-24 19:18:55 UTC (rev 41374)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.cdi.deltaspike.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: cdi/features/org.jboss.tools.cdi.deltaspike.feature/.project
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: cdi/features/org.jboss.tools.cdi.deltaspike.feature/build.properties
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.feature/build.properties	                        (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.feature/build.properties	2012-05-24 19:18:55 UTC (rev 41374)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+	feature.properties,\
+	license.html


Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.feature/build.properties
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.properties
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.properties	                        (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.properties	2012-05-24 19:18:55 UTC (rev 41374)
@@ -0,0 +1,29 @@
+featureName=Apache Deltaspike Tools
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Apache Deltasipke Tools provides tooling for the CDI components released as part of Deltaspike modules.
+
+# "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.
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright (c) 2006-2012 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.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################


Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml	                        (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml	2012-05-24 19:18:55 UTC (rev 41374)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.cdi.deltaspike.feature" label="%featureName" version="1.2.0.qualifier" provider-name="%featureProvider">
+
+	<description>
+      %description
+   </description>
+
+	<copyright>
+      %copyright
+   </copyright>
+
+	<license url="%licenseURL">
+      %license
+   </license>
+
+	<requires>
+		<import feature="org.jboss.tools.cdi.feature" version="1.2.0" match="greaterOrEqual"/>
+		<import feature="org.jboss.tools.common.feature" version="3.3.0" match="greaterOrEqual" />
+		<import feature="org.jboss.tools.jst.feature" version="3.3.0" match="greaterOrEqual" />
+	</requires>
+
+	<plugin id="org.jboss.tools.cdi.deltaspike.core" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>


Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: cdi/features/org.jboss.tools.cdi.deltaspike.feature/license.html
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.feature/license.html	                        (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.feature/license.html	2012-05-24 19:18:55 UTC (rev 41374)
@@ -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: cdi/features/org.jboss.tools.cdi.deltaspike.feature/license.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: cdi/features/org.jboss.tools.cdi.deltaspike.feature/pom.xml
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.feature/pom.xml	                        (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.feature/pom.xml	2012-05-24 19:18:55 UTC (rev 41374)
@@ -0,0 +1,46 @@
+<?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.cdi</groupId>
+		<artifactId>features</artifactId>
+		<version>1.2.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.cdi.features</groupId>
+	<artifactId>org.jboss.tools.cdi.deltaspike.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>


Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.feature/pom.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list