[Yanel-commits] rev 44859 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Thu Sep 24 22:14:28 CEST 2009


Author: michi
Date: 2009-09-24 22:14:28 +0200 (Thu, 24 Sep 2009)
New Revision: 44859

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
obsolete code removed and echo which revision will be exported

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2009-09-24 14:31:39 UTC (rev 44858)
+++ public/yanel/trunk/src/build/build.xml	2009-09-24 20:14:28 UTC (rev 44859)
@@ -186,12 +186,7 @@
 
 <!-- Start exporting from SVN -->
     <mkdir dir="${build.dir}/source-snapshots"/>
-    <!--exec executable="svn">
-      <arg value="export"/>
-      <arg value="-r${yanel.revision}"/>
-      <arg value="https://svn.wyona.com/repos/public/yanel/trunk"/>
-      <arg value="${snapshot.dir}"/>
-    </exec-->
+    <echo>Start exporting source from SVN, revision: ${yanel.revision}</echo>
     <svnant:svn username="anonymous" password="anonymous">
       <export
        revision="${yanel.revision}"
@@ -199,35 +194,8 @@
        destPath="${snapshot.dir}"
       />
     </svnant:svn>
-
 <!-- End exporting from SVN -->
 
-<!-- Start copying the local version -->
-<!--
-    <mkdir dir="${snapshot.dir}/src"/>
-    <copy file="${yanel.source.home}/README.txt" todir="${snapshot.dir}"/>
-    <copy file="${yanel.source.home}/configure.sh" todir="${snapshot.dir}"/>
-    <chmod file="${snapshot.dir}/configure.sh" perm="755"/>
-    <copy file="${yanel.source.home}/configure.bat" todir="${snapshot.dir}"/>
-    <copy file="${yanel.source.home}/build.sh" todir="${snapshot.dir}"/>
-    <chmod file="${snapshot.dir}/build.sh" perm="755"/>
-    <copy file="${yanel.source.home}/build.bat" todir="${snapshot.dir}"/>
-    <copy file="${yanel.source.home}/yanel.sh" todir="${snapshot.dir}"/>
-    <chmod file="${snapshot.dir}/yanel.sh" perm="755"/>
-    <copy file="${yanel.source.home}/yanel.bat" todir="${snapshot.dir}"/>
-    <copy todir="${snapshot.dir}/src">
-      <fileset dir="${yanel.source.home}/src" excludes="build/local.build.properties, contributions/resources/nutch/conf/nutch-local.xml"/>
-    </copy>
-    <copy todir="${snapshot.dir}/tools">
-      <fileset dir="${yanel.source.home}/tools" excludes="apache-tomcat/java-1.4/**"/>
-    </copy>
-    <chmod dir="${snapshot.dir}/tools/apache-ant-1.6.5/bin" perm="755" includes="*"/>
-    <copy todir="${snapshot.dir}/conf">
-      <fileset dir="${yanel.source.home}/conf" excludes="local/**"/>
-    </copy>
--->
-<!-- End copying the local version -->
-
     <replace file="${snapshot.dir}/src/build/build.properties" value="${yanel.revision}">
       <replacetoken>REVISION</replacetoken>
     </replace>



More information about the Yanel-commits mailing list