Browse Source

TOOLS: Update to use the new version of the BuildMetadataProtoFromXml that can also build data files for alternate formats.

Review URL: https://codereview.appspot.com/6351054
pull/567/head
Fredrik Roubert 14 years ago
committed by Mihaela Rosca
parent
commit
1991230d19
2 changed files with 2 additions and 0 deletions
  1. +2
    -0
      java/build.xml
  2. BIN
      tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar

+ 2
- 0
java/build.xml View File

@ -35,6 +35,7 @@
<arg value="${resources.dir}/PhoneNumberMetaData.xml"/>
<arg value="libphonenumber/src"/>
<arg value="false"/> <!-- Not for testing. -->
<arg value="false"/> <!-- Not for alternate formats. -->
<arg value="false"/> <!-- No lite metadata. -->
</exec>
</target>
@ -47,6 +48,7 @@
<arg value="${resources.dir}/PhoneNumberMetaDataForTesting.xml"/>
<arg value="libphonenumber/test"/>
<arg value="true"/> <!-- For testing. -->
<arg value="false"/> <!-- Not for alternate formats. -->
<arg value="false"/> <!-- No lite metadata. -->
</exec>
</target>


BIN
tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


Loading…
Cancel
Save