Author: nickboldt
Date: 2009-11-09 14:31:33 -0500 (Mon, 09 Nov 2009)
New Revision: 18512
Added:
trunk/common/features/org.jboss.tools.common.all.feature/
trunk/common/features/org.jboss.tools.common.all.feature/.project
trunk/common/features/org.jboss.tools.common.all.feature/build.properties
trunk/common/features/org.jboss.tools.common.all.feature/feature.properties
trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
trunk/common/features/org.jboss.tools.common.all.feature/license.html
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/
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/
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/
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.tests.feature/
trunk/common/features/org.jboss.tools.common.all.tests.feature/.cvsignore
trunk/common/features/org.jboss.tools.common.all.tests.feature/.project
trunk/common/features/org.jboss.tools.common.all.tests.feature/build.properties
trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.properties
trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
trunk/common/features/org.jboss.tools.common.all.tests.feature/license.html
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.ini
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.mappings
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.properties
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/build.properties
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/plugin.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-5172 new common.all, common.all.sdk, and
common.all.tests features
Added: trunk/common/features/org.jboss.tools.common.all.feature/.project
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/.project
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.feature/.project 2009-11-09 19:31:33
UTC (rev 18512)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.common.all.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/common/features/org.jboss.tools.common.all.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/build.properties
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.feature/build.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/feature.properties
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.feature/feature.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,25 @@
+featureName=JBoss Tools Commons
+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
+
+# "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 ##########################################
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.feature/feature.xml 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.common.all.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>
+
+ <includes
+ id="org.jboss.tools.common.core.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.common.feature"
+ version="0.0.0"/>
+
+ <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"/>
+
+ <plugin
+ id="org.jboss.tools.common.resref.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.common.resref.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+
+</feature>
Property changes on: trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.feature/license.html
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/license.html
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.feature/license.html 2009-11-09
19:31:33 UTC (rev 18512)
@@ -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/common/features/org.jboss.tools.common.all.feature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2009 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
+
+
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,26 @@
+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
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html 2009-11-09
19:31:33 UTC (rev 18512)
@@ -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/common/features/org.jboss.tools.common.all.feature/sourceTemplateFeature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,29 @@
+# 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
+
+
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.mappings 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,6 @@
+# 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
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,7 @@
+blurb=JBoss Tools Commons Source\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright 2009 JBoss by Red Hat, and others. Initial contribution by Jeff Mesnil,
http://jmesnil.net. All rights reserved.\n\
+Visit
http://www.jboss.org/tools
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,3 @@
+pluginName = JBoss Tools Commons Source
+providerName = JBoss by Red Hat
+
Property changes on:
trunk/common/features/org.jboss.tools.common.all.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,17 @@
+<?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>
Property changes on:
trunk/common/features/org.jboss.tools.common.all.sdk.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,4 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
+generate.feature(a)org.jboss.tools.common.all.source.feature=org.jboss.tools.common.all.feature
Property changes on:
trunk/common/features/org.jboss.tools.common.all.sdk.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,25 @@
+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 ##########################################
Property changes on:
trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,39 @@
+<?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 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>
+
+ <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"/>
+
+ <includes
+ id="org.jboss.tools.common.all.tests.feature"
+ version="0.0.0"/>
+
+</feature>
Property changes on:
trunk/common/features/org.jboss.tools.common.all.sdk.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.sdk.feature/license.html 2009-11-09
19:31:33 UTC (rev 18512)
@@ -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/common/features/org.jboss.tools.common.all.sdk.feature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.tests.feature/.cvsignore
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/.cvsignore
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/.cvsignore 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1 @@
+build.xml
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/.cvsignore
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.tests.feature/.project
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/.project
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/.project 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.common.all.tests.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/common/features/org.jboss.tools.common.all.tests.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.tests.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/build.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/build.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,11 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
+generate.plugin(a)org.jboss.tools.common.el.core.test.source=org.jboss.tools.common.el.core.test
+generate.plugin(a)org.jboss.tools.common.model.test.source=org.jboss.tools.common.model.test
+generate.plugin(a)org.jboss.tools.common.model.ui.test.source=org.jboss.tools.common.model.ui.test
+generate.plugin(a)org.jboss.tools.common.test.source=org.jboss.tools.common.test
+generate.plugin(a)org.jboss.tools.common.text.ext.test.source=org.jboss.tools.common.text.ext.test
+generate.plugin(a)org.jboss.tools.common.verification.test.source=org.jboss.tools.common.verification.test
+generate.plugin(a)org.jboss.tools.common.verification.ui.test.source=org.jboss.tools.common.verification.ui.test
+
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,26 @@
+featureName=JBoss Tools Commons Tests
+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
+
+# "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/common/features/org.jboss.tools.common.all.tests.feature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.common.all.tests.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%featureProvider"
+ image="eclipse_update_120.jpg">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable/"/>
+ </url>
+
+ <requires>
+ <import plugin="org.junit" version="3.8.1"
match="compatible"/>
+ <import plugin="org.eclipse.core.runtime" version="3.3.0"
match="compatible"/>
+ <import plugin="org.eclipse.core.resources" version="3.3.0"
match="compatible"/>
+ <import plugin="org.eclipse.ant.core" version="3.1.100"
match="compatible"/>
+ <import plugin="org.eclipse.core.resources" version="3.2.0"
match="compatible"/>
+ <import plugin="org.eclipse.core.runtime" version="3.2.0"
match="compatible"/>
+ <import plugin="org.eclipse.debug.core" version="3.2.0"
match="compatible"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.ant.optional.junit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.test"
+ 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.el.core.test.source"
+ 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.test.source"
+ 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.model.ui.test.source"
+ 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.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.common.text.ext.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.common.text.ext.test.source"
+ 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.test.source"
+ 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.common.verification.ui.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.all.tests.feature/license.html
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/license.html
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/license.html 2009-11-09
19:31:33 UTC (rev 18512)
@@ -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/common/features/org.jboss.tools.common.all.tests.feature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.ini
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.ini
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.ini 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,29 @@
+# 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
+
+
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.mappings
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.mappings
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.mappings 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,6 @@
+# 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
Added:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,7 @@
+blurb=JBoss Tools Commons Tests Source\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright 2009 JBoss by Red Hat, and others. Initial contribution by Jeff Mesnil,
http://jmesnil.net All rights reserved.\n\
+Visit
http://www.jboss.org/tools
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/build.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/build.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/build.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/plugin.properties
===================================================================
---
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/plugin.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/plugin.properties 2009-11-09
19:31:33 UTC (rev 18512)
@@ -0,0 +1,3 @@
+pluginName = JBoss Tools Commons Tests Source
+providerName = JBoss by Red Hat
+
Property changes on:
trunk/common/features/org.jboss.tools.common.all.tests.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain