org_scala_tools_maven
Class TychoUtilities
java.lang.Object
org_scala_tools_maven.TychoUtilities
public class TychoUtilities
- extends Object
Grossly hacky utility class which provides the fully unpacked OSGi classpath
(ie. including nested .jars) when used in the context of Tycho and Maven 3.
The use of reflection is required to avoid wiring in a dependency on either
Tycho or Maven 3.
- Author:
- miles.sabin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TychoUtilities
public TychoUtilities()
addOsgiClasspathElements
public static List<String> addOsgiClasspathElements(org.apache.maven.project.MavenProject project,
List<String> defaultClasspathElements)
Copyright © 2010-2011 Scala Tools. All Rights Reserved.