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/10/19 17:15:39 UTC

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

Author: jstrachan
Date: Fri Oct 19 08:15:38 2007
New Revision: 586497

URL: http://svn.apache.org/viewvc?rev=586497&view=rev
Log:
disabled the osgi snapshot copy as we don't use the m1 repo currently

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=586497&r1=586496&r2=586497&view=diff
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Fri Oct 19 08:15:38 2007
@@ -37,4 +37,6 @@
 SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m1-snapshot-repository/org.apache.camel/xsds
 
 cp $SNAPSHOT_SCHEMA_DIR/camel-spring*.xsd* $OUT_DIR/spring/
-cp $SNAPSHOT_SCHEMA_DIR/camel-osgi*.xsd* $OUT_DIR/osgi/
+
+# TODO we no longer use the m1 deployments?
+#cp $SNAPSHOT_SCHEMA_DIR/camel-osgi*.xsd* $OUT_DIR/osgi/