[eclipse] Fix the testing.properties location.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu May 23 10:44:46 UTC 2013


commit 1ea52f2ade76f387b59511e0240f55dbe97cb7d5
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu May 23 12:43:47 2013 +0200

    Fix the testing.properties location.

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 940d197..cf8b2aa 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -52,7 +52,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.54.gitbeff8a2%{?dist}
+Release:        0.55.gitbeff8a2%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -713,7 +713,7 @@ unzip eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/ecl
 unzip $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/eclipse-junit-tests-*.zip -d $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
 cp eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
 cp eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
-cp eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/testing.properties $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
+cp production/testScripts/configuration/sdk.tests/testConfigs/linux/testing.properties $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
 cp utils/splitter.xsl $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
 rm $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/eclipse-junit-tests-*.zip
 rm $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.bat
@@ -1001,6 +1001,9 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Thu May 23 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.55.gitbeff8a2
+- Fix the testing.properties location.
+
 * Thu May 23 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.54.gitbeff8a2
 - Update to RC1.
 


More information about the scm-commits mailing list