Author: snjeza
Date: 2011-08-31 18:49:26 -0400 (Wed, 31 Aug 2011)
New Revision: 34467
Added:
trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.properties
trunk/portlet/features/org.jboss.tools.portlet.test.feature/license.html
trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.html
trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.ini
trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.mappings
trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties
trunk/portlet/tests/org.jboss.tools.portlet.core.test/jboss_about.png
Modified:
trunk/portlet/features/org.jboss.tools.portlet.test.feature/build.properties
trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
trunk/portlet/tests/org.jboss.tools.portlet.core.test/build.properties
Log:
JBIDE-9595 ./portlet/features/org.jboss.tools.portlet.test.feature/feature.xml :: add
license/copyright/description in feature.properties and ref from feature.xml; fix
build.properties to include license.html & feature.*
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/build.properties
===================================================================
---
trunk/portlet/features/org.jboss.tools.portlet.test.feature/build.properties 2011-08-31
22:43:04 UTC (rev 34466)
+++
trunk/portlet/features/org.jboss.tools.portlet.test.feature/build.properties 2011-08-31
22:49:26 UTC (rev 34467)
@@ -1 +1,3 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ license.html,\
+ feature.properties
Added: trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.properties
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.properties
(rev 0)
+++
trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.properties 2011-08-31
22:49:26 UTC (rev 34467)
@@ -0,0 +1,49 @@
+###############################################################################
+# 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 Portlet 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=JBoss Portlet tests
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-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.\n
+ ############### 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 \
+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 ##########################################
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-08-31
22:43:04 UTC (rev 34466)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-08-31
22:49:26 UTC (rev 34467)
@@ -1,18 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.portlet.test.feature" label="JBoss Tools -
Tests - Portlet" version="1.2.0.qualifier">
-
- <description
url="http://www.example.com/description">
- [Enter Feature Description here.]
- </description>
-
- <copyright
url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
- </copyright>
-
- <license
url="http://www.example.com/license">
- [Enter License Description here.]
- </license>
-
- <plugin id="org.jboss.tools.portlet.core.test" download-size="0"
install-size="0" version="0.0.0" unpack="false" />
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.portlet.test.feature"
+ label="%featureName"
+ version="1.2.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.jboss.tools.portlet.core.test">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.portlet.core.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Added: trunk/portlet/features/org.jboss.tools.portlet.test.feature/license.html
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/license.html
(rev 0)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/license.html 2011-08-31
22:49:26 UTC (rev 34467)
@@ -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
Added: trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.html
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.html
(rev 0)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.html 2011-08-31 22:49:26
UTC (rev 34467)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>JBoss Portlet tests</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss Portlet tests</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.ini
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.ini
(rev 0)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.ini 2011-08-31 22:49:26
UTC (rev 34467)
@@ -0,0 +1,27 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+# test
+# Property "aboutText" contains blurb for "About" dialog
(translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=jboss_about.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which
the
+# welcome page is to be opened.
+# optional
+
+
+
Added: trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.mappings
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.mappings
(rev 0)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.mappings 2011-08-31
22:49:26 UTC (rev 34467)
@@ -0,0 +1,5 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
Added: trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties
(rev 0)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/about.properties 2011-08-31
22:49:26 UTC (rev 34467)
@@ -0,0 +1,2 @@
+blurb=JBoss Portlet tests\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red
Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit
http\://jboss.org/tools
+
Modified: trunk/portlet/tests/org.jboss.tools.portlet.core.test/build.properties
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/build.properties 2011-08-31
22:43:04 UTC (rev 34466)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/build.properties 2011-08-31
22:49:26 UTC (rev 34467)
@@ -1,4 +1,9 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png
Added: trunk/portlet/tests/org.jboss.tools.portlet.core.test/jboss_about.png
===================================================================
(Binary files differ)
Property changes on:
trunk/portlet/tests/org.jboss.tools.portlet.core.test/jboss_about.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream