Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 304112 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse-build/buildSDKSource.sh (-1 / +1 lines)
Lines 102-108 Link Here
102
mv src/* .
102
mv src/* .
103
103
104
# Remove files from the version control system
104
# Remove files from the version control system
105
find -depth -name CVS -exec rm -rf {} \;
105
find -depth \( -name CVS -o -name .cvsignore \) -exec rm -rf {} \;
106
106
107
# Remove prebuilt binaries
107
# Remove prebuilt binaries
108
find \( -name '*.exe' -o -name '*.dll' \) -delete
108
find \( -name '*.exe' -o -name '*.dll' \) -delete

Return to bug 304112