Author: adietish
Date: 2011-08-29 05:16:39 -0400 (Mon, 29 Aug 2011)
New Revision: 34360
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
Log:
[JBIDE-9601] corrected build.properties, extracted keys from feature.xml to
feature.properties
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
===================================================================
---
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties 2011-08-29
09:05:43 UTC (rev 34359)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties 2011-08-29
09:16:39 UTC (rev 34360)
@@ -1 +1,8 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ build.properties,\
+ license.html
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
===================================================================
---
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2011-08-29
09:05:43 UTC (rev 34359)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2011-08-29
09:16:39 UTC (rev 34360)
@@ -1,47 +1,50 @@
-###############################################################################
-# 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 - Tests - Deltacloud
-
-# "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
-
-# "description" property - description of the feature
-description=JBoss Tools - Tests - Deltacloud
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http\://www.eclipse.org/legal/epl-v10.html\n\n\
-Contributors\:\n\
-JBoss by Red Hat - Initial 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"
+###############################################################################
+# 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=Deltacloud Development Tools Tests
+
+# "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
+
+# "description" property - description of the feature
+description=Deltacloud Development Tools Tests
+
+# "descriptionURL" property - the web address to get further informations about
this feature
+descriptionURL=http://www.jboss.org/tools
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2011 Red Hat, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial 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 \
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
===================================================================
---
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-29
09:05:43 UTC (rev 34359)
+++
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-29
09:16:39 UTC (rev 34360)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.deltacloud.test.feature" label="JBoss
Tools - Tests - Deltacloud" version="1.0.1.qualifier">
+<feature id="org.jboss.tools.deltacloud.test.feature"
label="%featureName" version="1.0.1.qualifier">
- <description
url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description url="%descriptionURL">
+ %description
</description>
- <copyright
url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
- <license
url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<plugin id="org.jboss.tools.deltacloud.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />