Update of /cvsroot/archive-access/archive-access/projects/infiniteurl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14824
Added Files:
build.xml
Log Message:
* build.xml
Add empty build.xml. Avoids harmless spew of exceptions during maven build.
--- NEW FILE: build.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--Use maven to build. Ant not supported.
(This is a placeholder build.xml. Without it, the maven build of src
will try to autogenerate an ant build file spewing an ugly exception
into the build).
-->
|