[Commits] (bcm) fix tagging
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 26 18:01:24 PDT 2005
Commit by: bcm
Modified files:
server/build.xml 1.44 1.45
Log message:
fix tagging
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/build.xml.diff?r1=text&tr1=1.44&r2=text&tr2=1.45
Index: server/build.xml
diff -u server/build.xml:1.44 server/build.xml:1.45
--- server/build.xml:1.44 Tue Apr 26 14:04:24 2005
+++ server/build.xml Tue Apr 26 18:01:22 2005
@@ -403,10 +403,8 @@
<copy todir="${cosmo.dist.version}/bin"
file="${cosmo.bin}/cosmoctl"/>
<chmod file="${cosmo.dist.version}/bin/cosmoctl" perm="755"/>
- <copy todir="${cosmo.dist.version}">
- <fileset dir="${cosmo.docs}">
- <exclude name="arch/**"/>
- </fileset>
+ <copy todir="${cosmo.dist.version}/docs">
+ <fileset dir="${cosmo.docs}"/>
</copy>
<copy todir="${cosmo.dist.tomcat}/conf"
file="${cosmo.etc}/server.xml"/>
@@ -492,7 +490,7 @@
<target name="dist-tag"
description="tag the distribution in CVS">
- <cvs command="tag -F rel-${cosmo.tag}"/>
+ <cvs command="tag -F ${cosmo.tag}"/>
</target>
<!-- JAVADOC TARGETS -->
More information about the Commits
mailing list