Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 69969 invoked from network); 20 Oct 2004 01:15:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Oct 2004 01:15:30 -0000 Received: (qmail 96401 invoked by uid 500); 20 Oct 2004 01:15:30 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 96386 invoked by uid 99); 20 Oct 2004 01:15:30 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 19 Oct 2004 18:15:29 -0700 Received: (qmail 69944 invoked by uid 65534); 20 Oct 2004 01:15:28 -0000 Date: 20 Oct 2004 01:15:28 -0000 Message-ID: <20041020011528.69942.qmail@minotaur.apache.org> From: stefano@apache.org To: commits@gump.apache.org Subject: svn commit: rev 55112 - gump/trunk/python/gump/actor/rdf X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: stefano Date: Tue Oct 19 18:15:28 2004 New Revision: 55112 Modified: gump/trunk/python/gump/actor/rdf/describer.py Log: changing the URI to an address space that we control Modified: gump/trunk/python/gump/actor/rdf/describer.py ============================================================================== --- gump/trunk/python/gump/actor/rdf/describer.py (original) +++ gump/trunk/python/gump/actor/rdf/describer.py Tue Oct 19 18:15:28 2004 @@ -52,7 +52,7 @@ GUMP_URI = 'http://gump.apache.org/schemas/main/1.0/' GUMP_NS = Namespace(GUMP_URI) - GUMP_ENTITY_URI_BASE = 'http://apache.org/gump' + GUMP_ENTITY_URI_BASE = 'http://gump.apache.org/metadata/' def __init__(self,run,resolver=None):