Browse Source

JAVA: Narrow down exlusion rules in build.xml.

pull/567/head
Fabien Allanic 15 years ago
committed by Mihaela Rosca
parent
commit
567980316d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      java/build.xml

+ 2
- 1
java/build.xml View File

@ -35,7 +35,8 @@
<fileset dir="${classes.dir}">
<include name="**/*.class"/>
<exclude name="**/*Test*"/>
<exclude name="**/*Build*"/>
<exclude name="**/BuildMetadata*"/>
<exclude name="**/JSArrayBuilder*"/>
</fileset>
<fileset dir="${src.dir}">
<include name="**/PhoneNumberMetadataProto*"/>


Loading…
Cancel
Save