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

Examples of com.alibaba.citrus.maven.eclipse.base.eclipse.writers.rad.RadManifestWriter


    private void addManifestResource(EclipseWriterConfig config)
            throws MojoExecutionException {
        if (isJavaProject()) {
            // special case must be done first because it can add stuff to the classpath that will be
            // written by the superclass
            new RadManifestWriter().init(getLog(), config).write();
        }

        if (isJavaProject() && !Constants.PROJECT_PACKAGING_EAR.equals(packaging)
            && !Constants.PROJECT_PACKAGING_WAR.equals(packaging)
            && !Constants.PROJECT_PACKAGING_EJB.equals(packaging)
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.maven.eclipse.base.eclipse.writers.rad.RadManifestWriter

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.