forked from pool/jaxodraw
New package: jaxodraw - A Java-based GUI for drawing Feynman diagrams in Physics OBS-URL: https://build.opensuse.org/request/show/315108 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jaxodraw?expand=0&rev=1
51 lines
2.1 KiB
Properties
51 lines
2.1 KiB
Properties
###
|
|
### Ant property file for JaxoDraw
|
|
###
|
|
|
|
# Copyright (C) 2003-2005, Daniele Binosi and Lukas Theussl
|
|
# Copyright (C) 2007-2008, Daniele Binosi, Lukas Theussl and Christian Kaufhold
|
|
#
|
|
# See the file LICENSE in the source distribution home directory
|
|
# for a full copy of the GPL (GNU General Public License).
|
|
#
|
|
# This file is part of JaxoDraw.
|
|
#
|
|
# JaxoDraw is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# JaxoDraw is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
### NOTE: Any of the properties can be overridden from the command line
|
|
### with the -D switch
|
|
### NOTE: For boolean variables, "true","yes", and "on" (case insensitive)
|
|
### evaluate to 'true', everything else is 'false'.
|
|
|
|
|
|
### Set this to the current version-release of JaxoDraw
|
|
### NOTE: do not use "-" if you want to build the rpm!
|
|
jaxodraw.version=2.1
|
|
jaxodraw.release=SNAPSHOT
|
|
|
|
### Uncomment this line if you want to use jikes
|
|
#build.compiler=jikes
|
|
build.compiler.pedantic=true
|
|
|
|
### If you want to create the javadocs, set this to your JDK's API path
|
|
### or use Sun's on-line API (only if you ARE on-line)
|
|
#javadoc.api=/usr/share/javadoc/java/
|
|
javadoc.api=http://download.oracle.com/javase/6/docs/api/
|
|
javadoc.bottom=<i>Licensed under GPL. For more information, see <a href="http://jaxodraw.sourceforge.net/license.html">http://jaxodraw.sourceforge.net/license.html</a> or the LICENSE file in the jaxodraw distribution.</i>
|
|
|
|
### Space-separated list of command-line arguments to pass to the jaxodraw task
|
|
jaxodraw.cmd.args=
|