Replaced rtag with tag
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 9 Aug 2004 04:56:14 +0000 (04:56 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 9 Aug 2004 04:56:14 +0000 (04:56 +0000)
org.glite.lb/build.xml

index 1536e49..226763d 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.12  2004/08/09 04:36:44  dimeglio
+       Fixed inheritance of do.cvs.tag property
+       
        Revision 1.11  2004/08/09 03:06:11  dimeglio
        Fixed inheritance of failonerror property
        
                <!-- CVS Label -->
                <property name="cvs.label" value="${module.package.name}_B_${module.build}" />
                <exec dir="${workspace.abs.dir}" executable="cvs">
-                       <arg line="rtag -aFR ${cvs.label} ${module.name}" />
+                       <arg line="tag -aFR ${cvs.label} ${module.name}" />
                </exec>
        
        </target>