File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,10 @@ configure(subprojects.findAll { it.name != "props-core" }) {
169
169
instruction ' Signature-Version' , project. fjVersion
170
170
instruction ' Bundle-ActivationPolicy' , ' lazy'
171
171
instruction ' Bundle-Vendor' , ' functionaljava.org'
172
- if (project. name != " core" ) {
173
- instruction ' Require-Bundle' , ' org.functionaljava;bundle-version="' + project. fjBaseVersion+ ' "'
174
- }
172
+ if (project. name != " core" ) {
173
+ instruction ' Require-Bundle' , ' org.functionaljava;bundle-version="' + project. fjBaseVersion+ ' "'
174
+ }
175
+ instruction ' Automatic-Module-Name' , " functionaljava${ project.name == 'core' ? '' : "-$project.name"} "
175
176
}
176
177
}
177
178
@@ -181,7 +182,6 @@ configure(subprojects.findAll { it.name != "props-core" }) {
181
182
buildCommand ' org.eclipse.pde.ManifestBuilder'
182
183
buildCommand ' org.eclipse.pde.SchemaBuilder'
183
184
}
184
- instruction ' Automatic-Module-Name' , " functionaljava${ project.name == 'core' ? '' : "-$project.name"} "
185
185
}
186
186
187
187
// Output MANIFEST.MF statically so eclipse can see it for plugin development
You can’t perform that action at this time.
0 commit comments