JAVA: Add Maven support for the libphonenumber demo.
authorphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 8 Dec 2011 13:38:07 +0000 (13:38 +0000)
committerphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 8 Dec 2011 13:38:07 +0000 (13:38 +0000)
commitec97ff5b000821589ed94437ff5a67fc43100ec6
treef15bcbbb2470e8527cf3ae29df67bf39d09630cc
parent976356b28aa5ba825e8238fe0270c474e43f4043
JAVA: Add Maven support for the libphonenumber demo.

That lets the demo be part of the libphonenumber Maven project thus adds the following benefits:
   - Automatically update the version of the demo and the libphonenumber artifact the demo depends on when performing a release.
   - Let Maven handle the deployment of the demo to AppEngine without any need to install the AppEngine SDK.
   - No need to push the dependency JARs (servlet, apache common fileupload/io) even if they are still here to let you use Ant if you prefer.

Note that this CL depends on CL 5395054.

Review URL: http://codereview.appspot.com/5405041

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@409 ee073f10-1060-11df-b6a4-87a95322a99c
java/demo/README [new file with mode: 0644]
java/demo/pom.xml [new file with mode: 0644]
java/pom.xml
tools/java/data/README