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