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 160628 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]
build-source2.patch
clean-source.patch (text/plain), 692 bytes, created by
Benjamin Drung
on 2010-03-02 10:25:24 EST
(
hide
)
Description:
build-source2.patch
Filename:
MIME Type:
Creator:
Benjamin Drung
Created:
2010-03-02 10:25:24 EST
Size:
692 bytes
patch
obsolete
>Index: eclipse-build/buildSDKSource.sh >=================================================================== >--- eclipse-build/buildSDKSource.sh (Revision 24320) >+++ eclipse-build/buildSDKSource.sh (Arbeitskopie) >@@ -112,7 +112,20 @@ > > # Remove binary JARs > find -name '*.jar' -delete >+find -name '*.class' -delete > >+# Extract source .zip files >+cd plugins/org.eclipse.osgi.services >+unzip src.zip >+rm src.zip >+cd ../org.eclipse.osgi.util >+unzip src.zip >+rm src.zip >+cd ../.. >+ >+# Remove zip files that contain precompiled binaries >+rm -f plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip >+ > # Remove pre-created .source bundles/features > rm -rf plugins/*\.source_* > rm -rf features/*\.source
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