1 /*
2 * @(#)$Id:$
3 *
4 * Author : Ueli Kurmann, igesture@uelikurmann.ch
5 *
6 *
7 * Purpose :
8 *
9 * -----------------------------------------------------------------------
10 *
11 * Revision Information:
12 *
13 * Date Who Reason
14 *
15 * 07.12.2008 ukurmann Initial Release
16 *
17 * -----------------------------------------------------------------------
18 *
19 * Copyright 1999-2009 ETH Zurich. All Rights Reserved.
20 *
21 * This software is the proprietary information of ETH Zurich.
22 * Use is subject to license terms.
23 *
24 */
25
26
27 package org.ximtec.igesture.tool.view;
28
29
30
31 /**
32 * Property, Configuration Constants
33 * @version 1.0 07.12.2008
34 * @author Ueli Kurmann
35 */
36 public class Property {
37
38 public static final String WORKING_DIRECTORY = "workingDirectory";
39 public static final String TUIO_START_PORT = "tuioStartPort";
40 public static final String TUIO_END_PORT = "tuioEndPort";
41
42 }