Package org.apache.sling.ide.eclipse.core

Examples of org.apache.sling.ide.eclipse.core.SetBundleVersionCommand


                                monitor.setTaskName("Updating server configuration");
                                final Version finalDeployedVersion = deployedVersion;
                                Display.getDefault().syncExec(new Runnable() {
                                    @Override
                                    public void run() {
                                        execute(new SetBundleVersionCommand(server,
                                                EmbeddedArtifactLocator.SUPPORT_BUNDLE_SYMBOLIC_NAME,
                                                finalDeployedVersion.toString()));
                                        try {
                                            server.save(false, new NullProgressMonitor());
                                        } catch (CoreException e) {
View Full Code Here

TOP

Related Classes of org.apache.sling.ide.eclipse.core.SetBundleVersionCommand

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.