Fridrich Strba 2019-01-21 07:20:19 +00:00 committed by Git OBS Bridge
parent 5434ec2813
commit 3fd5194f3d

View File

@ -1,10 +1,9 @@
--- build.xml 2018-05-14 11:00:43.000000000 +0200
+++ build.xml 2019-01-19 08:32:11.492539275 +0100
@@ -251,7 +251,8 @@
<attribute name="Implementation-Title" value="${Name}"/>
@@ -252,6 +252,8 @@
<attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xmlgraphics.apache.org/)"/>
- <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
<attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
+ <attribute name="Bundle-SymbolicName" value="org.apache.xmlgraphics"/>
+ <attribute name="Bundle-Version" value="${version}"/>
</manifest>