Skip to content
Snippets Groups Projects
Commit 6d5df8bf authored by david_williams's avatar david_williams
Browse files

add new License to tests

parent 1817047e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.wtp.releng.tests.feature"
label="%featureName"
version="1.1.3.qualifier"
provider-name="%providerName">
id="org.eclipse.wtp.releng.tests.feature"
label="%featureName"
version="1.1.4.qualifier"
provider-name="%providerName">
<description>
%description
<description>
%description
</description>
<copyright>
%copyright
<copyright>
%copyright
</copyright>
<license
url="%licenseURL">
%license
<license url="%licenseURL">
%license
</license>
<includes
id="org.eclipse.wtp.releng.fixups.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wtp.releng.tools.feature"
version="0.0.0"/>
<plugin
id="org.eclipse.wtp.releng.versionchecker"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.wtp.releng.tests"
download-size="0"
install-size="0"
version="0.0.0"/>
<includes
id="org.eclipse.wtp.releng.fixups.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wtp.releng.tools.feature"
version="0.0.0"/>
<plugin
id="org.eclipse.wtp.releng.versionchecker"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.wtp.releng.tests"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>
......@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.wtp.releng.tests;singleton:=true
Bundle-Activator: org.eclipse.wtp.releng.tests.TestActivator
Bundle-Version: 1.1.4.qualifier
Bundle-Version: 1.1.5.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
......
......@@ -66,7 +66,7 @@ public class TestRepo extends TestCase {
private static final String OLD_PROVIDER_NAME = "Eclipse.org";
private String repoURLToTest;
public void _testLicenses() throws URISyntaxException, ProvisionException, OperationCanceledException, IOException {
public void testLicenses() throws URISyntaxException, ProvisionException, OperationCanceledException, IOException {
String repoURL = getrepoURLToTest();
// String referenceFeature = System.getProperty("referenceFeature");
// System.out.println("referenceFeature: " + referenceFeature);
......
###############################################################################
# Copyright (c) 2000, 2010 IBM Corporation 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:
# IBM Corporation - initial API and 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
# "providerName" property - name of the company that provides the feature
# "updateSiteName" property - label for the update site
# "description" property - description of the feature
# "copyright" property - text of the "Feature Update Copyright"
################ 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
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=\
Eclipse Foundation Software User Agreement\n\
April 14, 2010\n\
February 1, 2011\n\
\n\
Usage Of Content\n\
\n\
......@@ -69,6 +103,7 @@ THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
\n\
- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
......@@ -121,3 +156,4 @@ regulations and policies concerning the import, possession, or use, and\n\
re-export of encryption software, to see if this is permitted.\n\
\n\
Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
########### end of license property ##########################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment