Krzysztof Daniel 594dc7c
#!/bin/bash
Krzysztof Daniel 594dc7c
Krzysztof Daniel 594dc7c
rm -rf R4_platform-aggregator
Krzysztof Daniel 594dc7c
Krzysztof Daniel 594dc7c
git clone -b Juno_RC4_R4 --recurse-submodules  git://git.eclipse.org/gitroot/cbi/platform-aggregator.git R4_platform-aggregator
Krzysztof Daniel 594dc7c
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 594dc7c
Krzysztof Daniel 594dc7c
tar cjf eclipse-source.tar.bz R4_platform-aggregator