[Browserlaunch2-development] Archives for file releases
Brought to you by:
jchapman0
From: Thomas A. <tho...@ch...> - 2005-01-24 19:00:38
|
The CVS now contains a build.xml for ant. Right now, running ant eventually yields two archives: - BrowserLauncher2.jar: a small JAR file containing only the *.class files. This is intended to be included in (distributed) client applications that use BrowserLauncher2. - BrowserLauncher2-all.zip: a "big" Zip archive again containing the class files. Additionally, it includes the source and Javadoc API documentation. This is intended to be used by developers that want to develop applications that use BrowseLauncher2. They occasionally will want to take a look at the API or source. Open issues: - The archives do not yet include COPYING.txt and stuff. - The archives do not yet include the MANIFEST.mf. Once these are addressed, we could make these archives available for download. Any thoughts? Thomas. |