[jbosstools-commits] JBoss Tools SVN: r35489 - in trunk/common: features/org.jboss.tools.common.all.feature and 9 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Oct 7 18:21:50 EDT 2011


Author: nickboldt
Date: 2011-10-07 18:21:50 -0400 (Fri, 07 Oct 2011)
New Revision: 35489

Added:
   trunk/common/features/org.jboss.tools.common.all.source.feature/
   trunk/common/features/org.jboss.tools.common.all.source.feature/.project
   trunk/common/features/org.jboss.tools.common.all.source.feature/build.properties
   trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties
   trunk/common/features/org.jboss.tools.common.all.source.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.all.source.feature/license.html
   trunk/common/features/org.jboss.tools.common.all.source.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/.project
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/build.properties
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/license.html
   trunk/common/features/org.jboss.tools.common.all.test.source.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/.project
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/build.properties
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/license.html
   trunk/common/features/org.jboss.tools.common.jdt.source.feature/pom.xml
Removed:
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties
   trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties
   trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project
   trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties
   trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties
   trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html
   trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.ini
   trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.mappings
   trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.properties
   trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/build.properties
   trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/plugin.properties
Modified:
   trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.all.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.all.test.feature/build.properties
   trunk/common/features/org.jboss.tools.common.all.test.feature/feature.xml
   trunk/common/features/pom.xml
   trunk/common/site/site.xml
Log:
JBIDE-8838 add source plugins/features to common component

Modified: trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/feature.xml	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/feature.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -21,6 +21,7 @@
 	<includes id="org.jboss.tools.common.text.ext.feature" version="0.0.0" />
 	<includes id="org.jboss.tools.common.ui.feature" version="0.0.0" />
 	<includes id="org.jboss.tools.common.verification.feature" version="0.0.0" />
+
 	<plugin id="org.jboss.tools.common.el.core" download-size="0" install-size="0" version="0.0.0" />
 	<plugin id="org.jboss.tools.common.el.ui" download-size="0" install-size="0" version="0.0.0" />
 	<plugin id="org.jboss.tools.common.meta.ui" download-size="0" install-size="0" version="0.0.0" />

Modified: trunk/common/features/org.jboss.tools.common.all.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/pom.xml	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/pom.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -8,6 +8,5 @@
 	</parent>
 	<groupId>org.jboss.tools.common.features</groupId>
 	<artifactId>org.jboss.tools.common.all.feature</artifactId> 
-	
 	<packaging>eclipse-feature</packaging>
 </project>

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,15 +0,0 @@
-###############################################################################
-# Copyright (c) 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:
-#     Red Hat - initial API and implementation
-###############################################################################
-
-bin.includes = feature.*,\
-               license.html
-
-

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,26 +0,0 @@
-featureName=JBoss Tools Commons Source
-featureProvider=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
- 
-# "description" property - description of the feature
-description=Sources for Common functionality on which other plugins and features depend
-
-# "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

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,14 +0,0 @@
-<!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

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,29 +0,0 @@
-# about.ini
-# contains information about a feature
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# "%key" are externalized strings defined in about.properties
-# This file does not need to be translated.
-
-# Property "aboutText" contains blurb for "About" dialog (translated)
-aboutText=%blurb
-
-# Property "windowImage" contains path to window icon (16x16)
-# needed for primary features only
-
-# Property "featureImage" contains path to feature image (32x32)
-#featureImage=eclipse32.png
-
-# Property "aboutImage" contains path to product image (500x330 or 115x164)
-# needed for primary features only
-
-# Property "appName" contains name of the application (translated)
-# needed for primary features only
-
-# Property "welcomePage" contains path to welcome page (special XML-based format)
-# optional
-
-# Property "welcomePerspective" contains the id of the perspective in which the
-# welcome page is to be opened.
-# optional
-
-

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,6 +0,0 @@
-# about.mappings
-# contains fill-ins for about.properties
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file does not need to be translated.
-
-0=@build@
\ No newline at end of file

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,7 +0,0 @@
-blurb=JBoss Tools Commons Source\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright 2010 JBoss by Red Hat, and others. Initial contribution by Jeff Mesnil, http://jmesnil.net. All rights reserved.\n\
-Visit http://www.jboss.org/tools

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,5 +0,0 @@
-bin.includes = plugin.*,\
-               about.*,\
-               src/,\
-               META-INF/
-sourcePlugin = true

Deleted: trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,3 +0,0 @@
-pluginName = JBoss Tools Commons Source
-providerName = JBoss by Red Hat
-

Deleted: trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.jboss.tools.common.all.sdk.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>

Deleted: trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
-               feature.properties,\
-               license.html
-generate.feature at org.jboss.tools.common.all.source.feature=org.jboss.tools.common.all.feature

Deleted: trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,25 +0,0 @@
-featureName=JBoss Tools Commons SDK
-featureProvider=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-# "description" property - description of the feature
-description=Common functionality on which other plugins and features depend. Includes sources
-
-# "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 ##########################################

Deleted: trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.jboss.tools.common.all.sdk.feature"
-      label="%featureName"
-      version="1.0.0.qualifier"
-      provider-name="%featureProvider">
-
-   <description>
-      %description
-   </description>
-
-   <copyright>
-      JBoss, Home of Professional Open Source
-Copyright (c) 2006-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>
-
-   <includes
-         id="org.jboss.tools.common.all.feature"
-         version="0.0.0"/>
-
-   <includes
-         id="org.jboss.tools.common.all.source.feature"
-         version="0.0.0"/>
-
-</feature>

Deleted: trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,14 +0,0 @@
-<!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

Copied: trunk/common/features/org.jboss.tools.common.all.source.feature/.project (from rev 35488, trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/.project	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/.project	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.common.all.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/common/features/org.jboss.tools.common.all.source.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/build.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html

Copied: trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties (from rev 35488, trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/feature.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,44 @@
+###############################################################################
+# 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 Commons source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Common functionality on which other plugins and features depend
+
+copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+
+# "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/common/features/org.jboss.tools.common.all.source.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/feature.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/feature.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.common.all.source.feature" label="%featureName" version="3.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.common.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.projecttemplates.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.el.core.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.el.ui.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.validation.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.resref.core.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.resref.ui.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.text.ext.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.text.xml.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.gef.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.ui.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.ui.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.ui.capabilities.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.verification.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.verification.ui.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.meta.ui.source" download-size="0" install-size="0" version="0.0.0" />
+</feature>

Copied: trunk/common/features/org.jboss.tools.common.all.source.feature/license.html (from rev 35488, trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/license.html	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/license.html	2011-10-07 22:21:50 UTC (rev 35489)
@@ -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

Copied: trunk/common/features/org.jboss.tools.common.all.source.feature/pom.xml (from rev 35488, trunk/common/features/org.jboss.tools.common.all.feature/pom.xml)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.source.feature/pom.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.source.feature/pom.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -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.common</groupId>
+		<artifactId>features</artifactId>
+		<version>3.3.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.common.features</groupId>
+	<artifactId>org.jboss.tools.common.all.source.feature</artifactId> 
+	<packaging>eclipse-feature</packaging>
+</project>

Modified: trunk/common/features/org.jboss.tools.common.all.test.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/build.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,11 +1,3 @@
 bin.includes = feature.xml,\
                feature.properties,\
                license.html
-generate.plugin at org.jboss.tools.common.el.core.test.source=org.jboss.tools.common.el.core.test
-generate.plugin at org.jboss.tools.common.model.test.source=org.jboss.tools.common.model.test
-generate.plugin at org.jboss.tools.common.model.ui.test.source=org.jboss.tools.common.model.ui.test
-generate.plugin at org.jboss.tools.common.test.source=org.jboss.tools.common.test
-generate.plugin at org.jboss.tools.common.text.ext.test.source=org.jboss.tools.common.text.ext.test
-generate.plugin at org.jboss.tools.common.verification.test.source=org.jboss.tools.common.verification.test
-generate.plugin at org.jboss.tools.common.verification.ui.test.source=org.jboss.tools.common.verification.ui.test
-

Modified: trunk/common/features/org.jboss.tools.common.all.test.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/feature.xml	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/feature.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,85 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.jboss.tools.common.all.test.feature"
-      label="%featureName"
-      version="3.3.0.qualifier"
-      provider-name="%featureProvider"
-      image="eclipse_update_120.jpg">
+<feature id="org.jboss.tools.common.all.test.feature" label="%featureName" version="3.3.0.qualifier" provider-name="%featureProvider" image="eclipse_update_120.jpg">
 
-   <description>
+	<description>
       %description
    </description>
 
-   <copyright>
+	<copyright>
       %copyright
    </copyright>
 
-   <license url="%licenseURL">
+	<license url="%licenseURL">
       %license
    </license>
 
-   <requires>
-      <import plugin="org.junit" version="3.8.1" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime" version="3.3.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="3.3.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ant.core" version="3.1.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="3.2.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.debug.core" version="3.2.0" match="greaterOrEqual"/>
-   </requires>
+	<requires>
+		<import plugin="org.junit" version="3.8.1" match="greaterOrEqual" />
+		<import plugin="org.eclipse.core.runtime" version="3.3.0" match="greaterOrEqual" />
+		<import plugin="org.eclipse.core.resources" version="3.3.0" match="greaterOrEqual" />
+		<import plugin="org.eclipse.ant.core" version="3.1.100" match="greaterOrEqual" />
+		<import plugin="org.eclipse.core.resources" version="3.2.0" match="greaterOrEqual" />
+		<import plugin="org.eclipse.core.runtime" version="3.2.0" match="greaterOrEqual" />
+		<import plugin="org.eclipse.debug.core" version="3.2.0" match="greaterOrEqual" />
+	</requires>
 
-   <plugin
-         id="org.jboss.tools.tests"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.el.core.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.model.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.model.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.base.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.validation.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.verification.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.jboss.tools.common.verification.ui.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
+	<plugin id="org.jboss.tools.tests" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.el.core.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.ui.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.base.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.validation.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.verification.test" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.verification.ui.test" download-size="0" install-size="0" version="0.0.0" />
 </feature>

Deleted: trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.ini	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.ini	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,29 +0,0 @@
-# about.ini
-# contains information about a feature
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# "%key" are externalized strings defined in about.properties
-# This file does not need to be translated.
-
-# Property "aboutText" contains blurb for "About" dialog (translated)
-aboutText=%blurb
-
-# Property "windowImage" contains path to window icon (16x16)
-# needed for primary features only
-
-# Property "featureImage" contains path to feature image (32x32)
-#featureImage=eclipse32.png
-
-# Property "aboutImage" contains path to product image (500x330 or 115x164)
-# needed for primary features only
-
-# Property "appName" contains name of the application (translated)
-# needed for primary features only
-
-# Property "welcomePage" contains path to welcome page (special XML-based format)
-# optional
-
-# Property "welcomePerspective" contains the id of the perspective in which the
-# welcome page is to be opened.
-# optional
-
-

Deleted: trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.mappings	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.mappings	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,6 +0,0 @@
-# about.mappings
-# contains fill-ins for about.properties
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file does not need to be translated.
-
-0=@build@
\ No newline at end of file

Deleted: trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/about.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,7 +0,0 @@
-blurb=JBoss Tools Commons Tests Source\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright 2010 JBoss by Red Hat, and others. Initial contribution by Jeff Mesnil, http://jmesnil.net All rights reserved.\n\
-Visit http://www.jboss.org/tools

Deleted: trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/build.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,5 +0,0 @@
-bin.includes = plugin.*,\
-               about.*,\
-               src/,\
-               META-INF/
-sourcePlugin = true

Deleted: trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/plugin.properties	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/sourceTemplatePlugin/plugin.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -1,3 +0,0 @@
-pluginName = JBoss Tools Commons Tests Source
-providerName = JBoss by Red Hat
-

Copied: trunk/common/features/org.jboss.tools.common.all.test.source.feature/.project (from rev 35488, trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/.project	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/.project	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.common.all.test.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/common/features/org.jboss.tools.common.all.test.source.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/build.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html

Added: trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,47 @@
+###############################################################################
+# 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 - Tests - Commons source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Tests for Common functionality on which other plugins and features depend
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+by the @authors tag, 2006-2011. See the copyright.txt in the distribution\n\
+for a full listing of individual contributors.
+
+# "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/common/features/org.jboss.tools.common.all.test.source.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/feature.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.common.all.test.source.feature" label="%featureName" version="3.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.tests.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.el.core.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.model.ui.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.base.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.validation.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.verification.test.source" download-size="0" install-size="0" version="0.0.0" />
+	<plugin id="org.jboss.tools.common.verification.ui.test.source" download-size="0" install-size="0" version="0.0.0" />
+</feature>

Copied: trunk/common/features/org.jboss.tools.common.all.test.source.feature/license.html (from rev 35488, trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/license.html	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/license.html	2011-10-07 22:21:50 UTC (rev 35489)
@@ -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

Copied: trunk/common/features/org.jboss.tools.common.all.test.source.feature/pom.xml (from rev 35488, trunk/common/features/org.jboss.tools.common.all.feature/pom.xml)
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.source.feature/pom.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.test.source.feature/pom.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -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.common</groupId>
+		<artifactId>features</artifactId>
+		<version>3.3.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.common.features</groupId>
+	<artifactId>org.jboss.tools.common.all.test.source.feature</artifactId> 
+	<packaging>eclipse-feature</packaging>
+</project>

Copied: trunk/common/features/org.jboss.tools.common.jdt.source.feature/.project (from rev 35488, trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project)
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/.project	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/.project	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.common.jdt.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/common/features/org.jboss.tools.common.jdt.source.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/build.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/build.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html

Added: trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.properties	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,48 @@
+###############################################################################
+# Copyright (c) 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 JDT Extensions source 
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Extensions for Eclipse JDT tooling, provides features such as easily connecting the debugger to remote Java application.
+gets incrementally updated allowing for fluent deployment for any type of Eclipse project.
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated\n\
+by the @authors tag, 2011. See the copyright.txt in the distribution\n\
+for a full listing of individual contributors.
+
+# "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/common/features/org.jboss.tools.common.jdt.source.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/feature.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.common.jdt.source.feature" label="%featureName" version="3.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.common.jdt.debug.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+	<plugin id="org.jboss.tools.common.jdt.debug.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+	<plugin id="org.jboss.tools.common.jdt.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+	<plugin id="org.jboss.tools.common.jdt.ui.source" download-size="0" install-size="0" version="0.0.0" unpack="false" />
+</feature>

Copied: trunk/common/features/org.jboss.tools.common.jdt.source.feature/license.html (from rev 35488, trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html)
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/license.html	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/license.html	2011-10-07 22:21:50 UTC (rev 35489)
@@ -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

Copied: trunk/common/features/org.jboss.tools.common.jdt.source.feature/pom.xml (from rev 35488, trunk/common/features/org.jboss.tools.common.all.feature/pom.xml)
===================================================================
--- trunk/common/features/org.jboss.tools.common.jdt.source.feature/pom.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.common.jdt.source.feature/pom.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -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.common</groupId>
+		<artifactId>features</artifactId>
+		<version>3.3.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.common.features</groupId>
+	<artifactId>org.jboss.tools.common.jdt.source.feature</artifactId> 
+	<packaging>eclipse-feature</packaging>
+</project>

Modified: trunk/common/features/pom.xml
===================================================================
--- trunk/common/features/pom.xml	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/features/pom.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -13,13 +13,16 @@
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.common.all.feature</module>
+		<module>org.jboss.tools.common.all.source.feature</module>
 		<module>org.jboss.tools.common.all.test.feature</module>
+		<module>org.jboss.tools.common.all.test.source.feature</module>
 		<module>org.jboss.tools.common.core.feature</module>
 		<module>org.jboss.tools.common.feature</module>
 		<module>org.jboss.tools.common.text.ext.feature</module>
 		<module>org.jboss.tools.common.ui.feature</module>
 		<module>org.jboss.tools.common.verification.feature</module>
 		<module>org.jboss.tools.common.jdt.feature</module>
+		<module>org.jboss.tools.common.jdt.source.feature</module>
 	</modules>
 </project>
 	

Modified: trunk/common/site/site.xml
===================================================================
--- trunk/common/site/site.xml	2011-10-07 22:21:25 UTC (rev 35488)
+++ trunk/common/site/site.xml	2011-10-07 22:21:50 UTC (rev 35489)
@@ -8,6 +8,10 @@
 	<feature url="features/org.jboss.tools.common.all.feature_0.0.0.jar" id="org.jboss.tools.common.all.feature" version="0.0.0">
 		<category name="JBoss Tools common Nightly Build Update Site"/>
 	</feature>
+	<feature url="features/org.jboss.tools.common.all.source.feature_0.0.0.jar" id="org.jboss.tools.common.all.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+
 	<feature url="features/org.jboss.tools.common.core.feature_0.0.0.jar" id="org.jboss.tools.common.core.feature" version="0.0.0">
 		<category name="JBoss Tools common Nightly Build Update Site"/>
 	</feature>
@@ -23,13 +27,19 @@
 	<feature url="features/org.jboss.tools.common.verification.feature_0.0.0.jar" id="org.jboss.tools.common.verification.feature" version="0.0.0">
 		<category name="JBoss Tools common Nightly Build Update Site"/>
 	</feature>
+
 	<feature url="features/org.jboss.tools.common.jdt.feature_0.0.0.jar" id="org.jboss.tools.common.jdt.feature" version="0.0.0">
 		<category name="JBoss Tools common Nightly Build Update Site"/>
 	</feature>
+	<feature url="features/org.jboss.tools.common.jdt.source.feature_0.0.0.jar" id="org.jboss.tools.common.jdt.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
 
-	<!-- add tests plugins since downstream projects like ESB depend on them -->
 	<feature url="features/org.jboss.tools.common.all.test.feature_0.0.0.jar" id="org.jboss.tools.common.all.test.feature" version="0.0.0">
 		<category name="JBoss Tools common Nightly Build Update Site"/>
 	</feature>
+	<feature url="features/org.jboss.tools.common.all.test.source.feature_0.0.0.jar" id="org.jboss.tools.common.all.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
 
 </site>



More information about the jbosstools-commits mailing list