Browse Source

Try to remote parent element during Debian build.

This patch will try to remove the <parent/> stuff from java/pom.xml
during the Debian package build.

Author: daniel@pocock.pro
pull/567/head
Daniel Pocock 11 years ago
committed by Mihaela Rosca
parent
commit
52a539fd45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/libphonenumber6-java.poms

+ 1
- 1
debian/libphonenumber6-java.poms View File

@ -31,7 +31,7 @@ tools/java/common/pom.xml
tools/java/cpp-build/pom.xml
tools/java/data/pom.xml
tools/java/java-build/pom.xml
java/pom.xml
java/pom.xml --no-parent
java/libphonenumber/pom.xml --java-lib
java/internal/prefixmapper/pom.xml --java-lib
java/carrier/pom.xml --java-lib


Loading…
Cancel
Save