Author: dgolovin
Date: 2009-09-26 18:20:08 -0400 (Sat, 26 Sep 2009)
New Revision: 17772
Added:
trunk/cdi/features/org.jboss.tools.cdi.feature/.project
trunk/cdi/features/org.jboss.tools.cdi.feature/build.properties
trunk/cdi/features/org.jboss.tools.cdi.feature/feature.properties
trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
trunk/cdi/features/org.jboss.tools.cdi.feature/license.html
trunk/cdi/plugins/org.jboss.tools.cdi.core/about.html
trunk/cdi/plugins/org.jboss.tools.cdi.ui/about.html
Log:
CDI RT Feature was added to repository
Added: trunk/cdi/features/org.jboss.tools.cdi.feature/.project
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/.project (rev
0)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/.project 2009-09-26 22:20:08 UTC (rev
17772)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.cdi.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/cdi/features/org.jboss.tools.cdi.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/features/org.jboss.tools.cdi.feature/build.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/build.properties
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/build.properties 2009-09-26 22:20:08
UTC (rev 17772)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on: trunk/cdi/features/org.jboss.tools.cdi.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/features/org.jboss.tools.cdi.feature/feature.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/feature.properties
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/feature.properties 2009-09-26 22:20:08
UTC (rev 17772)
@@ -0,0 +1,25 @@
+featureName=Context and Dependency Injection Tools
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Context and Dependency Injection Tools
+
+# "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 ##########################################
\ No newline at end of file
Property changes on: trunk/cdi/features/org.jboss.tools.cdi.feature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml 2009-09-26 22:20:08 UTC
(rev 17772)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.cdi.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ JBoss, Home of Professional Open Source
+Copyright 2006-2009, JBoss by Red Hat, 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>
+
+ <url>
+ <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable/"/>
+ </url>
+
+ <plugin
+ id="org.jboss.tools.cdi.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.cdi.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/features/org.jboss.tools.cdi.feature/license.html
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/license.html
(rev 0)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/license.html 2009-09-26 22:20:08 UTC
(rev 17772)
@@ -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/cdi/features/org.jboss.tools.cdi.feature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/plugins/org.jboss.tools.cdi.core/about.html
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/about.html (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/about.html 2009-09-26 22:20:08 UTC (rev
17772)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this
plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A
href="http://www.eclipse.org/org/documents/epl-v10.php">http...;.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+ <A
href="http://www.jboss.org/tools">http://www.jboss.org/tools...
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.core/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/plugins/org.jboss.tools.cdi.ui/about.html
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/about.html (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/about.html 2009-09-26 22:20:08 UTC (rev
17772)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this
plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A
href="http://www.eclipse.org/org/documents/epl-v10.php">http...;.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+ <A
href="http://www.jboss.org/tools">http://www.jboss.org/tools...
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.ui/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain