<%@ page import="jetbrains.buildServer.eclipse.EclipseConstants" %> <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %> <%@ taglib prefix="l" tagdir="/WEB-INF/tags/layout" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="forms" tagdir="/WEB-INF/tags/forms" %> <%@ taglib prefix="bs" tagdir="/WEB-INF/tags" %> Path to the Eclipse home directory (a directory where the Eclipse executable is located). If not set, agent's ECLIPSE_HOME environment variable or 'teamcity.eclipse.home' system property will be used. Path to primary plugin/feature/site, relative to the checkout directory. For example. '.project', 'foo.bar/.project', 'features/foo.bar/.project', etc. Path to build artifacts, relative to the checkout directory The value to be used for the plugin or feature qualifier, when you want to override the value computed by PDE. Default value for the source code version. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties. Default value for the targeted byte code version. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.