Package org.eclipse.tycho
Class TychoProperties
- java.lang.Object
-
- org.eclipse.tycho.TychoProperties
-
public final class TychoProperties extends Object
Properties that Tycho sets for use of other mojos or project configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_QUALIFIER
static String
QUALIFIED_VERSION
The Eclipse version of a project with 'qualifier' literals expanded to the build qualifier.static String
UNQUALIFIED_VERSION
-
Constructor Summary
Constructors Constructor Description TychoProperties()
-
-
-
Field Detail
-
BUILD_QUALIFIER
public static final String BUILD_QUALIFIER
- See Also:
- Constant Field Values
-
UNQUALIFIED_VERSION
public static final String UNQUALIFIED_VERSION
- See Also:
- Constant Field Values
-
QUALIFIED_VERSION
public static final String QUALIFIED_VERSION
The Eclipse version of a project with 'qualifier' literals expanded to the build qualifier.- See Also:
- Constant Field Values
-
-