Author: dgolovin
Date: 2011-08-30 14:15:32 -0400 (Tue, 30 Aug 2011)
New Revision: 34399
Added:
trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.properties
trunk/vpe/features/org.jboss.tools.vpe.test.feature/license.html
Log:
https://issues.jboss.org/browse/JBIDE-9596
./vpe/features/org.jboss.tools.vpe.test.feature/feature.xml :: add
license/copyright/description in feature.properties and ref from feature.xml; fix
build.properties to include license.html & feature.*
added new files which werent added by default
Copied: trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.properties (from rev
34398,
branches/jbosstools-3.3.0.M3/vpe/features/org.jboss.tools.vpe.test.feature/feature.properties)
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.properties
(rev 0)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.properties 2011-08-30
18:15:32 UTC (rev 34399)
@@ -0,0 +1,47 @@
+###############################################################################
+# Copyright (c) 2010-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 VPE 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
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=Provides tests for for JBoss Tools VPE.
+
+copyright=Copyright 2007-2011 Red Hat, Inc.\n\
+Distributed under license by Red Hat, Inc. All rights reserved.\n\
+This program is made available under the terms of the\n\
+Eclipse Public License v1.0 which accompanies this distribution,\n\
+and is available at http\://www.eclipse.org/legal/epl-v10.html\n\
+Contributors\:\n\
+Red Hat, Inc. - initial API and implementation
+
+licenseURL=license.html
+updateSiteName=JBossTools Update Site
+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.
\ No newline at end of file
Copied: trunk/vpe/features/org.jboss.tools.vpe.test.feature/license.html (from rev 34398,
branches/jbosstools-3.3.0.M3/vpe/features/org.jboss.tools.vpe.test.feature/license.html)
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/license.html
(rev 0)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/license.html 2011-08-30 18:15:32
UTC (rev 34399)
@@ -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