Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-09-25 13:04:11 +0000
committerAlexander Kurtakov2019-09-25 13:37:55 +0000
commitc869c9dfb29c62db5a39b440b425eea6bb85caac (patch)
tree7c6e12aea4b72197f1a78785a7e87a8e9b59859a
parenta9d35b32a663fa8ca3629b31ce1b6d346196b22e (diff)
downloadeclipse.platform.team-c869c9dfb29c62db5a39b440b425eea6bb85caac.tar.gz
eclipse.platform.team-c869c9dfb29c62db5a39b440b425eea6bb85caac.tar.xz
eclipse.platform.team-c869c9dfb29c62db5a39b440b425eea6bb85caac.zip
Bug 551394 - Enable tycho strict bin includes
There is no need for bin/ as all classes are included by ".". Change-Id: I93e48bd0f906de7c3609da0ed97929e305ee0dc6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.core.net.win32.x86_64/build.properties1
-rw-r--r--bundles/org.eclipse.core.net.win32.x86_64/pom.xml2
3 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF
index 4d67d7e3e..a484e855b 100644
--- a/bundles/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
Bundle-Localization: fragment
Bundle-SymbolicName: org.eclipse.core.net.win32.x86_64;singleton:=true
-Bundle-Version: 1.1.400.qualifier
+Bundle-Version: 1.1.500.qualifier
Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0"
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86_64))
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/bundles/org.eclipse.core.net.win32.x86_64/build.properties b/bundles/org.eclipse.core.net.win32.x86_64/build.properties
index 1dd6d3af6..4560b2bbe 100644
--- a/bundles/org.eclipse.core.net.win32.x86_64/build.properties
+++ b/bundles/org.eclipse.core.net.win32.x86_64/build.properties
@@ -15,7 +15,6 @@ bin.includes = fragment.properties,\
.,\
about.html,\
META-INF/,\
- bin/,\
jWinHttp-1.0.0.dll
src.includes = about.html
source.. = src/
diff --git a/bundles/org.eclipse.core.net.win32.x86_64/pom.xml b/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
index b4ea6a30d..03a8f15ed 100644
--- a/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.net.win32.x86_64</artifactId>
- <version>1.1.400-SNAPSHOT</version>
+ <version>1.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top