blob: 8196ed1cbf6baa8078689f16c94f003677122bd9 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (c) 2012 Sierra Wireless and others.
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:
Sierra Wireless - initial API and implementation
-->
<project name="librariesBuilder" default="build">
<!-- folder where lua script file should be get -->
<property name="librariesFolder" value="../../libraries" />
<property name="debuggerFolder" value="${librariesFolder}/luadbgpclient/" />
<!-- destination folder -->
<property name="destinationFolder" value="script/external" />
<target name="build">
<ant antfile="${debuggerFolder}/build.xml" target="build">
<property name="debuggerFile" value="${destinationFolder}/debugger.lua" />
</ant>
</target>
</project>