File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
net.sourceforge.pmd.eclipse.plugin.test Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 7979 <configuration >
8080 <argLine >-XstartOnFirstThread</argLine >
8181 </configuration >
82- <dependencies combine.children=" append" >
83- <!-- make sure to detect a default JVM -->
84- <dependency >
85- <type >eclipse-plugin</type >
86- <artifactId >org.eclipse.jdt.launching.macosx</artifactId >
87- <version >0.0.0</version >
88- </dependency >
89- </dependencies >
82+ </plugin >
83+ <plugin >
84+ <groupId >org.eclipse.tycho</groupId >
85+ <artifactId >target-platform-configuration</artifactId >
86+ <configuration >
87+ <dependency-resolution >
88+ <extraRequirements combine.children=" append" >
89+ <!-- make sure to detect a default JVM -->
90+ <requirement >
91+ <type >eclipse-plugin</type >
92+ <id >org.eclipse.jdt.launching.macosx</id >
93+ <versionRange >0.0.0</versionRange >
94+ </requirement >
95+ </extraRequirements >
96+ </dependency-resolution >
97+ </configuration >
9098 </plugin >
9199 </plugins >
92100 </build >
You can’t perform that action at this time.
0 commit comments