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 244609 Details for
Bug 438172
[PATCH] Some build.properties files try to include files that do not exist
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]
[438172] Fix build.properties files including non-exitstent files
0001-438172-Fix-build.properties-files-including-non-exit.patch (text/plain), 2.60 KB, created by
Mat Booth
on 2014-06-27 12:11:16 EDT
(
hide
)
Description:
[438172] Fix build.properties files including non-exitstent files
Filename:
MIME Type:
Creator:
Mat Booth
Created:
2014-06-27 12:11:16 EDT
Size:
2.60 KB
patch
obsolete
>From bfc4f8e6c93ce48d424f8ee3b642489126f2b418 Mon Sep 17 00:00:00 2001 >From: Mat Booth <mat.booth@redhat.com> >Date: Wed, 25 Jun 2014 17:40:32 +0100 >Subject: [PATCH 1/3] [438172] Fix build.properties files including > non-exitstent files > >Change-Id: I3bb83ea467c0b3729857b18af174bf7095bdb026 >Signed-off-by: Mat Booth <mat.booth@redhat.com> >--- > doc/org.eclipse.xsd.cheatsheets/build.properties | 1 - > doc/org.eclipse.xsd.doc-feature/build.properties | 3 +-- > features/org.eclipse.xsd-feature/build.properties | 3 +-- > features/org.eclipse.xsd.sdk-feature/build.properties | 3 +-- > 4 files changed, 3 insertions(+), 7 deletions(-) > >diff --git a/doc/org.eclipse.xsd.cheatsheets/build.properties b/doc/org.eclipse.xsd.cheatsheets/build.properties >index 4911c55..951d253 100644 >--- a/doc/org.eclipse.xsd.cheatsheets/build.properties >+++ b/doc/org.eclipse.xsd.cheatsheets/build.properties >@@ -1,7 +1,6 @@ > bin.includes = META-INF/,\ > plugin.xml,\ > cheatsheets/,\ >- archive*/,\ > plugin.properties,\ > about.html > src.includes = about.html >diff --git a/doc/org.eclipse.xsd.doc-feature/build.properties b/doc/org.eclipse.xsd.doc-feature/build.properties >index efbea44..b3a611b 100644 >--- a/doc/org.eclipse.xsd.doc-feature/build.properties >+++ b/doc/org.eclipse.xsd.doc-feature/build.properties >@@ -1,3 +1,2 @@ > bin.includes = feature.xml,\ >- feature.properties,\ >- eclipse_update_120.jpg >+ feature.properties >diff --git a/features/org.eclipse.xsd-feature/build.properties b/features/org.eclipse.xsd-feature/build.properties >index efbea44..b3a611b 100644 >--- a/features/org.eclipse.xsd-feature/build.properties >+++ b/features/org.eclipse.xsd-feature/build.properties >@@ -1,3 +1,2 @@ > bin.includes = feature.xml,\ >- feature.properties,\ >- eclipse_update_120.jpg >+ feature.properties >diff --git a/features/org.eclipse.xsd.sdk-feature/build.properties b/features/org.eclipse.xsd.sdk-feature/build.properties >index cc8a102..9d960c6 100644 >--- a/features/org.eclipse.xsd.sdk-feature/build.properties >+++ b/features/org.eclipse.xsd.sdk-feature/build.properties >@@ -1,4 +1,3 @@ > bin.includes = feature.xml,\ >- feature.properties,\ >- eclipse_update_120.jpg >+ feature.properties > generate.feature@org.eclipse.xsd.source=org.eclipse.xsd.sdk, exclude@org.eclipse.xsd.cheatsheets, exclude@org.eclipse.xsd.doc, exclude@org.eclipse.xsd.ecore.converter, exclude@org.eclipse.xsd.example.installer, exclude@org.eclipse.xsd.mapping, exclude@org.eclipse.xsd.mapping.editor >-- >1.9.0 >
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 438172
:
244526
| 244609