krysalis-version/src/antlet xbuild.xml,NONE,1.1

Nick Chalko <[email protected]>
Newsgroups gmane.comp.krysalis.cvs
Message-ID <[email protected]>
Update of /cvsroot/krysalis/krysalis-version/src/antlet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2482/src/antlet

Added Files:
	xbuild.xml 
Log Message:
Moved some initial files over nothing compiles yet.

--- NEW FILE: xbuild.xml ---
<?xml version="1.0"?>
<!-- $HeadURL: https://svn.apache.org/repos/asf/incubator/depot/trunk/Version/build_antlet.xml $ -->
<!--
Copyright 2004 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project default="version-stamp" name="depot-version.antlet">
    <description> Version a Java project. </description>
	<import file="usage.xml"/>
	
    <!-- Antlet Specific Properties -->
    <dirname property="depot-version.antlet.dir" file="${ant.file.depot-version.antlet}"/>

	<property name="depot-version.antlet.dependent" value="false"/>


    <target name="version.init">
        <mkdir dir="${depot-version.antlet.dir}/lib/"/>
        <!--get
            src="http://cvs.apache.org/~nickchalko/SNAPSHOTS/depot-version/jars/depot-version-dev-20040313.jar"
            dest="${depot-version.antlet.dir}/lib/depot-version.jar"
            ignoreerrors="true"
            verbose="true" usetimestamp="true"/-->
        <!-- Classpath for my jars -->
        <path id="depot-version-antlet.classpath">
            <fileset dir="${depot-version.antlet.dir}/lib/">
                <include name="*.jar"/>
            </fileset>
        </path>
        <taskdef resource="depot-version-antlib.xml" classpathref="depot-version-antlet.classpath"/>
    </target>
    <target name="version-stamp" depends="version.init">
        <description> Stamp a project with a version identifier/version
            data/attributes. </description>
        <version-stamp dest="${project.src.dir}"   >
            <versionMarker versionId="${project.package}" version="${project.version}">
                <defaultAttributes/>
            </versionMarker>
        </version-stamp>
    </target>
</project>



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.