Package org.apache.flex.compiler.internal.units

Examples of org.apache.flex.compiler.internal.units.ResourceModuleCompilationUnit


            problems.addAll(resourceBundleProblems);

            if(includedResourceBundles.size() > 0)
            {
                //This means that a Resource Module is requested to be built.
                mainCU = new ResourceModuleCompilationUnit(project,
                        "GeneratedResourceModule",
                        includedResourceBundles,
                        BasePriority.SOURCE_LIST);
                config.setMainDefinition("GeneratedResourceModule");
                project.addCompilationUnitsAndUpdateDefinitions(
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.internal.units.ResourceModuleCompilationUnit

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.