This commit is contained in:
parent
7fbb47c617
commit
d6add94b17
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Fix an unexpanded ${parsedVersion.osgiVersion} variable in the
|
||||||
|
manifests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 09:34:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Mon Mar 18 09:34:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Fix an unexpanded ${parsedVersion.osgiVersion} variable in the
|
||||||
|
manifests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 09:34:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Mon Mar 18 09:34:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -145,6 +145,9 @@ sed -i -e "s|ant<|org.apache.ant<|g" integration/pom.xml
|
|||||||
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
|
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
|
||||||
%{_bindir}/xargs -t perl -pi -e 's/\r$//g'
|
%{_bindir}/xargs -t perl -pi -e 's/\r$//g'
|
||||||
|
|
||||||
|
# Unexpanded variable in the manifests
|
||||||
|
perl -pi -e 's#\${parsedVersion\.osgiVersion}#%{version}#g' */src/main/resources/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
# The general pattern is that the API package exports API classes and does
|
# The general pattern is that the API package exports API classes and does
|
||||||
# # not require impl classes. slf4j was breaking that causing "A cycle was
|
# # not require impl classes. slf4j was breaking that causing "A cycle was
|
||||||
# # detected when generating the classpath slf4j.api, slf4j.nop, slf4j.api."
|
# # detected when generating the classpath slf4j.api, slf4j.nop, slf4j.api."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user