Author: angelo.vandersijpt at luminis.eu
Date: Mon Jan 24 14:24:24 2011
New Revision: 694

Log:
AMDATU-273 Added basic metatype information to the Config template handler.

Added:
   trunk/amdatu-core/config-templates/src/main/resources/
   trunk/amdatu-core/config-templates/src/main/resources/OSGI-INF/
   trunk/amdatu-core/config-templates/src/main/resources/OSGI-INF/metatype/
   
trunk/amdatu-core/config-templates/src/main/resources/OSGI-INF/metatype/metatype.xml

Added: 
trunk/amdatu-core/config-templates/src/main/resources/OSGI-INF/metatype/metatype.xml
==============================================================================
--- (empty file)
+++ 
trunk/amdatu-core/config-templates/src/main/resources/OSGI-INF/metatype/metatype.xml
        Mon Jan 24 14:24:24 2011
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0";>
+    <OCD id="org.amdatu.core.config.templates" name="Amdatu Config Templates">
+        <AD id="workdir" name="workdir" type="String" description="The work 
directory in which temporary configuration files are stored. Note that this 
directory becomes a subdirectory of /target/work"/>
+        <AD id="hostname" name="hostname" type="String"/>
+        <AD id="port" name="port" type="String"/>
+    </OCD>
+    <Designate pid="org.amdatu.core.config.templates">
+        <Object ocdref="org.amdatu.core.config.templates"/>
+    </Designate>
+</metatype:MetaData>
\ No newline at end of file

Reply via email to