Krzysztof Daniel 594dc7c
#!/bin/bash
Krzysztof Daniel 594dc7c
Krzysztof Daniel 594dc7c
rm -rf R4_platform-aggregator
Krzysztof Daniel 8b5fc08
rm eclipse-source.tar.bz2
Krzysztof Daniel 594dc7c
Krzysztof Daniel ebb8574
git clone -b R4_2_maintenance --recurse-submodules  git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git R4_platform-aggregator
Krzysztof Daniel 594dc7c
Krzysztof Daniel 8b5fc08
Krzysztof Daniel 8b5fc08
pushd R4_platform-aggregator
Krzysztof Daniel 594dc7c
find . -type d -name ".git" -exec rm -rf {} \;
Krzysztof Daniel 594dc7c
Krzysztof Daniel 594dc7c
find . -type f -name "*.class" -exec rm -rf {} \;
Krzysztof Daniel 594dc7c
Krzysztof Daniel 594dc7c
find . -name *.jar -exec rm -rf {} \;
Krzysztof Daniel 594dc7c
Krzysztof Daniel 594dc7c
find . -type f -name *.so -exec rm -rf {} \;
Krzysztof Daniel 286cbad
find . -type f -name *.dll -exec rm -rf {} \;
Krzysztof Daniel 286cbad
find . -type f -name *.jnilib -exec rm -rf {} \;
Krzysztof Daniel 8b5fc08
popd 
Krzysztof Daniel 8b5fc08
tar cjf eclipse-source.tar.bz2 R4_platform-aggregator