Author: jstrachan
Date: Thu Mar 13 07:16:23 2008
New Revision: 636770
URL: http://svn.apache.org/viewvc?rev=636770&view=rev
Log:
Added python location
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=636770&r1=636769&r2=636770&view=diff
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Thu Mar 13 07:16:23 2008
@@ -11,17 +11,17 @@
cp $SCHEMA_DIR/activemq-core*.xsd* $OUT_DIR/core/
cp $SCHEMA_DIR/*.html $OUT_DIR/core/
-python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/activemq-core $OUT_DIR/core/
+/usr/local/bin/python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/activemq-core
$OUT_DIR/core/
cp $SCHEMA_DIR/activemq-ra*.xsd* $OUT_DIR/ra/
cp $SCHEMA_DIR/*.html $OUT_DIR/ra/
-python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/activemq-ra $OUT_DIR/ra/
+/usr/local/bin/python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/activemq-ra
$OUT_DIR/ra/
# TODO: uncomment when ActiveMQ 5.0 is released
#cp $SCHEMA_DIR/activemq-jpa-store*.xsd* $OUT_DIR/jpa-store/
cp $SCHEMA_DIR/*.html $OUT_DIR/jpa-store/
-python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/activemq-jpa-store
$OUT_DIR/jpa-store/
+/usr/local/bin/python copy_snapshot_xsd.py
$SNAPSHOT_SCHEMA_DIR/activemq-jpa-store $OUT_DIR/jpa-store/
@@ -42,11 +42,11 @@
# Copy the snapshot schema
SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel
-python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-spring $OUT_DIR/spring
+/usr/local/bin/python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-spring
$OUT_DIR/spring
-python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-cxf $OUT_DIR/cxfEndpoint
+/usr/local/bin/python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-cxf
$OUT_DIR/cxfEndpoint
-python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-osgi $OUT_DIR/osgi
+/usr/local/bin/python copy_snapshot_xsd.py $SNAPSHOT_SCHEMA_DIR/camel-osgi
$OUT_DIR/osgi