Package org.apache.easyant.core.descriptor

Examples of org.apache.easyant.core.descriptor.DefaultEasyAntDescriptor


        private IvyDependency currentPluginDependency;

        public EasyAntParser(ModuleDescriptorParser parser, ParserSettings ivySettings) {
            super(parser, ivySettings);
            easyAntState = EasyAntState.NONE;
            easyAntModuleDescriptor = new DefaultEasyAntDescriptor();
            easyantPrefix = "";
        }
View Full Code Here

TOP

Related Classes of org.apache.easyant.core.descriptor.DefaultEasyAntDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.