krysalis-version/transient/test/org/krysalis/acorn/defaulted/version Version.java,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-version/transient/test/org/krysalis/acorn/defaulted/version
In directory sc8-pr-cvs1:/tmp/cvs-serv13187/transient/test/org/krysalis/acorn/defaulted/version

Added Files:
	Version.java 
Log Message:
Back into one project...

--- NEW FILE: Version.java ---
/* $Header: /cvsroot/metamorphosis/krysalis-version/transient/test/org/krysalis/acorn/defaulted/version/Version.java,v 1.1 2003/02/11 23:45:22 arb_jack Exp $
 */
package org.krysalis.acorn.defaulted.version;


import java.util.Map;
import java.util.HashMap;

/**
 * A autogenerated Version class for org.krysalis.acorn.defaulted.
 * @author org.krysalis.version.ant.brand.VersionClassGenerator 1.0.0-alpha
 * @version 1.2.-1, built on Tue Feb 11 11:54:26 MST 2003
 */
public class Version { 

    
    public Version() {
    }
    
    public int getMajor() { 
        return 1;
    }
    public int getMinor() { 
        return 2;
    }
    public int getPoint() { 
        return -1;
    }
    public int getBuildNumber() { 
        return -1;
    }
    public java.lang.String getReleaseLevel() { 
        return "";
    }
    public java.util.Map getAttributes() { 
        Map map = new HashMap();
        map.put("foo","bar");
        return map;
    }
    
} 




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
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.