You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/05/28 20:58:52 UTC

svn commit: r779723 - /incubator/pivot/trunk/build.xml

Author: tvolkert
Date: Thu May 28 18:58:51 2009
New Revision: 779723

URL: http://svn.apache.org/viewvc?rev=779723&view=rev
Log:
Added StAX jars to the install build target

Modified:
    incubator/pivot/trunk/build.xml

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=779723&r1=779722&r2=779723&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Thu May 28 18:58:51 2009
@@ -693,6 +693,8 @@
             tofile="${folder.install}/${folder.release}/${folder.lib}/${ant.project.name}-wtk-incubating.terra.jar"/>
         <copy file="${folder.lib}/${ant.project.name}-tools.jar"
             tofile="${folder.install}/${folder.release}/${folder.lib}/${ant.project.name}-tools-incubating.jar"/>
+        <copy file="wtk/lib/stax-1.2.0.jar" todir="${folder.install}/${folder.release}/${folder.lib}"/>
+        <copy file="wtk/lib/stax-api-1.0.jar" todir="${folder.install}/${folder.release}/${folder.lib}"/>
 
         <!-- Copy documentation -->
         <copy todir="${folder.install}/${folder.release}/${folder.doc}">