You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/12/07 00:01:10 UTC

svn commit: r1042838 - in /incubator/lcf/branches/release-0.1-branch: ./ build.xml

Author: kwright
Date: Mon Dec  6 23:01:10 2010
New Revision: 1042838

URL: http://svn.apache.org/viewvc?rev=1042838&view=rev
Log:
Pull up changes from trunk; more changes to image names.

Modified:
    incubator/lcf/branches/release-0.1-branch/   (props changed)
    incubator/lcf/branches/release-0.1-branch/build.xml

Propchange: incubator/lcf/branches/release-0.1-branch/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Dec  6 23:01:10 2010
@@ -12,7 +12,7 @@ bin
 build
 dist
 test-output
-apache-manifoldcf-0.1.zip
-apache-manifodcf-0.1.tar.gz
+apache-manifoldcf-0.1-incubator.zip
+apache-manifoldcf-0.1-incubator.tar.gz
 apache-manifoldcf-SNAPSHOT.zip
 apache-manifoldcf-SNAPSHOT.tar.gz

Propchange: incubator/lcf/branches/release-0.1-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Dec  6 23:01:10 2010
@@ -1 +1 @@
-/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383
+/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837

Modified: incubator/lcf/branches/release-0.1-branch/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/build.xml?rev=1042838&r1=1042837&r2=1042838&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/build.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/build.xml Mon Dec  6 23:01:10 2010
@@ -1,8 +1,10 @@
 <project name="manifoldcf" default="help">
 
     <target name="clean">
-        <delete file="apache-manifoldcf-*.zip"/>
-        <delete file="apache-manifoldcf-*.tar.gz"/>
+        <delete>
+          <fileset dir="." includes="apache-manifoldcf-*.zip"/>
+          <fileset dir="." includes="apache-manifoldcf-*.tar.gz"/>
+        </delete>
         <delete dir="build"/>
         <delete dir="dist"/>
         <delete dir="test-output"/>
@@ -1508,7 +1510,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="0.1"/>
+      <property name="release-version" value="0.1-incubator"/>
     </target>
     
     <target name="create-zip" depends="build,javadoc,doc,set-version">