You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2015/02/04 23:28:20 UTC

svn commit: r1657433 - /pivot/branches/2.0.x/build.xml

Author: smartini
Date: Wed Feb  4 22:28:19 2015
New Revision: 1657433

URL: http://svn.apache.org/r1657433
Log:
PIVOT-964, update even Ant build file to use wtk dependencies

Modified:
    pivot/branches/2.0.x/build.xml

Modified: pivot/branches/2.0.x/build.xml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/build.xml?rev=1657433&r1=1657432&r2=1657433&view=diff
==============================================================================
--- pivot/branches/2.0.x/build.xml (original)
+++ pivot/branches/2.0.x/build.xml Wed Feb  4 22:28:19 2015
@@ -508,7 +508,9 @@ limitations under the License.
     </target>
 
     <target name="tests" depends="core, web, wtk, wtk-terra">
-        <compile project="tests"/>
+        <compile project="tests">
+            <fileset dir="wtk" includes="lib/**/*.jar"/>
+        </compile>
     </target>
 
     <target name="tutorials" depends="core, wtk, web">