File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
eclipse/org.mybatis.generator.eclipse.site Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 111
111
<type >eclipse-feature</type >
112
112
</dependency >
113
113
<dependency >
114
- <artifactId >org.eclipse.equinox.ds </artifactId >
115
- <type >eclipse-plugin </type >
114
+ <artifactId >org.eclipse.equinox.p2.discovery.feature </artifactId >
115
+ <type >eclipse-feature </type >
116
116
</dependency >
117
117
</dependencies >
118
- <applicationsArgs >
119
- <applicationsArg >-application org.eclipse.ant.core.antRunner</applicationsArg >
120
- <applicationsArg >-buildfile updateP2CompositeRepo.ant</applicationsArg >
121
- <applicationsArg >-Dproject.artifactId=${project.artifactId} </applicationsArg >
122
- <applicationsArg >-DqualifiedVersion=${qualifiedVersion} </applicationsArg >
123
- <applicationsArg >-Dproject.build.directory=${project.build.directory} </applicationsArg >
124
- <applicationsArg >-Dp2.repo.base.directory=${p2.repo.base.directory} </applicationsArg >
125
- </applicationsArgs >
118
+ <applicationArgs >
119
+ <arg >-application</arg >
120
+ <arg >org.eclipse.ant.core.antRunner</arg >
121
+ <arg >-buildfile</arg >
122
+ <arg >updateP2CompositeRepo.ant</arg >
123
+ </applicationArgs >
124
+ <jvmArgs >
125
+ <arg >-Dproject.artifactId=${project.artifactId} </arg >
126
+ <arg >-DqualifiedVersion=${qualifiedVersion} </arg >
127
+ <arg >-Dproject.build.directory=${project.build.directory} </arg >
128
+ <arg >-Dp2.repo.base.directory=${p2.repo.base.directory} </arg >
129
+ </jvmArgs >
126
130
</configuration >
127
131
<executions >
128
132
<execution >
You can’t perform that action at this time.
0 commit comments