diff options
Diffstat (limited to 'org.eclipse.jubula.toolkit.api.gen/resources/apigen.properties')
-rw-r--r-- | org.eclipse.jubula.toolkit.api.gen/resources/apigen.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.jubula.toolkit.api.gen/resources/apigen.properties b/org.eclipse.jubula.toolkit.api.gen/resources/apigen.properties new file mode 100644 index 000000000..790944a25 --- /dev/null +++ b/org.eclipse.jubula.toolkit.api.gen/resources/apigen.properties @@ -0,0 +1,18 @@ +############################################################################### +# Copyright (c) 2014 BREDEX 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 +############################################################################### +# Comma-separated list of toolkits to generate +api.gen.toolkit.names=base, concrete, swing, swt, rcp, rcp.gef, html, javafx +api.gen.toolkit.name.scheme=../org.eclipse.jubula.toolkit.{0}.provider +# name of the xml file used to describe a toolkit +api.gen.toolkit.xml.conf=resources/xml/ComponentConfiguration.xml +# name of the (base) file containing the resource bundle for each toolkit +api.gen.toolkit.resourcebundle.path=src +# fully-qualified name of resource bundle +api.gen.toolkit.resourcebundle.fqn=org.eclipse.jubula.toolkit.{0}.provider.I18nStrings +api.gen.toolkit.output={0} +api.gen.toolkit.generation.dir=../org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/ |