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/14 16:48:56 UTC

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

Author: jstrachan
Date: Thu Jun 14 07:48:54 2007
New Revision: 547263

URL: http://svn.apache.org/viewvc?view=rev&rev=547263
Log:
updated the directories to real locations on people.apache.org

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=547263&r1=547262&r2=547263
==============================================================================
--- activemq/scripts/activemq-schema-copy.sh (original)
+++ activemq/scripts/activemq-schema-copy.sh Thu Jun 14 07:48:54 2007
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-SCHEMA_DIR=/tmp/schema/schema
-SNAPSHOT_SCHEMA_DIR=/tmp/schema/snapshot-schema 
+SCHEMA_DIR=/www/people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.activemq/xsds/
+SNAPSHOT_SCHEMA_DIR=/www/people.apache.org/repo/m1-snapshot-repository/org.apache.activemq/xsds/
 
-OUT_DIR=/tmp/schema/out 
+OUT_DIR=/www/apache.activemq.org/schema
 
 mkdir -p $OUT_DIR/core
 mkdir -p $OUT_DIR/ra