Index: build.xml
===================================================================
--- build.xml	(revision 159666)
+++ build.xml	(working copy)
@@ -6,13 +6,14 @@
   <!-- Build & deploy all the plugin jars.                    -->
   <!-- ====================================================== -->
   <target name="deploy">
 <!-- <ant dir="protocol-file" target="deploy"/>  license: activation is Sun-->
 <!-- <ant dir="protocol-ftp" target="deploy"/>   license: activation is Sun-->
      <ant dir="protocol-http" target="deploy"/>
      <ant dir="parse-html" target="deploy"/>
      <ant dir="parse-text" target="deploy"/>
      <ant dir="parse-pdf" target="deploy"/>
      <ant dir="parse-msword" target="deploy"/>
+  	<ant dir="parse-mspowerpoint" target="deploy"/>
 <!-- <ant dir="parse-mp3" target="deploy"/>      license: jid3 is LGPL-->
 <!-- <ant dir="parse-rtf" target="deploy"/>      license: parse-rtf is LGPL-->
      <ant dir="parse-ext" target="deploy"/>
@@ -37,6 +38,7 @@
      <ant dir="protocol-http" target="test"/>
      <ant dir="parse-html" target="test"/>
 <!-- <ant dir="parse-pdf" target="test"/> -->
+  	<ant dir="parse-mspowerpoint" target="test"/> 
 <!-- <ant dir="parse-msword" target="test"/> -->
 <!-- <ant dir="parse-mp3" target="test"/> -->
 <!-- <ant dir="parse-rtf" target="test"/> -->
@@ -57,6 +59,7 @@
     <ant dir="parse-text" target="clean"/>
     <ant dir="parse-pdf" target="clean"/>
     <ant dir="parse-msword" target="clean"/>
+  	<ant dir="parse-mspowerpoint" target="clean"/> 
     <ant dir="parse-mp3" target="clean"/>
     <ant dir="parse-rtf" target="clean"/>
     <ant dir="parse-ext" target="clean"/>
