Author: hadrian
Date: Mon Jan 26 14:16:12 2009
New Revision: 737700

URL: http://svn.apache.org/viewvc?rev=737700&view=rev
Log:
Update scripts for Camel schemas and manual

Modified:
    activemq/scripts/activemq-schema-copy.sh

Modified: activemq/scripts/activemq-schema-copy.sh
URL: 
http://svn.apache.org/viewvc/activemq/scripts/activemq-schema-copy.sh?rev=737700&r1=737699&r2=737700&view=diff
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Mon Jan 26 14:16:12 2009
@@ -28,7 +28,7 @@
 #
 # Camel schemas
 #          
-OUT_DIR=/www/activemq.apache.org/camel/schema
+OUT_DIR=/www/camel.apache.org/schema
 
 # Copy the released schema
 cp 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-spring/*/*.xsd
 $OUT_DIR/spring/
@@ -37,8 +37,7 @@
 
 cp 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-cxf/*/*.xsd
 $OUT_DIR/cxfEndpoint/
 
-# Uncomment it when camel 1.4 released
-# cp 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-spring-integration/*/*.xsd
 $OUT_DIR/spring/integration
+cp 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-spring-integration/*/*.xsd
 $OUT_DIR/spring/integration
 
 # Update the default schema with the latest released schema
 
@@ -48,7 +47,7 @@
 
 /usr/local/bin/python ~/activemq-scripts/copy_released_xsd.py 
$OUT_DIR/cxfEndpoint camel-cxf.xsd
 
-# /usr/local/bin/python ~/activemq-scripts/copy_released_xsd.py 
$OUT_DIR/spring/integration camel-spring-integration.xsd
+/usr/local/bin/python ~/activemq-scripts/copy_released_xsd.py 
$OUT_DIR/spring/integration camel-spring-integration.xsd
 
 
 # Copy the snapshot schema
@@ -62,9 +61,9 @@
 
 /usr/local/bin/python ~/activemq-scripts/copy_snapshot_xsd.py 
$SNAPSHOT_SCHEMA_DIR/camel-spring-integration $OUT_DIR/spring/integration
 
-/usr/local/bin/python ~/activemq-scripts/copy_snapshot.py 
/www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-manual
 /www/activemq.apache.org/camel/manual ".pdf"
-/usr/local/bin/python ~/activemq-scripts/copy_snapshot.py 
/www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-manual
 /www/activemq.apache.org/camel/manual ".html"
-/usr/local/bin/python ~/activemq-scripts/copy_released.py 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-manual/
 /www/activemq.apache.org/camel/manual ".pdf"
-/usr/local/bin/python ~/activemq-scripts/copy_released.py 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-manual/
 /www/activemq.apache.org/camel/manual ".html"
+/usr/local/bin/python ~/activemq-scripts/copy_snapshot.py 
/www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-manual
 /www/camel.apache.org/manual ".pdf"
+/usr/local/bin/python ~/activemq-scripts/copy_snapshot.py 
/www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-manual
 /www/camel.apache.org/manual ".html"
+/usr/local/bin/python ~/activemq-scripts/copy_released.py 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-manual/
 /www/camel.apache.org/manual ".pdf"
+/usr/local/bin/python ~/activemq-scripts/copy_released.py 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-manual/
 /www/camel.apache.org/manual ".html"
 
 


Reply via email to