Просмотр исходного кода

Put LICENSE and NOTICE in all important build artifacts.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@476808 13f79535-47bb-0310-9956-ffa450edef68
pull/25/head
Jeremias Maerki 17 лет назад
Родитель
Сommit
357a98c9f9
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      build.xml

+ 4
- 0
build.xml Просмотреть файл

@@ -514,6 +514,7 @@ list of possible build targets.
<attribute name="Implementation-URL" value="http://xmlgraphics.apache.org/fop/"/>
</section>
</manifest>
<metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
</jar>
</target>

@@ -531,6 +532,7 @@ list of possible build targets.
<manifest>
<attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
</manifest>
<metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
</jar>
</target>

@@ -661,6 +663,7 @@ list of possible build targets.
<attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xmlgraphics.apache.org/fop/)"/>
<attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
</manifest>
<metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
</jar>

<!-- all-in-one transcoder jar -->
@@ -703,6 +706,7 @@ list of possible build targets.
<attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xmlgraphics.apache.org/fop/)"/>
<attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
</manifest>
<metainf dir="${basedir}" includes="LICENSE,NOTICE"/>
</jar>
</target>


Загрузка…
Отмена
Сохранить