You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2007/06/25 13:45:12 UTC

svn commit: r550458 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

Author: apetrenko
Date: Mon Jun 25 04:45:11 2007
New Revision: 550458

URL: http://svn.apache.org/viewvc?view=rev&rev=550458
Log:
doc directory has been removed from jdk/jre

Modified:
    harmony/enhanced/drlvm/trunk/build/make/build.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/build.xml?view=diff&rev=550458&r1=550457&r2=550458
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/build.xml Mon Jun 25 04:45:11 2007
@@ -246,8 +246,6 @@
         <!-- product binary deploy location -->
         <property name="build.deploy.dir" location="../${build.os.short}_${build.arch}_${build.cxx}_${build.cfg}/deploy" />
 
-        <!-- product doc deploy location -->
-        <property name="build.deploy.doc.dir" location="../${build.os.short}_${build.arch}_${build.cxx}_${build.cfg}/docs" />
     </target>
 
     <target name="clean.update" depends="">
@@ -513,7 +511,6 @@
     <!-- put the rest of product (everything but components' output) to the deploy directory -->
     <target name="fill.up.deploy" depends="deploy.jni.n.jvmti.includes,
                                            deploy.readme,
-                                           deploy.getting_started,
                                            deploy.copy_classlib,
                                            deploy.antlr,
                                            deploy.vmmagic,
@@ -694,22 +691,6 @@
 
 </echo>
         <fixcrlf srcDir="${build.deploy.dir}/jdk/jre/" includes="readme.txt" />
-    </target>
-
-
-    <!-- Deploy the Getting Started document -->
-    <target name="deploy.getting_started" depends="plugin.antcontrib, set.semis.dirs">
-        <mkdir dir="${build.deploy.dir}/jdk/jre/doc" />
-
-        <copy todir="${build.deploy.dir}/jdk/jre/doc">
-            <fileset dir="${build.VM.home}/doc">
-                <include name="images/**" />
-                <include name="drl.css" />
-                <include name="GettingStarted.htm" />
-            </fileset>
-        </copy>
-
-        <fixcrlf srcDir="${build.deploy.dir}/jdk/jre/doc" includes="*.htm *.css" />
     </target>