Author: adietish
Date: 2011-08-29 05:27:41 -0400 (Mon, 29 Aug 2011)
New Revision: 34366
Modified:
trunk/usage/features/org.jboss.tools.usage.test.feature/build.properties
trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties
trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml
Log:
[JBIDE-9593] corrected build.properties, extracted keys from feature.xml to
feature.properties
Modified: trunk/usage/features/org.jboss.tools.usage.test.feature/build.properties
===================================================================
--- trunk/usage/features/org.jboss.tools.usage.test.feature/build.properties 2011-08-29
09:25:14 UTC (rev 34365)
+++ trunk/usage/features/org.jboss.tools.usage.test.feature/build.properties 2011-08-29
09:27:41 UTC (rev 34366)
@@ -1 +1,8 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
+src.includes = feature.properties,\
+ feature.xml,\
+ license.html,\
+ build.properties,\
+ .project
Modified: trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties
===================================================================
--- trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties 2011-08-29
09:25:14 UTC (rev 34365)
+++ trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties 2011-08-29
09:27:41 UTC (rev 34366)
@@ -26,6 +26,9 @@
# "description" property - description of the feature
description=JBoss Tools - Tests - Usage Reporting
+# "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) 2008-2011 Red Hat, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\
Modified: trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml
===================================================================
--- trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml 2011-08-29
09:25:14 UTC (rev 34365)
+++ trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml 2011-08-29
09:27:41 UTC (rev 34366)
@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.usage.test.feature"
- label="JBoss Tools - Tests - Usage Reporting"
- version="1.1.0.qualifier">
+ label="%featureName"
+ version="1.1.0.qualifier"
+ provider-name="%providerName">
- <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