This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git
commit 716f5233311e1f96ee1008902c8ccb0a11fe1d88 Author: Thomas Vandahl <[email protected]> AuthorDate: Sun Nov 22 19:27:10 2009 +0000 Moved intake component to the released components section. git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@883126 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 3 +++ src/site/site.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3a2d360..44a9b7a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,6 +27,9 @@ <body> <release version="3.0.0" date="2005-05-13"> <action dev="tv" type="update"> + Moved intake component to the released components section. + </action> + <action dev="tv" type="update"> Moved parser component to the released components section. </action> <action dev="sgoeschl" type="add"> diff --git a/src/site/site.xml b/src/site/site.xml index 0f592dc..795bbc4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -50,6 +50,7 @@ <item name="Crypto" href="/fulcrum-crypto/"/> <item name="DVSL" href="/fulcrum-dvsl/"/> <item name="Factory" href="/fulcrum-factory/"/> + <item name="Intake" href="/fulcrum-intake/"/> <item name="Localization" href="/fulcrum-localization/"/> <item name="Mimetype" href="/fulcrum-mimetype/"/> <item name="Pool" href="/fulcrum-pool/"/> @@ -84,7 +85,6 @@ <item name="Configuration" href="/fulcrum-configuration-impl/"/> <item name="Groovy" href="/fulcrum-groovy/"/> <item name="HsqlDB" href="/fulcrum-hsqldb/"/> - <item name="Intake" href="/fulcrum-intake/"/> <item name="Jetty" href="/fulcrum-jetty/"/> <item name="PBE" href="/fulcrum-pbe/"/> <item name="ResourceManager" href="/fulcrum-resourcemanager/"/>
