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 251038 Details for
Bug 460469
building on ecj from source FreeBSD Java6/7 fails v4.3.2
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]
diff from v3.8.2 to 4.3.2
build.xml.diff (text/plain), 1.07 KB, created by
Jason Helfman
on 2015-02-23 18:01:02 EST
(
hide
)
Description:
diff from v3.8.2 to 4.3.2
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2015-02-23 18:01:02 EST
Size:
1.07 KB
patch
obsolete
>--- /home/helfman/build.xml.382 2015-02-23 14:58:12.000000000 -0800 >+++ work/build.xml 2014-02-12 08:01:00.000000000 -0800 >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- >- Copyright (c) 2007, 2011 IBM Corporation and others. >+ Copyright (c) 2007, 2012 IBM Corporation and others. > All rights reserved. This program and the accompanying materials > are made available under the terms of the Eclipse Public License v1.0 > which accompanies this distribution, and is available at >@@ -39,11 +39,14 @@ > <compilerarg line="-Xlint:none"/> > </javac> > >+ <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/> >+ <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/> > <zip destfile="${basedir}/${jar_file}"> > <fileset dir="${output}" /> > <fileset dir="${basedir}"> > <include name="about.html"/> > <include name="**/*.rsc"/> >+ <include name="**/readableNames.props"/> > <include name="META-INF/**"/> > <include name="**/*.properties"/> > <exclude name="META-INF/eclipse.inf"/>
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 460469
:
251037
| 251038