Author: hadrian
Date: Sat Jan 29 02:07:28 2011
New Revision: 1064939

URL: http://svn.apache.org/viewvc?rev=1064939&view=rev
Log:
camel-rest is not used in 2.x

Modified:
    camel/scripts/publish_camel_distro.sh

Modified: camel/scripts/publish_camel_distro.sh
URL: 
http://svn.apache.org/viewvc/camel/scripts/publish_camel_distro.sh?rev=1064939&r1=1064938&r2=1064939&view=diff
==============================================================================
--- camel/scripts/publish_camel_distro.sh (original)
+++ camel/scripts/publish_camel_distro.sh Sat Jan 29 02:07:28 2011
@@ -20,10 +20,13 @@ DOWNLOAD=${2:-/tmp/camel-release}
 mkdir ${DOWNLOAD} 2>/dev/null
 
 # The following component contain schema definitions that must be published
-# The camel-rest component is no longer used in 2.x and should be removed 
after 1.x is no longer supported
 RUNDIR=$(cd ${0%/*} && echo $PWD)
-COMPLIST=( "camel-spring:spring" "camel-cxf:cxf" "camel-osgi:osgi"
-  "camel-rest:rest" "camel-spring-integration:spring/integration" 
"camel-spring-security:spring-security")
+COMPLIST=( "camel-spring:spring"
+  "camel-cxf:cxf"
+  "camel-osgi:osgi"
+  "camel-blueprint:blueprint"
+  "camel-spring-integration:spring/integration"
+  "camel-spring-security:spring-security" )
 DIST_DIR="/www/www.apache.org/dist"
 SITE_DIR="/www/camel.apache.org"
 


Reply via email to