On 6/30/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
Igor just committed a maven archetype to our svn and we still have a
quickstart and examples project that seem a bit out of place for our
main distribution.
trunk/
archetypes/
jdk-1.4/
wicket-quickstart
jdk-1.5/
wicket-examples/
testing/
README
NOTICE
LICENSE
release.sh
eclipse.sh
pom.xml
I'm proposing to move things a bit around.
trunk/
applications/
wicket-archetype/
wicket-quickstart/
wicket-examples/
jdk-1.4/
jdk-1.5/
testing/
README
NOTICE
LICENSE
release.sh
eclipse.sh
pom.xml
+0
Each application will then have a separate release distribution, so we
will release:
wicket-1.3.zip
wicket-quickstart-1.3.zip
wicket-examples-1.3.zip
(the archetype will only be released through the maven repo)
+1
Frank