Xterm fragments packaged as folders

This commit is contained in:
BoykoAlex
2020-10-19 17:55:14 -04:00
parent d92572bc52
commit 7f51ce27b4
4 changed files with 3 additions and 2 deletions

View File

@@ -8,3 +8,4 @@ Fragment-Host: org.springframework.ide.eclipse.xterm;bundle-version="4.8.1"
Automatic-Module-Name: org.springframework.ide.eclipse.xterm.linux.x86.64
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
Eclipse-BundleShape: dir

View File

@@ -8,4 +8,4 @@ Fragment-Host: org.springframework.ide.eclipse.xterm;bundle-version="4.8.1"
Automatic-Module-Name: org.springframework.ide.eclipse.xterm.macosx.x86.64
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.arch=x86_64)(osgi.arch=ppc)))
Eclipse-BundleShape: dir

View File

@@ -8,3 +8,4 @@ Fragment-Host: org.springframework.ide.eclipse.xterm;bundle-version="4.8.1"
Automatic-Module-Name: org.springframework.ide.eclipse.xterm.win32.x86.64
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64))
Eclipse-BundleShape: dir

View File

@@ -6,7 +6,6 @@ Bundle-Version: 4.8.1.qualifier
Automatic-Module-Name: org.springframework.ide.eclipse.xterm
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: org.springframework.ide.eclipse.xterm.XtermPlugin
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.ui;bundle-version="3.115.0",
org.eclipse.core.runtime,
org.eclipse.core.resources,