| # |
| # Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. |
| # |
| # This program and the accompanying materials are made available under the |
| # terms of the Eclipse Public License v. 2.0 which is available at |
| # http://www.eclipse.org/legal/epl-2.0, |
| # or the Eclipse Distribution License v. 1.0 which is available at |
| # http://www.eclipse.org/org/documents/edl-v10.php. |
| # |
| # SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause |
| # |
| |
| # Contributors: |
| # Oracle - initial API and implementation |
| |
| #set defaults for values that should already be set |
| _LibraryName=EclipseLink Mapping Workbench Platforms Plug-in Tests |
| _productName=EclipseLink |
| release.version=3.0.0 |
| javac.version=1.8 |
| |
| # Defines for basic build directories. |
| _classesDestDir=${basedir}/classes |
| _libDir=${basedir}/../../eclipselink.utils.workbench.lib |
| _mwdevLibDir=${_libDir}/mw |
| _jarDestDir=${_libDir}/mwtest |
| _rootResourceDir=${basedir}/resource |
| _rootSourceDir=${basedir}/source |
| |
| # Defined jarfile names. |
| platformsplugin.jarfile=platformsplugin_test.jar |
| platformsplugin.jarfile.src=platformsplugin_test_src.jar |
| |
| # Defines for build directories. |
| compile.platformsplugin.resources=${_rootResourceDir} |
| compile.platformsplugin.srcdir=${_rootSourceDir} |
| compile.platformsplugin.destdir=${_classesDestDir} |
| compile.platformsplugin.classpath= \ |
| ${_jarDestDir}/utility_test.jar; \ |
| ${_jarDestDir}/framework_test.jar; \ |
| ${_mwdevLibDir}/platformsplugin.jar; \ |
| ${_mwdevLibDir}/platformsmodel.jar; \ |
| ${_mwdevLibDir}/framework.jar; \ |
| ${_mwdevLibDir}/uitools.jar; \ |
| ${_mwdevLibDir}/utility.jar; \ |
| ${junit.lib} |