Preserve JDT core test data

This commit is contained in:
Mat Booth 2015-07-30 11:19:32 +01:00
parent bff49ecb84
commit 62588ab5a8
3 changed files with 9 additions and 4 deletions

View File

@ -37,7 +37,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_version}
Release: 9%{?dist}
Release: 10%{?dist}
License: EPL
URL: http://www.eclipse.org/
@ -1099,6 +1099,9 @@ fi
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
%changelog
* Thu Jul 30 2015 Mat Booth <mat.booth@redhat.com> - 1:4.5.0-10
- Preserve JDT core test data
* Wed Jul 22 2015 Roland Grunberg <rgrunber@redhat.com> - 1:4.5.0-9
- Fix JDT Feature path for TargetDefinitionPersistenceTests (PDE)
- SimpleConfiguratorUtils should handle base == null for tests

View File

@ -20,12 +20,14 @@ rm -rf bootstrap streams scripts
# Comment this line to get a shallow clone.
find . -type d -name ".git" | xargs rm -rf
# Delete pre-built binary artifacts
find . -type f -name *.jar -delete
# Delete pre-built binary artifacts except some test data that cannot be generated
find . ! -path "*/JCL/*" \
-type f -name *.jar -delete
find . -type f -name *.class -delete
find . -type f -name *.so -delete
find . -type f -name *.dll -delete
find . -type f -name *.jnilib -delete
find . -type f -name *.exe -delete
# Remove pre-compiled native launchers
rm -rf rt.equinox.binaries/org.eclipse.equinox.executable/{bin,contributed}/

View File

@ -1,2 +1,2 @@
013e9ae2efb64b55459ca3f62487d943 org.eclipse.linuxtools.eclipse-build-27693f414e65ae520724dca2fa5c682fa3256d29.tar.xz
8d1b5040c96abd98b61aca3bb58478d7 R4_platform-aggregator-R4_5.tar.xz
0d6cb23e5a075c808d05899555d19f71 R4_platform-aggregator-R4_5.tar.xz