diff options
| author | Oleg Besedin | 2011-10-26 14:57:01 (EDT) |
|---|---|---|
| committer | Oleg Besedin | 2011-10-26 14:57:01 (EDT) |
| commit | e53943c5af7da081fbc0fdb17667db513ce86f10 (patch) | |
| tree | c3d81b097ed7f5364062164f3e8edbf381c0b6ea | |
| parent | c8fc7f3886a4eac187d304f106637bf24a9331ee (diff) | |
| download | eclipse.platform.runtime-e53943c5af7da081fbc0fdb17667db513ce86f10.zip eclipse.platform.runtime-e53943c5af7da081fbc0fdb17667db513ce86f10.tar.gz eclipse.platform.runtime-e53943c5af7da081fbc0fdb17667db513ce86f10.tar.xz | |
Bug 362058 - extra packages created when "import" from target as sourcev20111026-1857
folders
4 files changed, 4 insertions, 17 deletions
diff --git a/bundles/org.eclipse.e4.core.contexts/build.properties b/bundles/org.eclipse.e4.core.contexts/build.properties index 8963267..9e64511 100644 --- a/bundles/org.eclipse.e4.core.contexts/build.properties +++ b/bundles/org.eclipse.e4.core.contexts/build.properties @@ -5,6 +5,4 @@ bin.includes = META-INF/,\ plugin.properties,\ .options,\ about.html -src.includes = src/,\ - about.html,\ - META-INF/ +src.includes = about.html diff --git a/bundles/org.eclipse.e4.core.di.extensions/build.properties b/bundles/org.eclipse.e4.core.di.extensions/build.properties index 2561dcb..67e6dbb 100644 --- a/bundles/org.eclipse.e4.core.di.extensions/build.properties +++ b/bundles/org.eclipse.e4.core.di.extensions/build.properties @@ -5,8 +5,4 @@ bin.includes = META-INF/,\ OSGI-INF/,\ fragment.properties,\ about.html -src.includes = src/,\ - fragment.properties,\ - about.html,\ - OSGI-INF/,\ - META-INF/ +src.includes = about.html diff --git a/bundles/org.eclipse.e4.core.di/build.properties b/bundles/org.eclipse.e4.core.di/build.properties index f8e124c..2b112c4 100644 --- a/bundles/org.eclipse.e4.core.di/build.properties +++ b/bundles/org.eclipse.e4.core.di/build.properties @@ -4,7 +4,4 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ about.html -src.includes = src/,\ - plugin.properties,\ - about.html,\ - META-INF/ +src.includes = about.html diff --git a/bundles/org.eclipse.e4.core.services/build.properties b/bundles/org.eclipse.e4.core.services/build.properties index c127965..97242bf 100644 --- a/bundles/org.eclipse.e4.core.services/build.properties +++ b/bundles/org.eclipse.e4.core.services/build.properties @@ -17,8 +17,4 @@ bin.includes = META-INF/,\ about.html,\ plugin.properties src.includes = schema/,\ - src/,\ - META-INF/,\ - about.html,\ - plugin.properties,\ - plugin.xml + about.html |

