]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.loader/adapters.xml
Fixed adapters.xml line endings to standard LF.
[simantics/platform.git] / bundles / org.simantics.scenegraph.loader / adapters.xml
index b89adf6c7ea48f9d68c930b4320eb24cb9feffad..7a267a7df5cc2ff9e3a61d4e781829216de448f9 100644 (file)
@@ -1,14 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>\r<!--\r
-    Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
-    in Industry THTH ry.\r
-    All rights reserved. This program and the accompanying materials\r
-    are made available under the terms of the Eclipse Public License v1.0\r
-    which accompanies this distribution, and is available at\r
-    http://www.eclipse.org/legal/epl-v10.html\r
-   \r
-    Contributors:\r
-        VTT Technical Research Centre of Finland - initial API and implementation\r
- -->\r
-
-<adapters>\r\r   <target interface="org.simantics.db.layer0.variable.Variable">\r         <adapter uri="http://www.simantics.org/Scenegraph-0.0/LiftedPropertyRelation"\r                  contextClass="org.simantics.db.layer0.variable.ModelledVariablePropertyDescriptor"\r                     adapterClass="org.simantics.scenegraph.loader.LiftedPropertyVariableAdapter" />\r        </target>\r\r     <target interface="org.simantics.db.layer0.variable.VariableBuilder">\r      <type uri="http://www.simantics.org/Scenegraph-0.0/Node"\r                   class="org.simantics.scenegraph.loader.SceneGraphVariableBuilder" />\r   </target>\r\r     <target interface="org.simantics.db.layer0.adapter.Remover">\r           <type uri="http://www.simantics.org/Scenegraph-0.0/Node"\r                       class="org.simantics.scenegraph.loader.NodeRemover">\r                   <this />\r               </type>\r        </target>\r\r
-</adapters>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright (c) 2007, 2010 Association for Decentralized Information Management
+    in Industry THTH ry.
+    All rights reserved. This program and the accompanying materials
+    are made available under the terms of the Eclipse Public License v1.0
+    which accompanies this distribution, and is available at
+    http://www.eclipse.org/legal/epl-v10.html
+   
+    Contributors:
+        VTT Technical Research Centre of Finland - initial API and implementation
+ -->
+
+<adapters>
+
+       <target interface="org.simantics.db.layer0.variable.Variable">
+               <adapter uri="http://www.simantics.org/Scenegraph-0.0/LiftedPropertyRelation"
+                       contextClass="org.simantics.db.layer0.variable.ModelledVariablePropertyDescriptor"
+                       adapterClass="org.simantics.scenegraph.loader.LiftedPropertyVariableAdapter" />
+       </target>
+
+       <target interface="org.simantics.db.layer0.variable.VariableBuilder">
+               <type uri="http://www.simantics.org/Scenegraph-0.0/Node"
+                       class="org.simantics.scenegraph.loader.SceneGraphVariableBuilder" />
+       </target>
+
+       <target interface="org.simantics.db.layer0.adapter.Remover">
+               <type uri="http://www.simantics.org/Scenegraph-0.0/Node"
+                       class="org.simantics.scenegraph.loader.NodeRemover">
+                       <this />
+               </type>
+       </target>
+</adapters>