mirror of
http://172.16.200.102/dalzilio/Fiacre_Simulator.git
synced 2025-11-22 17:17:57 +01:00
22 lines
918 B
Properties
22 lines
918 B
Properties
|
|
###############################################################################
|
|||
|
|
# Copyright (c) 2015, 2016 CNRS, IRIT, IRT AESE (IRT Saint Exup<75>ry).
|
|||
|
|
# All rights reserved. This program and the accompanying materials
|
|||
|
|
# are made available under the terms of the LGPL 3.0
|
|||
|
|
# which accompanies this distribution, and is available at
|
|||
|
|
# https://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
|||
|
|
#
|
|||
|
|
# Contributors:
|
|||
|
|
# Faiez Zalila - initial API and implementation and/or initial documentation
|
|||
|
|
# Jorge Enrique Gutierrez Zuluaga
|
|||
|
|
###############################################################################
|
|||
|
|
source.. = src/
|
|||
|
|
output.. = bin/
|
|||
|
|
bin.includes = plugin.xml,\
|
|||
|
|
META-INF/,\
|
|||
|
|
.,\
|
|||
|
|
lib/libthrift-0.9.2-javadoc.jar,\
|
|||
|
|
lib/libthrift-0.9.2.jar,\
|
|||
|
|
lib/httpclient-4.2.5.jar,\
|
|||
|
|
lib/httpcore-4.2.4.jar,\
|
|||
|
|
lib/json-simple-1.1.jar
|