FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-debug/com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF at main · replit/java-debug · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
replit
/
java-debug
Public
forked from
microsoft/java-debug
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-debug
/
com.microsoft.java.debug.plugin
/
META-INF
/
MANIFEST.MF
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 905 Bytes
Breadcrumbs
java-debug
/
com.microsoft.java.debug.plugin
/
META-INF
/
MANIFEST.MF
Copy path
File metadata and controls
28 lines (28 loc) · 905 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Manifest-Version
:
1.0
Bundle-ManifestVersion
:
2
Bundle-Name
:
Java Debug Server Plugin
Bundle-SymbolicName
:
com.microsoft.java.debug.plugin;singleton:=true
Bundle-Version
:
0.37.0
Bundle-RequiredExecutionEnvironment
:
JavaSE-11
Bundle-ActivationPolicy
:
lazy
Bundle-Activator
:
com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
Bundle-Vendor
:
Microsoft
Import-Package
:
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.osgi.framework;version="1.3.0"
Require-Bundle
:
org.eclipse.core.runtime,
org.eclipse.debug.core,
org.eclipse.jdt.debug,
org.eclipse.jdt.core,
org.eclipse.jdt.core.manipulation,
org.eclipse.jdt.ls.core,
org.eclipse.jdt.launching,
com.google.gson,
org.apache.commons.lang3,
org.eclipse.lsp4j,
com.google.guava
Bundle-ClassPath
:
lib/commons-io-2.11.0.jar,
.,
lib/rxjava-2.2.21.jar,
lib/reactive-streams-1.0.4.jar,
lib/com.microsoft.java.debug.core-0.37.0.jar
Back
|
FazBrowse Home
|
New Git URL