File tree Expand file tree Collapse file tree 4 files changed +32
-1
lines changed
com.microsoft.java.debug.plugin/META-INF
com.microsoft.java.debug.repository Expand file tree Collapse file tree 4 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Bundle-ManifestVersion : 2
3- Bundle-Name : Debug
3+ Bundle-Name : Java Debug Server Plugin
44Bundle-SymbolicName : com.microsoft.java.debug.plugin;singleton:=true
55Bundle-Version : 0.10.0
66Bundle-RequiredExecutionEnvironment : JavaSE-1.8
77Bundle-ActivationPolicy : lazy
88Bundle-Activator : com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
9+ Bundle-Vendor : Microsoft
910Import-Package : org.eclipse.jdt.core,
1011 org.eclipse.jdt.launching,
1112 org.osgi.framework;version="1.3.0"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <site >
3+ <bundle id =" com.microsoft.java.debug.plugin" version =" 0.10.0" >
4+ <category name =" javadebug" />
5+ </bundle >
6+ <category-def name =" javadebug" label =" Java Debug Server" />
7+ </site >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >com.microsoft.java</groupId >
6+ <artifactId >java-debug-parent</artifactId >
7+ <version >0.10.0</version >
8+ </parent >
9+ <artifactId >com.microsoft.java.debug.repository</artifactId >
10+ <packaging >eclipse-repository</packaging >
11+ <name >${base.name} :: P2 Update site</name >
12+ <build >
13+ <plugins >
14+ <plugin >
15+ <groupId >org.eclipse.tycho</groupId >
16+ <artifactId >tycho-maven-plugin</artifactId >
17+ <version >${tycho-version} </version >
18+ <extensions >true</extensions >
19+ </plugin >
20+ </plugins >
21+ </build >
22+ </project >
Original file line number Diff line number Diff line change 5959 <modules >
6060 <module >com.microsoft.java.debug.core</module >
6161 <module >com.microsoft.java.debug.plugin</module >
62+ <module >com.microsoft.java.debug.repository</module >
6263 </modules >
6364 <build >
6465 <pluginManagement >
You can’t perform that action at this time.
0 commit comments