You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2008/10/04 10:19:44 UTC

svn commit: r701609 - /directory/studio/trunk/help-pom.xml

Author: seelmann
Date: Sat Oct  4 01:19:43 2008
New Revision: 701609

URL: http://svn.apache.org/viewvc?rev=701609&view=rev
Log:
Fixed dynamic help

Modified:
    directory/studio/trunk/help-pom.xml

Modified: directory/studio/trunk/help-pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/help-pom.xml?rev=701609&r1=701608&r2=701609&view=diff
==============================================================================
--- directory/studio/trunk/help-pom.xml (original)
+++ directory/studio/trunk/help-pom.xml Sat Oct  4 01:19:43 2008
@@ -335,6 +335,12 @@
                   <outputproperty name="encoding" value="iso8859_1" />
                   <outputproperty name="indent" value="es" />
                 </xslt>
+                
+                <!-- Copy the good plugin.xml. 
+                     The eclipse.xsl creates its own plugin.xml but we want 
+                     to use our own.
+                -->
+                <copy todir="target/classes" file="plugin.xml" overwrite="true" />
               </tasks>
             </configuration>
             <goals>
@@ -355,4 +361,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>