Author: adietish
Date: 2011-08-29 05:56:21 -0400 (Mon, 29 Aug 2011)
New Revision: 34368
Modified:
trunk/gwt/features/org.jboss.tools.gwt.feature/build.properties
trunk/gwt/features/org.jboss.tools.gwt.feature/feature.properties
trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
Log:
corrected build.properties, extracted keys from features.xml
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/build.properties
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/build.properties 2011-08-29 09:46:24
UTC (rev 34367)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/build.properties 2011-08-29 09:56:21
UTC (rev 34368)
@@ -1,3 +1,12 @@
bin.includes = feature.xml,\
license.html,\
feature.properties
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html,\
+ .project
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/feature.properties
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/feature.properties 2011-08-29 09:46:24
UTC (rev 34367)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/feature.properties 2011-08-29 09:56:21
UTC (rev 34368)
@@ -26,6 +26,9 @@
# "description" property - description of the feature
description=JBoss GWT Integration (Experimental)
+# "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) 2010-2011 Red Hat, Inc. and others.\nAll rights reserved. This
program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\nwhich accompanies
this distribution, and is available
at\nhttp\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\nJBoss by Red Hat -
Initial implementation.
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2011-08-29 09:46:24 UTC
(rev 34367)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2011-08-29 09:56:21 UTC
(rev 34368)
@@ -5,11 +5,11 @@
version="1.0.2.qualifier"
provider-name="%providerName">
- <description
url="http://www.example.com/description">
+ <description url="%descriptionURL">
%description
</description>
- <copyright
url="http://www.example.com/copyright">
+ <copyright>
%copyright
</copyright>