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/08/07 00:24:58 UTC

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

Author: jstrachan
Date: Mon Aug  6 15:24:57 2007
New Revision: 563310

URL: http://svn.apache.org/viewvc?view=rev&rev=563310
Log:
updated the schema script to include camel 1.0 or later

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=563310&r1=563309&r2=563310
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Mon Aug  6 15:24:57 2007
@@ -33,6 +33,6 @@
 SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m1-snapshot-repository/org.apache.camel/xsds
 
 # TODO uncomment when Camel 1.0 is released
-#cp $SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/
-#cp $SCHEMA_DIR/*.html $OUT_DIR/spring/
+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/