Package at.bestsolution.efxclipse.tooling.pde.ui.templates.tycho

Examples of at.bestsolution.efxclipse.tooling.pde.ui.templates.tycho.RootPomData


          repos.add(it);
        }
      };
    IterableExtensions.<Repository>forEach(_map, _function_8);
    String _pomVersion = MavenUtils.toPomVersion(version);
    RootPomData _rootPomData = new RootPomData(name, groupId, artifactId,
      null, null, null, null, _pomVersion, "0.16.0", "4.8.1", "1.8.4", "4.2", "0.1.1", "2.2.0-SNAPSHOT", modules, repos);
    final RootPomData pomdata = _rootPomData;
    CharSequence _generate = this.generate(pomdata);
    String _string = _generate.toString();
    byte[] _bytes = _string.getBytes();
    ByteArrayInputStream _byteArrayInputStream = new ByteArrayInputStream(_bytes);
    return _byteArrayInputStream;
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.tooling.pde.ui.templates.tycho.RootPomData

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.