You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/07/10 15:22:44 UTC

svn commit: r962838 - in /pivot/trunk: ./ tests/src/org/apache/pivot/tests/

Author: gbrown
Date: Sat Jul 10 13:22:44 2010
New Revision: 962838

URL: http://svn.apache.org/viewvc?rev=962838&view=rev
Log:
Resolve PIVOT-502.

Removed:
    pivot/trunk/tests/src/org/apache/pivot/tests/BindableTest.java
    pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.java
    pivot/trunk/tests/src/org/apache/pivot/tests/BindableWindow.json
    pivot/trunk/tests/src/org/apache/pivot/tests/bindable_test.wtkx
Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=962838&r1=962837&r2=962838&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Sat Jul 10 13:22:44 2010
@@ -130,6 +130,7 @@ limitations under the License.
             <mkdir dir="@{project}/${folder.bin}"/>
             <javac destDir="@{project}/${folder.bin}"
                 includejavaruntime="true"
+                includeantruntime="true"
                 deprecation="${compiler.deprecation}"
                 debug="${compiler.debug}"
                 target="${compiler.target}"