Merge pull request #4 from alovassy/master
[deliverable/titan.core.git] / titan_executor_api / TITAN_Executor_API_test / build.xml
index 381225aad4f0439a92244c65d94b62583b0b1e50..3d0023c8c46cff2081d6b01cad681f1cb11441e6 100644 (file)
@@ -1,22 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
-  Copyright (c) 2000-2014 Ericsson Telecom AB
-  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
+ Copyright (c) 2000-2016 Ericsson Telecom AB
+ 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:
+  Janos Zoltan Szabo – initial implementation
 -->
 <project basedir="." default="build" name="TITAN_Executor_API_test">
     <property environment="env"/>
-    <property name="LIB" value="../../../titan_playground/jar"/>
     <property name="junit.output.dir" value="junit"/>
     <property name="TITAN_Executor_API.location" value="../TITAN_Executor_API"/>
     <property name="debuglevel" value="source,lines,vars"/>
     <property name="target" value="1.7"/>
     <property name="source" value="1.7"/>
     <path id="JUnit 4.libraryclasspath">
-        <pathelement location="${LIB}/org.junit_4.11.0.v201303080030/junit.jar"/>
-        <pathelement location="${LIB}/org.hamcrest.core_1.3.0.v201303031735.jar"/>
+        <pathelement location="${junit.full}"/>
+        <pathelement location="${hamcrest.full}"/>
     </path>
     <path id="TITAN_Executor_API.classpath">
         <pathelement location="${TITAN_Executor_API.location}/bin"/>
This page took 0.026676 seconds and 5 git commands to generate.