blob: c6f56acc737d2e5037ce813f110cdbcabefdfe86 [file] [log] [blame]
<?xml version="1.0"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<project>
<property environment="env" />
<property name="curr.working.dir" location="${basedir}" />
<property file="${curr.working.dir}/build.properties" />
<property name="workspace" location="${builder}/.." />
<property name="application.configuration" location="${workspace}/SMILA.application" />
<path id="pdeBuildPlugin">
<dirset dir="${eclipse.home}/plugins">
<include name="org.eclipse.pde.build_*" />
</dirset>
</path>
<property name="pdeBuildPluginPath" refid="pdeBuildPlugin" />
<path id="equinoxLauncherPlugin">
<fileset dir="${eclipse.home}/plugins">
<include name="org.eclipse.equinox.launcher_*.jar" />
</fileset>
</path>
</project>