You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/08/05 17:00:22 UTC

svn commit: r682734 - /openjpa/branches/1.2.x/openjpa-project/assembly.xml

Author: mikedd
Date: Tue Aug  5 08:00:22 2008
New Revision: 682734

URL: http://svn.apache.org/viewvc?rev=682734&view=rev
Log:
Update assembly with correct javadoc location

Modified:
    openjpa/branches/1.2.x/openjpa-project/assembly.xml

Modified: openjpa/branches/1.2.x/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/assembly.xml?rev=682734&r1=682733&r2=682734&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/assembly.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/assembly.xml Tue Aug  5 08:00:22 2008
@@ -65,7 +65,7 @@
             <outputDirectory>docs/manual</outputDirectory>
         </fileSet>
         <fileSet>
-            <directory>target/site/apidocs</directory>
+            <directory>../target/site/apidocs</directory>
             <outputDirectory>docs/javadoc</outputDirectory>
         </fileSet>
         <fileSet>