From f255932abbb9fd66e20711fe0ea203be2e0f2cc8 Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 19 Oct 2011 13:57:30 -0300 Subject: [PATCH] Moved the files to a single poorly chosen place --- core/formClass.inc | 4 ++-- {xsd => xsl}/collection_policy.xsd | 0 {xsd => xsl}/islandoracm.xsd | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {xsd => xsl}/collection_policy.xsd (100%) rename {xsd => xsl}/islandoracm.xsd (100%) diff --git a/core/formClass.inc b/core/formClass.inc index d1505d25..0206da1f 100644 --- a/core/formClass.inc +++ b/core/formClass.inc @@ -49,7 +49,7 @@ class formClass { 'type' => MENU_LOCAL_TASK, ); - $items['islandoracm.xsd'] = array( + $items['xsl/islandoracm.xsd'] = array( 'title' => t('Islandora Content Model XML Schema Definition'), 'page callback' => 'fedora_repository_display_schema', 'page arguments' => array('islandoracm.xsd'), @@ -57,7 +57,7 @@ class formClass { 'access arguments' => array('view fedora collection'), ); - $items['collection_policy.xsd'] = array( + $items['xsl/collection_policy.xsd'] = array( 'title' => t('Islandora Content Model XML Schema Definition'), 'page callback' => 'fedora_repository_display_schema', 'page arguments' => array('collection_policy.xsd'), diff --git a/xsd/collection_policy.xsd b/xsl/collection_policy.xsd similarity index 100% rename from xsd/collection_policy.xsd rename to xsl/collection_policy.xsd diff --git a/xsd/islandoracm.xsd b/xsl/islandoracm.xsd similarity index 100% rename from xsd/islandoracm.xsd rename to xsl/islandoracm.xsd