blob: e9069ec5afa2a0a427f5669b45d9e6b8adff1654 [file] [log] [blame]
<!-- -->
<!-- Copyright 2007 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<module>
<inherits name="com.google.gwt.core.Core"/>
<super-source path="test/caseinsensitive" includes="Go*.java" casesensitive="false"/>
<super-source path="test/casesensitive" includes="CaseSensitive_A_*.java"/>
<super-source path="test/excludes" excludes="Excludes_Exclude1.java Excludes_Exclude2.java">
<exclude name="Excludes_Exclude3.java"/>
</super-source>
<super-source path="test/includeexclude" includes="*.java" excludes="IncludeExclude_Exclude1.java IncludeExclude_Exclude2.java">
<exclude name="IncludeExclude_Exclude3.java"/>
</super-source>
<super-source path="test/includes" includes="Includes_Include1.java, Includes_Include2.java">
<include name="Includes_Include3.java"/>
</super-source>
<super-source path="test/recursive" includes="**/good/*.java"/>
</module>