You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/03/31 17:59:21 UTC

svn commit: r1670372 - /directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml

Author: elecharny
Date: Tue Mar 31 15:59:21 2015
New Revision: 1670372

URL: http://svn.apache.org/r1670372
Log:
Fixed the CML file which was generating a stack trace when Studio was started

Modified:
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml

Modified: directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml?rev=1670372&r1=1670371&r2=1670372&view=diff
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml (original)
+++ directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml Tue Mar 31 15:59:21 2015
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -17,42 +18,41 @@
 <!--
   @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <template id="metaNormalizer-view" title="MetaNormalizer - View">
-	<objectClasses>
-		<structural>metaNormalizer</structural>
-	</objectClasses>
-	<form>
-		<!-- GENERAL INFORMATION -->
-		<section title="General Information" numberOfColumns="2"
-			equalColumns="false" horizontalAlignment="fill"
-			grabExcessHorizontalSpace="true">
-
-			<!-- OID -->
-			<label value="OID:" horizontalAlignment="end" width="70" />
-			<label attributeType="m-oid" />
-
-
-			<!-- Description -->
-			<label value="Description:" horizontalAlignment="end" />
-			<label attributeType="m-description" numberOfRows="3" />
-
-		</section>
-
-		<!-- PROPERTIES -->
-		<section title="Properties" numberOfColumns="2" equalColumns="false"
-			horizontalAlignment="fill" grabExcessHorizontalSpace="true">
-
-			<!-- FQCN -->
-			<label value="Class Name:" horizontalAlignment="end" width="70" />
-			<label attributeType="m-fqcn" />
-
-			<!-- Byte Code -->
-			<label value="Byte Code:" horizontalAlignment="end"
-				verticalAlignment="center" />
-			<fileChooser attributeType="m-bytecode" showClearButton="false"
-				showBrowseButton="false" />
+  <objectClasses>
+    <structural>metaNormalizer</structural>
+  </objectClasses>
+  <form>
+    <!-- GENERAL INFORMATION -->
+    <section title="General Information" numberOfColumns="2"
+      equalColumns="false" horizontalAlignment="fill"
+      grabExcessHorizontalSpace="true">
+
+      <!-- OID -->
+      <label value="OID:" horizontalAlignment="end" width="70" />
+      <label attributeType="m-oid" />
+
+
+      <!-- Description -->
+      <label value="Description:" horizontalAlignment="end" />
+      <label attributeType="m-description" numberOfRows="3" />
+
+    </section>
+
+    <!-- PROPERTIES -->
+    <section title="Properties" numberOfColumns="2" equalColumns="false"
+      horizontalAlignment="fill" grabExcessHorizontalSpace="true">
+
+      <!-- FQCN -->
+      <label value="Class Name:" horizontalAlignment="end" width="70" />
+      <label attributeType="m-fqcn" />
+
+      <!-- Byte Code -->
+      <label value="Byte Code:" horizontalAlignment="end"
+        verticalAlignment="center" />
+      <fileChooser attributeType="m-bytecode" showClearButton="false"
+        showBrowseButton="false" />
 
-		</section>
-	</form>
+    </section>
+  </form>
 </template>