################################################################################ # Copyright (c) 2007, 2008 IST - Instituto Superior Técnico # 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: # Pedro Santos - initial API and implementation ################################################################################ output.. = build/classes/,\ bin/ bin.includes = META-INF/,\ OJB.properties,\ OJB/,\ .,\ lib/antlr.jar,\ lib/commons-collections-3.1.jar,\ lib/commons-dbcp.jar,\ lib/commons-lang-2.0.jar,\ lib/commons-pool.jar,\ lib/db-ojb-1.0.0.jar,\ lib/fenix-tools.jar,\ lib/joda-time-1.4.jar,\ lib/log4j-1.2.8.jar,\ lib/mysql-connector-java-5.0.3-bin.jar,\ lib/asm-2.0.jar,\ lib/asm-commons-2.0.jar,\ lib/jfreechart.jar jars.compile.order = . source.. = src/java/,\ src/gen/ customBuildCallbacks = buildCallbacks.xml src.includes = src/ src.excludes = src/.cvsignore custom = true