Author: dgolovin
Date: 2012-01-20 21:01:19 -0500 (Fri, 20 Jan 2012)
New Revision: 38015
Added:
trunk/tests/features/org.jboss.tools.test.feature/feature.properties
Modified:
trunk/tests/features/org.jboss.tools.test.feature/feature.xml
Log:
JBIDE-8997 CLONE - 2010 in the copyright headers should be replaced by 2011
externalized stings for tests feature
Added: trunk/tests/features/org.jboss.tools.test.feature/feature.properties
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.properties
(rev 0)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.properties 2012-01-21
02:01:19 UTC (rev 38015)
@@ -0,0 +1,55 @@
+###############################################################################
+# Copyright (c) 2008-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 Test Framework
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBoss Tools Test Update Site
+discoverySiteName=JBossTools Test Development Update Site
+
+# "description" property - description of the feature
+description=Test Tools provide basic support for tests
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2007-2011 Exadel, Inc and Red Hat, Inc.\n\
+Distributed under license by Red Hat, Inc. All rights reserved.\n\
+This program is made available under the terms of the\n\
+Eclipse Public License v1.0 which accompanies this distribution,\n\
+and is available at http\://www.eclipse.org/legal/epl-v10.html\n\
+Contributors\:\n\
+Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ############### end of copyright property ####################################
+
+# "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/tests/features/org.jboss.tools.test.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2012-01-21 01:54:22 UTC
(rev 38014)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2012-01-21 02:01:19 UTC
(rev 38015)
@@ -1,31 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.test.feature" label="JBoss Tools - Tests -
Tests Framework" version="3.2.0.qualifier">
+<feature
+ id="org.jboss.tools.test.feature"
+ label="%featureName"
+ version="3.2.0.qualifier"
+ provider-name="%providerName">
- <description
url="http://www.jboss.org/tools">
- JBoss Tools - Tests - Tests Framework
+ <description
url="http://www.jboss.org/tools">
+ %description
</description>
- <copyright>
- Copyright (c) 2007-2012 Exadel, Inc and Red Hat, Inc.
-Distributed under license by Red Hat, Inc. All rights reserved.
-This program is 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:
-Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ <copyright>
+ %copyright
</copyright>
- <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.
+ <license url="%licenseURL">
+ %license
</license>
- <plugin id="org.jboss.tools.tests" download-size="0"
install-size="0" version="0.0.0" />
- <plugin id="org.jboss.tools.ui.bot.ext" download-size="0"
install-size="0" version="0.0.0" />
- <plugin id="org.jboss.tools.ui.bot.ext.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.ui.bot.ext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.ui.bot.ext.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>