| ############################################################################### |
| # Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. |
| # 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: |
| # Innoopract Informationssysteme GmbH - initial API and implementation |
| # EclipseSource - ongoing development |
| ################################################################################ |
| bin.includes = META-INF/,\ |
| .,\ |
| plugin.properties,\ |
| about.html,\ |
| about_files/ |
| jars.compile.order = . |
| source.. = src/,\ |
| widgetkits/,\ |
| css/,\ |
| yui,\ |
| rhino/,\ |
| js/,\ |
| resources/,\ |
| json/ |
| output.. = bin/ |
| src.includes = about.html,\ |
| about_files/,\ |
| rhino/ |
| jre.compilation.profile = J2SE-1.5 |
| javacDefaultEncoding.. = UTF-8 |
| javacSource = 1.5 |
| javacTarget = 1.5 |