Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324034 Details for
Bug 435256
dev-java/xml-security-1.5.2 (aka apache santuario) version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xml-security-1.5.2-build.xml.patch
xml-security-1.5.2-build.xml.patch (text/plain), 2.11 KB, created by
Ivan Baidakou (dmol)
on 2012-09-16 20:18:33 UTC
(
hide
)
Description:
xml-security-1.5.2-build.xml.patch
Filename:
MIME Type:
Creator:
Ivan Baidakou (dmol)
Created:
2012-09-16 20:18:33 UTC
Size:
2.11 KB
patch
obsolete
>--- /tmp/xml-security-1_5_2.orig/build.xml 2012-09-16 20:51:40.803579562 +0300 >+++ build.xml 2012-09-16 20:56:41.070804693 +0300 >@@ -253,6 +253,14 @@ > <fileset dir="${dir.src.test}" includes="**/*.xml"/> > <fileset dir="${dir.src.test}" includes="**/*.zip"/> > </copy> >+ <!-- Tests --> >+ <jar basedir="${dir.build.test}" >+ excludes="org/apache/xml/security/temp/**" >+ includes="org/apache/**, javax/xml/crypto/**" >+ destfile="${jar.tests}" >+ manifest="${jar.manifest}"> >+ <metainf file="${dir.manifest}/*.txt"/> >+ </jar> > </target> > > <!-- samples --> >@@ -274,7 +282,7 @@ > > <!-- T E S T T A R G E T S --> > <!-- big test --> >- <target name="test" depends="build.jar" >+ <target name="test" depends="build.jar,build.test" > description="Starts all Junit tests"> > <delete dir="${dir.build.junit.xml}"/> > <delete dir="${dir.build.junit.html}"/> >@@ -327,7 +335,7 @@ > </target> > > <!-- Test JSR 105/XML DSig API --> >- <target name="test_jsr105" depends="build.jar" >+ <target name="test_jsr105" depends="build.jar,build.test" > description="Runs JSR 105 interop and unit tests"> > <delete dir="${dir.build.junit.xml}"/> > <delete dir="${dir.build.junit.html}"/> >@@ -668,7 +676,7 @@ > </target> > > <target name="build.jar" >- depends="manifest,build.src,build.test,build.samples"> >+ depends="manifest,build.src"> > > <!-- Main Library --> > <jar basedir="${dir.build.bin}" >@@ -679,23 +687,6 @@ > <metainf file="${dir.manifest}/*.txt"/> > </jar> > >- <!-- Samples --> >- <jar basedir="${dir.build.samples}" >- excludes="org/apache/xml/security/temp/**" >- includes="org/apache/**, javax/xml/crypto/**" >- destfile="${jar.samples}" >- manifest="${jar.manifest}"> >- <metainf file="${dir.manifest}/*.txt"/> >- </jar> >- >- <!-- Tests --> >- <jar basedir="${dir.build.test}" >- excludes="org/apache/xml/security/temp/**" >- includes="org/apache/**, javax/xml/crypto/**" >- destfile="${jar.tests}" >- manifest="${jar.manifest}"> >- <metainf file="${dir.manifest}/*.txt"/> >- </jar> > </target> > > <target name="build.src.jar"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 435256
:
324032
| 324034