Hi all, The jakarta-lucene-sandbox CVS repository is now official.
Just so everyone is clear, this CVS is designed to hold contributions and sandbox projects. Both unsupported. Does everyone agree on that we should following this structure and naming convention? jakarta-lucene-sandbox/README.txt jakarta-lucene-sandbox/LICENSE.txt jakarta-lucene-sandbox/index.html jakarta-lucene-sandbox/CHANGES.txt jakarta-lucene-sandbox/contributions/CHANGES.txt jakarta-lucene-sandbox/contributions/build/build.xml jakarta-lucene-sandbox/contributions/docs/... jakarta-lucene-sandbox/contributions/[contribution]/src/... jakarta-lucene-sandbox/contributions/[contribution]/xdocs/about[contribution ].xml jakarta-lucene-sandbox/contributions/[contribution]/build.xml jakarta-lucene-sandbox/contributions/[contribution]/readme.txt jakarta-lucene-sandbox/projects/[project]/src/... jakarta-lucene-sandbox/projects/[project]/docs/... jakarta-lucene-sandbox/projects/[project]/xdocs/... jakarta-lucene-sandbox/projects/[project]/build.xml jakarta-lucene-sandbox/projects/[project]/README.txt jakarta-lucene-sandbox/projects/[project]/CHANGES.txt jakarta-lucene-sandbox/projects/[project]/LICENSE.txt Where [contribution] is the name of the contribution [project] is the name of the subproject in the sandbox area. The contribution/build directory contains a build.xml which run all contributions build scripts. jakarta-lucene-sandbox/contributions/docs/... Would contain all created html files from the each contributions xdocs/about[contribution].xml I'll create the base files when we get buy off. The distinction between a contribution and a project is a little fuzzy, but projects would be for functionality outside the scope of Lucene's current API, where contributions would be able to be integrated into the current API (i.e. Analyzers, queryParsers, ...). Please provide feedback so we can finalize this. Thanks for everyone's input and patience. Thanks to Brian for recommending the new CVS. I think it will be great to get some more Lucene contributors more directly involved if they are willing. --Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
