From 20149d6d787664d277ae8ca2c14722778b744e35 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 07 May 2007 15:05:57 +0000
Subject: [PATCH] Fix typo.

---
 opendj-sdk/opends/resource/admin/example-plugin/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/admin/example-plugin/build.xml b/opendj-sdk/opends/resource/admin/example-plugin/build.xml
index 38d2333..c0b78cd 100644
--- a/opendj-sdk/opends/resource/admin/example-plugin/build.xml
+++ b/opendj-sdk/opends/resource/admin/example-plugin/build.xml
@@ -214,7 +214,7 @@
     </xslt>
 
     <!-- Compile the Directory Server extension configuration I18N message files. -->
-    <xslt basedir="${src.dir}" destdir="${classes.dir}/admin/messages" style="${admin.dir}/messageMO.xsl">
+    <xslt basedir="${src.dir}" destdir="${classes.dir}/admin/messages" style="${admin.dir}/messagesMO.xsl">
       <include name="**/*Configuration.xml" />
       <exclude name="org/opends/server/admin/std/*.xml" />
       <regexpmapper handledirsep="true" from="^(.*)/([^/]+)Configuration\.xml$$" to="\1/meta/\2CfgDefn.properties" />

--
Gitblit v1.10.0