Author: max.andersen(a)jboss.com
Date: 2011-06-14 17:53:11 -0400 (Tue, 14 Jun 2011)
New Revision: 32105
Added:
trunk/forge/features/org.jboss.tools.forge.feature/feature.properties
trunk/forge/features/org.jboss.tools.forge.feature/license.html
Modified:
trunk/forge/features/org.jboss.tools.forge.feature/build.properties
trunk/forge/features/org.jboss.tools.forge.feature/feature.xml
Log:
JBIDE-9139 replaced bogus example license info for forge feature
Modified: trunk/forge/features/org.jboss.tools.forge.feature/build.properties
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/build.properties 2011-06-14
21:19:32 UTC (rev 32104)
+++ trunk/forge/features/org.jboss.tools.forge.feature/build.properties 2011-06-14
21:53:11 UTC (rev 32105)
@@ -1 +1,3 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Added: trunk/forge/features/org.jboss.tools.forge.feature/feature.properties
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/feature.properties
(rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/feature.properties 2011-06-14
21:53:11 UTC (rev 32105)
@@ -0,0 +1,25 @@
+featureName=Forge Tools
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Plugins for using Seam Forge from within Eclipse.
+
+# "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 ##########################################
\ No newline at end of file
Modified: trunk/forge/features/org.jboss.tools.forge.feature/feature.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/feature.xml 2011-06-14 21:19:32 UTC
(rev 32104)
+++ trunk/forge/features/org.jboss.tools.forge.feature/feature.xml 2011-06-14 21:53:11 UTC
(rev 32105)
@@ -1,19 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.forge.feature"
- label="Forge Tools"
+ label="%featureName"
version="1.0.0.qualifier">
<description
url="http://www.example.com/description">
- [Enter Feature Description here.]
+ %description
</description>
<copyright
url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ 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>
- <license
url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<plugin
Added: trunk/forge/features/org.jboss.tools.forge.feature/license.html
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/license.html
(rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/license.html 2011-06-14 21:53:11
UTC (rev 32105)
@@ -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