Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 162120 Details for
Bug 304112
[eclipse-build] [debian] The SDK source contains precompiled class files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
clean-source.patch
clean-source.patch (text/plain), 1.46 KB, created by
Benjamin Drung
on 2010-03-15 21:58:36 EDT
(
hide
)
Description:
clean-source.patch
Filename:
MIME Type:
Creator:
Benjamin Drung
Created:
2010-03-15 21:58:36 EDT
Size:
1.46 KB
patch
obsolete
>Index: eclipse-build/buildSDKSource.sh >=================================================================== >--- eclipse-build/buildSDKSource.sh (Revision 24427) >+++ eclipse-build/buildSDKSource.sh (Arbeitskopie) >@@ -162,21 +162,18 @@ > rm -rf ecfBundles orbitRepo > > # Remove files from the version control system >-find -depth -name CVS -exec rm -rf {} \; >+find -depth \( -name CVS -o -name .cvsignore \) -exec rm -rf {} \; > > # Remove prebuilt binaries > find \( -name '*.exe' -o -name '*.dll' \) -delete > find \( -name '*.so' -o -name '*.so.2' -o -name '*.a' \) -delete > find \( -name '*.sl' -o -name '*.jnilib' \) -delete > find features/org.eclipse.equinox.executable -name eclipse -delete >-find \( -name '*.cvsignore' \) -delete >+find -name '*.xpt' -delete > > # Remove unnecessary repo > rm -rf tempSite > >-# Remove binary JARs >-find -name '*.jar' -delete >- > # Remove fetch logs > rm fetch_* > >@@ -184,6 +181,24 @@ > rm -rf features/org.eclipse.sdk.examples > rm -rf plugins/*.examples* > >+# Remove binary JARs >+find -name '*.jar' -delete >+find -name '*.class' -delete >+ >+# Extract source .zip files >+cd plugins/org.eclipse.osgi.services >+unzip src.zip -d src >+cd ../org.eclipse.osgi.util >+unzip src.zip -d src >+cd ../.. >+# Remove all zip files >+find -name '*.zip' -delete >+ >+# Correct permissions >+find -type d -print0 | xargs -0 chmod 755 >+find -type f -print0 | xargs -0 chmod 644 >+find -type f -name '*.sh' -print0 | xargs -0 chmod 755 >+ > # Remove empty directories > find -type d -empty -delete >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 304112
:
160372
|
160382
|
160628
|
161034
|
162120
|
162270
|
173962
|
173973