You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2007/01/28 00:04:11 UTC

svn commit: r500704 - /incubator/xap/trunk/buildsystem/build-manufacturing.xml

Author: bbuffone
Date: Sat Jan 27 16:04:11 2007
New Revision: 500704

URL: http://svn.apache.org/viewvc?view=rev&rev=500704
Log:
fixed issue with not Xap.js

Modified:
    incubator/xap/trunk/buildsystem/build-manufacturing.xml

Modified: incubator/xap/trunk/buildsystem/build-manufacturing.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/build-manufacturing.xml?view=diff&rev=500704&r1=500703&r2=500704
==============================================================================
--- incubator/xap/trunk/buildsystem/build-manufacturing.xml (original)
+++ incubator/xap/trunk/buildsystem/build-manufacturing.xml Sat Jan 27 16:04:11 2007
@@ -308,7 +308,7 @@
                
         <copy todir="${staging.dist.docs.location}/output"> 
             <fileset dir="${staging.dist.docs.location}/xap">
-                <include name="xap.Xap.html"/>
+                <include name="Xap.html"/>
                 <include name="xap.application.Application.html"/>
                 <include name="xap.session.ClientSession.html"/>
                 <include name="xap.xml.dom.XapElement.html"/>