[Yanel-commits] rev 37375 - in public/yanel/trunk/src/realms/from-scratch-realm-template: . config

michi at wyona.com michi at wyona.com
Thu Jul 3 16:24:54 CEST 2008


Author: michi
Date: 2008-07-03 16:24:53 +0200 (Thu, 03 Jul 2008)
New Revision: 37375

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/vfs-data-repository.xml
Removed:
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml
Log:
renamed config file

Deleted: public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml	2008-07-03 13:06:02 UTC (rev 37374)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml	2008-07-03 14:24:53 UTC (rev 37375)
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-
-<repository class="org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository">
-  <name>Yanel From Scratch Data Repository</name>
-  <content src="../data-repo/data"/>
-  <directory alternative="index.html" mime-type="application/xhtml+xml"/>
-  <meta src="../data-repo/yarep-meta"/>
-  <search-index src="../data-repo/search-index"/>
-</repository>

Copied: public/yanel/trunk/src/realms/from-scratch-realm-template/config/vfs-data-repository.xml (from rev 37374, public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml)
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/config/vfs-data-repository.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/vfs-data-repository.xml	2008-07-03 14:24:53 UTC (rev 37375)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<repository class="org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository">
+  <name>Yanel From Scratch Data Repository</name>
+  <content src="../data-repo/data"/>
+  <directory alternative="index.html" mime-type="application/xhtml+xml"/>
+  <meta src="../data-repo/yarep-meta"/>
+  <search-index src="../data-repo/search-index"/>
+</repository>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml	2008-07-03 13:06:02 UTC (rev 37374)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml	2008-07-03 14:24:53 UTC (rev 37375)
@@ -4,7 +4,7 @@
   <name>Yanel From Scratch Realm</name>
 
   <rti>config/rti-repository.xml</rti>
-  <data>config/data-repository.xml</data>
+  <data>config/vfs-data-repository.xml</data>
 
   <ac-policies class="org.wyona.security.impl.PolicyManagerFactoryImplVersion2">config/ac-policies-repository.xml</ac-policies>
 



More information about the Yanel-commits mailing list