]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/dao/mapping.xml
Clean up directories
[gpl/argeo-slc.git] / legacy / runtime / org.argeo.slc.support.jcr / src / main / resources / org / argeo / slc / jcr / dao / mapping.xml
diff --git a/legacy/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/dao/mapping.xml b/legacy/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/dao/mapping.xml
deleted file mode 100644 (file)
index 268c206..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright (C) 2007-2012 Argeo GmbH
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-            http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<!DOCTYPE jackrabbit-ocm PUBLIC "-//The Apache Software Foundation//DTD Repository//EN" "http://jackrabbit.apache.org/dtd/jackrabbit-ocm-1.5.dtd">
-<jackrabbit-ocm>
-       <class-descriptor className="Type" jcrType="my:type"
-               jcrSuperTypes="nt:base" jcrMixinTypes="mix:referenceable">
-               <field-descriptor fieldName="path" path="true" />
-               <field-descriptor fieldName="uuid" uuid="true" />
-               <field-descriptor fieldName="name" jcrName="my:name"
-                       jcrMandatory="true" />
-               <field-descriptor fieldName="description" jcrName="my:description" />
-       </class-descriptor>
-       <class-descriptor className="Element" jcrType="my:element"
-               jcrSuperTypes="nt:base" jcrMixinTypes="mix:versionable">
-               <field-descriptor fieldName="path" path="true" />
-               <field-descriptor fieldName="uuid" uuid="true" />
-               <field-descriptor fieldName="name" jcrName="my:name"
-                       jcrMandatory="true" />
-               <field-descriptor fieldName="description" jcrName="my:description" />
-               <bean-descriptor fieldName="type" jcrName="my:type"
-                       proxy="false" jcrType="my:type" jcrMandatory="true"
-                       jcrOnParentVersion="IGNORE"
-                       converter="org.apache.jackrabbit.ocm.manager.beanconverter.impl.ReferenceBeanConverterImpl" />
-       </class-descriptor>
-</jackrabbit-ocm> 
\ No newline at end of file