You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2020/12/30 23:17:00 UTC

svn commit: r1884969 - /pivot/trunk/build.xml

Author: rwhitcomb
Date: Wed Dec 30 23:17:00 2020
New Revision: 1884969

URL: http://svn.apache.org/viewvc?rev=1884969&view=rev
Log:
Fix compile errors from last (untested) commit.

Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1884969&r1=1884968&r2=1884969&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Wed Dec 30 23:17:00 2020
@@ -244,11 +244,8 @@ limitations under the License.
                 failonerror="true"
             >
                 <src>
-                    <fileset dir="@{project}/src">
-                        <include name="**/*.java"/>
-                        <exclude name="**/Browser*.java" if:true="${no.browser.support}"/>
-                    </fileset>
                     <dirset dir="@{project}">
+                        <include name="src"/>
                         <include name="test"/>
                     </dirset>
                 </src>