File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
platform/org.eclipse.platform Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
3+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" >
4+ <attributes >
5+ <attribute name =" module" value =" true" />
6+ </attributes >
7+ </classpathentry >
48 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5- <classpathentry kind =" src" output =" bin-intro " path =" src-intro" />
9+ <classpathentry kind =" src" output =" bin" path =" src-intro" />
610 <classpathentry kind =" output" path =" bin" />
711</classpath >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.platform; singleton:=true
55Bundle-Version : 4.38.0.qualifier
6- Bundle-ClassPath : platform.jar
76Bundle-Vendor : %providerName
87Bundle-Localization : plugin
98Require-Bundle : org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)",
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ bin.includes = about.html,\
3030 plugin.properties,\
3131 splash.png,\
3232 intro/,\
33- platform.jar,\
3433 META-INF/,\
34+ .,\
3535 narrow_book.css,\
3636 disabled_book.css,\
3737 book.css,\
@@ -50,9 +50,9 @@ bin.includes = about.html,\
5050 org.eclipse.ui.intro.universal.solstice/,\
5151 keys/, \
5252 icons/
53+ source.. = src-intro
54+ output.. = bin
5355src.includes = about.html
54- source.platform.jar = src-intro/
55- output.platform.jar = bin-intro/
5656
5757# Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless
5858tycho.pomless.parent = ../../
You can’t perform that action at this time.
0 commit comments