X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=schemas%2Fjalview.properties;h=42b5ef7a12d321cd8f63f2be1bf24c197360f90c;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=6508fcca4f86c9d48a250389cbdb949f4381a5da;hpb=e66214d1c10dd62afb50ea6a6e6952ae9cb0cc38;p=jalview.git diff --git a/schemas/jalview.properties b/schemas/jalview.properties index 6508fcc..42b5ef7 100644 --- a/schemas/jalview.properties +++ b/schemas/jalview.properties @@ -1,63 +1,31 @@ -# -# Property file for SourceCodeGenerator -# -# $Id$ - -# To enable bound properties uncomment the following line. Please -# note that currently *all* fields will be treated as bound properties -# when enabled. This will change in the future when we introduce -# fine grained control over each class and it's properties. -# -#org.exolab.castor.builder.boundproperties=true - -# Java class mapping of 's and 's -# -#org.exolab.castor.builder.javaclassmapping=element - -# This property allows one to specify the super class of *all* -# generated classes -# -#org.exolab.castor.builder.superclass=com.xyz.BaseObject - -# XML namespace mapping to Java packages -# -#org.exolab.castor.builder.nspackages=\ - http://www.xyz.com/schemas/project=com.xyz.schemas.project,\ - http://www.xyz.com/schemas/person=com.xyz.schemas.person - -# Set to true if you want to generate the equals method -# for each generated class -# false by default -# -#org.exolab.castor.builder.equalsmethod=true - -# Set to true if you want to use Object Wrappers instead -# of primitives (e.g Float instead of float). -# false by default. -# -#org.exolab.castor.builder.primitivetowrapper=false - -# Set to true if you want the generated class descriptors to -# expose the element and attribute names they contain. -# false by default. -# -#org.exolab.castor.builder.classdescfieldnames=false - -# Set to true if you want the generated source code to contain -# Extra methods for the collection fields, such as get/set using -# the collection type in addition to the type-safe array. -# Set this to true if you want your code to be more compatible -# with Castor JDO. This is false by default. -# -#org.exolab.castor.builder.extraCollectionMethods=true - -# Use old-style (Castor 0.9.3.9) of naming that uppercases -# names after an underscore -# -#org.exolab.castor.xml.JavaNaming.upperCaseAfterUnderscore=true - -# This property specifies whether generated enumerated type -# classes implement the EnumeratedTypeAccess interface. -# false by default -#org.exolab.castor.builder.enumTypeAccessInterface=true - +## +# Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) +# Copyright (C) 2015 The Jalview Authors +# +# This file is part of Jalview. +# +# Jalview 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 3 of the License, or (at your option) any later version. +# +# Jalview 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 Jalview. If not, see . +# The Jalview Authors are detailed in the 'AUTHORS' file. +## +# +# Property file for SourceCodeGenerator for jalview project XML +# + +#org.exolab.castor.builder.superclass=com.xyz.BaseObject + +# XML namespace mapping to Java packages +# +org.exolab.castor.builder.nspackages=\ + www.vamsas.ac.uk/jalview/version2=jalview.schemabinding.version2,\ + www.jalview.org/colours=jalview.schemabinding.version2,\ + www.jalview.org=jalview.schemabinding.version2 +