breakfastcerealkillr / photohunt

Automatically exported from code.google.com/p/photohunt
0 stars 0 forks source link

Create dist.build.xml #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create a build file that will create the distribution file for Photo Hunt.
 This build file should include 3 things.

1. The jar file for the mail parser.
2. The war file for the web application.
3. A README.txt file with instructions for installing Photo Hunt (could
maybe point to Wiki).

Original issue reported on code.google.com by keoki....@gmail.com on 4 Mar 2007 at 6:46

GoogleCodeExporter commented 8 years ago
Made two build files.  dist-src.build.xml creates a distribution of the source 
code.
 dist-bin.build.xml creates a distribution of the binary files ready for
installation.  Still need a README.txt file for installation.

Original comment by keoki....@gmail.com on 8 Mar 2007 at 7:29