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:26:09 UTC

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

Author: jstrachan
Date: Mon Aug  6 15:26:08 2007
New Revision: 563311

URL: http://svn.apache.org/viewvc?view=rev&rev=563311
Log:
avoided trying to copy non-existent html files

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=563311&r1=563310&r2=563311
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Mon Aug  6 15:26:08 2007
@@ -34,5 +34,5 @@
 
 # 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/*.html $OUT_DIR/spring/
 cp $SNAPSHOT_SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/