You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2007/05/03 23:40:44 UTC

svn commit: r534992 - in /incubator/uima/uimacpp/trunk: buildSrcTree.cmd buildSrcTree.sh

Author: eae
Date: Thu May  3 14:40:43 2007
New Revision: 534992

URL: http://svn.apache.org/viewvc?view=rev&rev=534992
Log:
UIMA-275 add overview to src image

Modified:
    incubator/uima/uimacpp/trunk/buildSrcTree.cmd
    incubator/uima/uimacpp/trunk/buildSrcTree.sh

Modified: incubator/uima/uimacpp/trunk/buildSrcTree.cmd
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildSrcTree.cmd?view=diff&rev=534992&r1=534991&r2=534992
==============================================================================
--- incubator/uima/uimacpp/trunk/buildSrcTree.cmd (original)
+++ incubator/uima/uimacpp/trunk/buildSrcTree.cmd Thu May  3 14:40:43 2007
@@ -102,6 +102,7 @@
 xcopy /Q %UIMACPP_SOURCE%\docs\builddocs.cmd %TARGET_DIR%\docs
 xcopy /Q %UIMACPP_SOURCE%\docs\uimacpp.dox %TARGET_DIR%\docs
 xcopy /Q %UIMACPP_SOURCE%\docs\doxyheader.html %TARGET_DIR%\docs
+xcopy /Q %UIMACPP_SOURCE%\docs\overview_and_setup.html %TARGET_DIR%\docs
 
 echo copying from %UIMACPP_SOURCE%\src
 xcopy /Q %UIMACPP_SOURCE%\src\readme.tobuild %TARGET_DIR%\src

Modified: incubator/uima/uimacpp/trunk/buildSrcTree.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildSrcTree.sh?view=diff&rev=534992&r1=534991&r2=534992
==============================================================================
--- incubator/uima/uimacpp/trunk/buildSrcTree.sh (original)
+++ incubator/uima/uimacpp/trunk/buildSrcTree.sh Thu May  3 14:40:43 2007
@@ -96,6 +96,7 @@
 cp $CPL $UIMACPP_SOURCE/docs/builddocs.sh $target_dir/docs
 cp $CPL $UIMACPP_SOURCE/docs/uimacpp.dox $target_dir/docs
 cp $CPL $UIMACPP_SOURCE/docs/doxyheader.html $target_dir/docs
+cp $CPL $UIMACPP_SOURCE/docs/overview_and_setup.html $target_dir/docs
 
 print -u2 "copying from $UIMACPP_SOURCE/src"
 cp $CPL $UIMACPP_SOURCE/src/readme.tobuild $target_dir/src/