Author: adietish
Date: 2011-08-29 04:47:37 -0400 (Mon, 29 Aug 2011)
New Revision: 34356
Added:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
Log:
corrected build.properties, extracted keys from features.xml
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties 2011-08-29
07:11:21 UTC (rev 34355)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties 2011-08-29
08:47:37 UTC (rev 34356)
@@ -1 +1,9 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ build.properties,\
+ license.html
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html,\
+ pom.xml
Added: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
(rev 0)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties 2011-08-29
08:47:37 UTC (rev 34356)
@@ -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=JBossAS Tools
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=Provides WTP server adapters for JBoss installations. These adapters are
capable of deployment and providing classpaths for projects. Zipped or exploded
deployments, JMX integration, and other extensions are included.
+
+# "copyright" property
+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.
+
+# "descriptionUrl" property - the web address to get further informations about
this feature
+descriptionUrl=http://www.jboss.org/tools
+
+# "license" property
+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.
+
+# "licenseURL" property
+licenseURL=license.html
Property changes on:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29
07:11:21 UTC (rev 34355)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29
08:47:37 UTC (rev 34356)
@@ -3,27 +3,18 @@
id="org.jboss.ide.eclipse.as.test.feature"
label="JBossTools Test"
version="2.3.0.qualifier"
- provider-name="JBoss by Red Hat">
+ provider-name="%providerName">
- <description
url="http://www.jboss.org/tools">
- JBoss Tools - Tests - JBossAS
+ <description url="%descriptionUrl">
+ %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
</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
Added: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
(rev 0)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html 2011-08-29
08:47:37 UTC (rev 34356)
@@ -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/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/plain