Package com.alibaba.citrus.maven.eclipse.base.eclipse.writers.wtp

Examples of com.alibaba.citrus.maven.eclipse.base.eclipse.writers.wtp.EclipseWtpApplicationXMLWriter


                new EclipseAjdtWriter().init(getLog(), config).write();
            }
        }

        if (wtpapplicationxml) {
            new EclipseWtpApplicationXMLWriter().init(getLog(), config).write();
        }

        if (pde) {
            this.getLog().info("The Maven Eclipse plugin runs in 'pde'-mode.");
            getEclipseOSGiManifestWriter(config).write();
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.maven.eclipse.base.eclipse.writers.wtp.EclipseWtpApplicationXMLWriter

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.