Package com.redhat.ceylon.compiler.java.tools.JarEntryManifestFileObject

Examples of com.redhat.ceylon.compiler.java.tools.JarEntryManifestFileObject.OsgiManifest


            try {
                Set<String> copiedSourceFiles = srcCreator.copy(modifiedSourceFiles);
                resourceCreator.copy(modifiedResourceFilesFull);
   
                if (writeOsgiManifest && !manifestWritten) {
                    Manifest manifest = new OsgiManifest(module, getPreviousManifest()).build();
                    writeManifestJarEntry(manifest);
                }
                if (writeMavenManifest) {
                    writeMavenManifest(module);
                }
View Full Code Here

TOP

Related Classes of com.redhat.ceylon.compiler.java.tools.JarEntryManifestFileObject.OsgiManifest

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.