sdk build: fix incorrect regex for matching spec version
This commit is contained in:
parent
42597f0bc4
commit
9de1cd3060
@ -157,7 +157,7 @@
|
||||
replace="OpenIDE-Module-Specification-Version: ${plugins.version}"
|
||||
byline="true"/>
|
||||
<replaceregexp file="${module_dir}/nbproject/project.properties"
|
||||
match="spec.version.base"
|
||||
match="#*spec\.version\.base"
|
||||
replace="#spec.version.base"
|
||||
byline="true"/>
|
||||
</then>
|
||||
@ -167,7 +167,7 @@
|
||||
replace="OpenIDE-Module-Implementation-Version: 0"
|
||||
byline="true"/>
|
||||
<replaceregexp file="${module_dir}/nbproject/project.properties"
|
||||
match="#spec.version.base"
|
||||
match="#*spec\.version\.base"
|
||||
replace="spec.version.base"
|
||||
byline="true"/>
|
||||
</else>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user