You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/06/20 10:36:45 UTC

svn commit: r548996 - /activemq/scripts/activemq-schema-copy.sh

Author: jstrachan
Date: Wed Jun 20 01:36:44 2007
New Revision: 548996

URL: http://svn.apache.org/viewvc?view=rev&rev=548996
Log:
Added support for camel schemas

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?view=diff&rev=548996&r1=548995&r2=548996
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Wed Jun 20 01:36:44 2007
@@ -22,5 +22,15 @@
 cp $SNAPSHOT_SCHEMA_DIR/activemq-jpa-store*.xsd* $OUT_DIR/jpa-store/
 
 
+
+#
+# Camel schemas
+#          
+OUT_DIR=/www/activemq.apache.org/camel/schema
           
-          
+SCHEMA_DIR=/www/people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.camel/xsds
+SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m1-snapshot-repository/org.apache.camel/xsds
+
+#cp $SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/
+cp $SCHEMA_DIR/*.html $OUT_DIR/spring/
+cp $SNAPSHOT_SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/