You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 21:55:15 UTC

[26/26] incubator-taverna-server git commit: temporarily empty repository

temporarily empty repository

.. as Software Grant is not yet formally on file


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/27cbb9cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/27cbb9cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/27cbb9cb

Branch: refs/heads/master
Commit: 27cbb9cb0940f8148ed41db6c875d78efd4e11b1
Parents: 07d2ba4
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Tue Feb 17 20:44:36 2015 +0000
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Tue Feb 17 20:44:36 2015 +0000

----------------------------------------------------------------------
 .gitignore                                      |    7 -
 .opf.yml                                        |   12 -
 CITATION                                        |   18 -
 LICENCE                                         |  504 ------
 README.md                                       |  229 ---
 context.sample.xml                              |   19 -
 install.docx                                    |  Bin 173172 -> 0 bytes
 install.pdf                                     |  Bin 7797358 -> 0 bytes
 pom.xml                                         |  560 -------
 release-notes.txt                               |   97 --
 server-client/pom.xml                           |  123 --
 .../uk/org/taverna/server/client/Connected.java |   20 -
 .../uk/org/taverna/server/client/DirEntry.java  |   39 -
 .../uk/org/taverna/server/client/Directory.java |   94 --
 .../java/uk/org/taverna/server/client/File.java |   95 --
 .../uk/org/taverna/server/client/Property.java  |   18 -
 .../java/uk/org/taverna/server/client/Run.java  |  215 ---
 .../uk/org/taverna/server/client/Status.java    |   36 -
 .../taverna/server/client/TavernaServer.java    |  128 --
 .../client/TavernaServerConnectionFactory.java  |   23 -
 .../org/taverna/server/client/package-info.java |    5 -
 server-client/src/main/wadl/tavserv.wadl        |  591 -------
 server-distribution/pom.xml                     |  133 --
 server-distribution/src/assemble/dist.xml       |   82 -
 server-execution-delegate/pom.xml               |   49 -
 .../execution_delegate/ExecutionDelegate.java   |  172 --
 .../execution_delegate/RemoteExecution.java     |  188 ---
 .../src/test/java/SerializationTest.java        |   54 -
 server-port-description/.gitignore              |    1 -
 server-port-description/pom.xml                 |   50 -
 .../server/port_description/AbsentValue.java    |   13 -
 .../server/port_description/AbstractPort.java   |   26 -
 .../AbstractPortDescription.java                |   29 -
 .../server/port_description/AbstractValue.java  |   32 -
 .../server/port_description/ErrorValue.java     |   25 -
 .../port_description/InputDescription.java      |   51 -
 .../server/port_description/LeafValue.java      |   19 -
 .../server/port_description/ListValue.java      |   32 -
 .../server/port_description/Namespaces.java     |   12 -
 .../port_description/OutputDescription.java     |   52 -
 .../server/port_description/package-info.java   |   19 -
 .../port_description/utils/IntAdapter.java      |   32 -
 .../server/port_description/JaxbSanityTest.java |   98 --
 server-rmidaemon/pom.xml                        |   64 -
 .../org/taverna/server/rmidaemon/Registry.java  |   72 -
 .../taverna/server/rmidaemon/package-info.java  |    5 -
 server-runinterface/.gitignore                  |    1 -
 server-runinterface/pom.xml                     |   28 -
 .../src/main/java/META-INF/MANIFEST.MF          |    3 -
 .../remote/IllegalStateTransitionException.java |   36 -
 .../remote/ImplementationException.java         |   26 -
 .../localworker/remote/RemoteDirectory.java     |   62 -
 .../remote/RemoteDirectoryEntry.java            |   62 -
 .../server/localworker/remote/RemoteFile.java   |   98 --
 .../server/localworker/remote/RemoteInput.java  |   92 --
 .../localworker/remote/RemoteListener.java      |   77 -
 .../localworker/remote/RemoteRunFactory.java    |   84 -
 .../remote/RemoteSecurityContext.java           |   34 -
 .../localworker/remote/RemoteSingleRun.java     |  254 ---
 .../server/localworker/remote/RemoteStatus.java |   40 -
 .../remote/StillWorkingOnItException.java       |   20 -
 .../server/localworker/remote/package-info.java |    9 -
 .../localworker/server/UsageRecordReceiver.java |   29 -
 .../server/localworker/server/package-info.java |    9 -
 server-unix-forker/pom.xml                      |   65 -
 .../org/taverna/server/unixforker/Forker.java   |  208 ---
 server-usagerecord/.gitignore                   |    1 -
 server-usagerecord/pom.xml                      |   81 -
 .../main/java/org/ogf/usage/JobUsageRecord.java |  304 ----
 server-usagerecord/src/main/xsd/ur.xsd          |  425 -----
 server-usagerecord/src/main/xsd/xmlds.xsd       |  318 ----
 server-usagerecord/src/test/java/TestUR.java    |  120 --
 server-webapp/.gitignore                        |    1 -
 server-webapp/.springBeans                      |   59 -
 server-webapp/pom.xml                           |  881 ----------
 .../resources/datanucleus_log4j.properties      |    4 -
 .../master/ContentsDescriptorBuilder.java       |  292 ----
 .../taverna/server/master/DirectoryREST.java    |  375 -----
 .../server/master/FileConcatenation.java        |   68 -
 .../org/taverna/server/master/InputREST.java    |  252 ---
 .../taverna/server/master/InteractionFeed.java  |  107 --
 .../server/master/ListenerPropertyREST.java     |   78 -
 .../taverna/server/master/ListenersREST.java    |   93 --
 .../taverna/server/master/ManagementState.java  |  215 ---
 .../java/org/taverna/server/master/RunREST.java |  499 ------
 .../taverna/server/master/RunSecurityREST.java  |  303 ----
 .../server/master/SingleListenerREST.java       |   97 --
 .../taverna/server/master/TavernaServer.java    | 1425 ----------------
 .../server/master/TavernaServerSupport.java     |  957 -----------
 .../org/taverna/server/master/admin/Admin.java  | 1100 -------------
 .../taverna/server/master/admin/AdminBean.java  |  794 ---------
 .../server/master/admin/package-info.java       |   33 -
 .../taverna/server/master/api/ContentTypes.java |   50 -
 .../server/master/api/DirectoryBean.java        |   16 -
 .../org/taverna/server/master/api/FeedBean.java |   13 -
 .../taverna/server/master/api/InputBean.java    |   21 -
 .../server/master/api/ListenerPropertyBean.java |   15 -
 .../server/master/api/ListenersBean.java        |   13 -
 .../server/master/api/ManagementModel.java      |   61 -
 .../server/master/api/OneListenerBean.java      |   14 -
 .../org/taverna/server/master/api/RunBean.java  |   17 -
 .../taverna/server/master/api/SecurityBean.java |   14 -
 .../taverna/server/master/api/SupportAware.java |   21 -
 .../server/master/api/TavernaServerBean.java    |  101 --
 .../taverna/server/master/api/package-info.java |    6 -
 .../server/master/common/Capability.java        |   22 -
 .../server/master/common/Credential.java        |  149 --
 .../server/master/common/DirEntryReference.java |   93 --
 .../server/master/common/InputDescription.java  |  110 --
 .../server/master/common/Namespaces.java        |   39 -
 .../server/master/common/Permission.java        |   43 -
 .../server/master/common/ProfileList.java       |   42 -
 .../org/taverna/server/master/common/Roles.java |   25 -
 .../server/master/common/RunReference.java      |   67 -
 .../taverna/server/master/common/Status.java    |   44 -
 .../org/taverna/server/master/common/Trust.java |   79 -
 .../org/taverna/server/master/common/Uri.java   |  432 -----
 .../server/master/common/VersionedElement.java  |   65 -
 .../taverna/server/master/common/Workflow.java  |  367 -----
 .../server/master/common/package-info.java      |   29 -
 .../server/master/common/version/Version.java   |   43 -
 .../taverna/server/master/defaults/Default.java |   99 --
 .../server/master/defaults/package-info.java    |    5 -
 .../exceptions/BadInputPortNameException.java   |   21 -
 .../exceptions/BadPropertyValueException.java   |   26 -
 .../exceptions/BadStateChangeException.java     |   35 -
 .../exceptions/FilesystemAccessException.java   |   38 -
 .../exceptions/GeneralFailureException.java     |   28 -
 .../exceptions/InvalidCredentialException.java  |   36 -
 .../master/exceptions/NoCreateException.java    |   32 -
 .../exceptions/NoCredentialException.java       |   18 -
 .../master/exceptions/NoDestroyException.java   |   24 -
 .../exceptions/NoDirectoryEntryException.java   |   24 -
 .../master/exceptions/NoListenerException.java  |   33 -
 .../master/exceptions/NoUpdateException.java    |   33 -
 .../master/exceptions/NotOwnerException.java    |   23 -
 .../master/exceptions/OverloadedException.java  |   35 -
 .../master/exceptions/UnknownRunException.java  |   27 -
 .../server/master/exceptions/package-info.java  |   29 -
 .../taverna/server/master/facade/Facade.java    |   73 -
 .../server/master/facade/package-info.java      |   10 -
 .../factories/ConfigurableRunFactory.java       |  133 --
 .../master/factories/ListenerFactory.java       |   46 -
 .../server/master/factories/RunFactory.java     |   40 -
 .../server/master/factories/package-info.java   |   10 -
 .../identity/AuthorityDerivedIDMapper.java      |   50 -
 .../master/identity/CompositeIDMapper.java      |   65 -
 .../master/identity/ConstantIDMapper.java       |   32 -
 .../server/master/identity/NameIDMapper.java    |   50 -
 .../identity/StrippedDownAuthProvider.java      |  278 ----
 .../taverna/server/master/identity/User.java    |  153 --
 .../server/master/identity/UserStore.java       |  389 -----
 .../server/master/identity/UserStoreAPI.java    |   91 -
 .../identity/WorkflowInternalAuthProvider.java  |  304 ----
 .../server/master/identity/package-info.java    |   10 -
 .../interaction/InteractionFeedSupport.java     |  316 ----
 .../server/master/interaction/package-info.java |   10 -
 .../server/master/interfaces/Directory.java     |   82 -
 .../master/interfaces/DirectoryEntry.java       |   47 -
 .../taverna/server/master/interfaces/File.java  |   69 -
 .../taverna/server/master/interfaces/Input.java |   92 --
 .../server/master/interfaces/Listener.java      |   64 -
 .../master/interfaces/LocalIdentityMapper.java  |   29 -
 .../master/interfaces/MessageDispatcher.java    |   45 -
 .../server/master/interfaces/Policy.java        |  120 --
 .../server/master/interfaces/RunStore.java      |   82 -
 .../interfaces/SecurityContextFactory.java      |   32 -
 .../server/master/interfaces/TavernaRun.java    |  219 ---
 .../interfaces/TavernaSecurityContext.java      |  213 ---
 .../master/interfaces/UriBuilderFactory.java    |   43 -
 .../server/master/interfaces/package-info.java  |   10 -
 .../localworker/AbstractRemoteRunFactory.java   |  440 -----
 .../master/localworker/ForkRunFactory.java      |  323 ----
 .../localworker/IdAwareForkRunFactory.java      |  516 ------
 .../master/localworker/LocalWorkerFactory.java  |   31 -
 .../master/localworker/LocalWorkerState.java    |  454 -----
 .../master/localworker/PersistedState.java      |  257 ---
 .../server/master/localworker/StreamLogger.java |   62 -
 .../server/master/localworker/package-info.java |   10 -
 .../master/notification/EmailDispatcher.java    |  113 --
 .../master/notification/JabberDispatcher.java   |  140 --
 .../master/notification/NotificationEngine.java |  145 --
 .../notification/RateLimitedDispatcher.java     |   89 -
 .../master/notification/SMSDispatcher.java      |  158 --
 .../master/notification/TwitterDispatcher.java  |  132 --
 .../master/notification/atom/AtomFeed.java      |  134 --
 .../server/master/notification/atom/Event.java  |  110 --
 .../master/notification/atom/EventDAO.java      |  206 ---
 .../master/notification/atom/package-info.java  |   29 -
 .../master/notification/package-info.java       |   10 -
 .../org/taverna/server/master/package-info.java |   11 -
 .../server/master/rest/ContentTypes.java        |   28 -
 .../server/master/rest/DirectoryContents.java   |   61 -
 .../taverna/server/master/rest/FileSegment.java |   78 -
 .../server/master/rest/InteractionFeedREST.java |  126 --
 .../server/master/rest/ListenerDefinition.java  |   32 -
 .../master/rest/MakeOrUpdateDirEntry.java       |   56 -
 .../master/rest/TavernaServerDirectoryREST.java |  240 ---
 .../master/rest/TavernaServerInputREST.java     |  355 ----
 .../master/rest/TavernaServerListenersREST.java |  428 -----
 .../server/master/rest/TavernaServerREST.java   |  604 -------
 .../master/rest/TavernaServerRunREST.java       |  797 ---------
 .../master/rest/TavernaServerSecurityREST.java  |  775 ---------
 .../rest/handler/AccessDeniedHandler.java       |   21 -
 .../rest/handler/BadInputPortNameHandler.java   |   23 -
 .../rest/handler/BadPropertyValueHandler.java   |   23 -
 .../rest/handler/BadStateChangeHandler.java     |   23 -
 .../master/rest/handler/EntryHandler.java       |  131 --
 .../server/master/rest/handler/FeedHandler.java |   66 -
 .../rest/handler/FileConcatenationHandler.java  |   61 -
 .../master/rest/handler/FileMessageHandler.java |   80 -
 .../master/rest/handler/FileSegmentHandler.java |   74 -
 .../rest/handler/FilesystemAccessHandler.java   |   23 -
 .../rest/handler/GeneralFailureHandler.java     |   21 -
 .../server/master/rest/handler/HandlerCore.java |   71 -
 .../rest/handler/IllegalArgumentHandler.java    |   21 -
 .../handler/ImplementationProblemHandler.java   |   21 -
 .../rest/handler/InputStreamMessageHandler.java |  107 --
 .../rest/handler/InvalidCredentialHandler.java  |   23 -
 .../rest/handler/JAXBExceptionHandler.java      |   22 -
 .../rest/handler/NegotiationFailedHandler.java  |   25 -
 .../master/rest/handler/NoCreateHandler.java    |   23 -
 .../rest/handler/NoCredentialHandler.java       |   21 -
 .../master/rest/handler/NoDestroyHandler.java   |   23 -
 .../rest/handler/NoDirectoryEntryHandler.java   |   23 -
 .../master/rest/handler/NoListenerHandler.java  |   23 -
 .../master/rest/handler/NoUpdateHandler.java    |   23 -
 .../master/rest/handler/NotOwnerHandler.java    |   21 -
 .../master/rest/handler/OverloadedHandler.java  |   22 -
 .../master/rest/handler/PermissionHandler.java  |   74 -
 .../rest/handler/Scufl2DocumentHandler.java     |   87 -
 .../rest/handler/T2FlowDocumentHandler.java     |  118 --
 .../master/rest/handler/URIListHandler.java     |  121 --
 .../master/rest/handler/UnknownRunHandler.java  |   23 -
 .../master/rest/handler/ZipStreamHandler.java   |   54 -
 .../master/rest/handler/package-info.java       |   31 -
 .../server/master/rest/package-info.java        |   31 -
 .../taverna/server/master/soap/DirEntry.java    |  100 --
 .../server/master/soap/FileContents.java        |  171 --
 .../server/master/soap/PermissionList.java      |   50 -
 .../server/master/soap/TavernaServerSOAP.java   | 1553 ------------------
 .../server/master/soap/WrappedWorkflow.java     |  156 --
 .../server/master/soap/ZippedDirectory.java     |   89 -
 .../server/master/soap/package-info.java        |   31 -
 .../server/master/usage/UsageRecord.java        |  118 --
 .../master/usage/UsageRecordRecorder.java       |  163 --
 .../server/master/usage/package-info.java       |    9 -
 .../server/master/utils/CallTimeLogger.java     |   87 -
 .../server/master/utils/CallTimingFilter.java   |   65 -
 .../server/master/utils/CapabilityLister.java   |   44 -
 .../master/utils/CertificateChainFetcher.java   |  199 ---
 .../server/master/utils/Contextualizer.java     |   66 -
 .../taverna/server/master/utils/DerbyUtils.java |   68 -
 .../server/master/utils/FilenameUtils.java      |  268 ---
 .../utils/FlushThreadLocalCacheInterceptor.java |   18 -
 .../server/master/utils/InvocationCounter.java  |   48 -
 .../taverna/server/master/utils/JCECheck.java   |   60 -
 .../taverna/server/master/utils/JDOSupport.java |  270 ---
 .../master/utils/LoggingDerbyAdapter.java       |  138 --
 .../server/master/utils/OneShotThread.java      |   10 -
 .../taverna/server/master/utils/RestUtils.java  |   32 -
 .../master/utils/RuntimeExceptionWrapper.java   |   37 -
 .../server/master/utils/UsernamePrincipal.java  |   69 -
 .../utils/WSDLHeadOptionsInterceptor.java       |   65 -
 .../master/utils/WebappAwareDataSource.java     |  134 --
 .../taverna/server/master/utils/X500Utils.java  |  107 --
 .../server/master/utils/package-info.java       |   10 -
 .../master/worker/CompletionNotifier.java       |   45 -
 .../server/master/worker/FactoryBean.java       |   26 -
 .../server/master/worker/PasswordIssuer.java    |   57 -
 .../server/master/worker/PolicyImpl.java        |  158 --
 .../server/master/worker/PolicyLimits.java      |   43 -
 .../server/master/worker/RemoteRunDelegate.java |  967 -----------
 .../server/master/worker/RunConnection.java     |  239 ---
 .../server/master/worker/RunDBSupport.java      |   83 -
 .../server/master/worker/RunDatabase.java       |  311 ----
 .../server/master/worker/RunDatabaseDAO.java    |  306 ----
 .../master/worker/RunFactoryConfiguration.java  |  395 -----
 .../master/worker/SecurityContextDelegate.java  |  649 --------
 .../worker/SecurityContextDelegateImpl.java     |  298 ----
 .../master/worker/SecurityContextFactory.java   |  154 --
 .../SimpleFormattedCompletionNotifier.java      |   64 -
 .../worker/VelocityCompletionNotifier.java      |  105 --
 .../server/master/worker/WorkerModel.java       |  203 ---
 .../server/master/worker/package-info.java      |   10 -
 .../main/replacementscripts/executeworkflow.bat |   25 -
 .../main/replacementscripts/executeworkflow.sh  |   72 -
 server-webapp/src/main/resources/admin.html     |  240 ---
 .../src/main/resources/capabilities.properties  |   38 -
 .../src/main/resources/log4j.properties         |   39 -
 .../src/main/resources/security.policy          |    3 -
 .../src/main/resources/static/admin.js          |  549 -------
 .../main/resources/static/jquery-1.8.0.min.js   |    2 -
 .../static/jquery-ui-1.8.23.custom.css          |  563 -------
 .../static/jquery-ui-1.8.23.custom.min.js       |  125 --
 .../src/main/resources/static/t2cogs.png        |  Bin 135202 -> 0 bytes
 .../ui-bg_diagonals-small_25_c5ddfc_40x40.png   |  Bin 194 -> 0 bytes
 .../ui-bg_diagonals-thick_20_e69700_40x40.png   |  Bin 257 -> 0 bytes
 .../ui-bg_diagonals-thick_22_1484e6_40x40.png   |  Bin 384 -> 0 bytes
 .../ui-bg_diagonals-thick_26_2293f7_40x40.png   |  Bin 259 -> 0 bytes
 .../static/ui-bg_flat_0_e69700_40x100.png       |  Bin 181 -> 0 bytes
 .../static/ui-bg_flat_0_e6b900_40x100.png       |  Bin 212 -> 0 bytes
 .../ui-bg_highlight-soft_100_f9f9f9_1x100.png   |  Bin 88 -> 0 bytes
 .../ui-bg_inset-hard_100_eeeeee_1x100.png       |  Bin 91 -> 0 bytes
 .../static/ui-icons_0a82eb_256x240.png          |  Bin 4369 -> 0 bytes
 .../static/ui-icons_0b54d5_256x240.png          |  Bin 4369 -> 0 bytes
 .../static/ui-icons_5fa5e3_256x240.png          |  Bin 5355 -> 0 bytes
 .../static/ui-icons_fcdd4a_256x240.png          |  Bin 4369 -> 0 bytes
 .../static/ui-icons_ffffff_256x240.png          |  Bin 4369 -> 0 bytes
 .../src/main/resources/version.properties       |    5 -
 server-webapp/src/main/resources/welcome.html   |  122 --
 .../src/main/webapp/META-INF/MANIFEST.MF        |    3 -
 .../webapp/META-INF/cxf/org.apache.cxf.Logger   |    1 -
 .../src/main/webapp/META-INF/persistence.xml    |   14 -
 server-webapp/src/main/webapp/WEB-INF/beans.xml |  518 ------
 .../src/main/webapp/WEB-INF/insecure.xml        |   32 -
 ...orker.VelocityCompletionNotifier_email.vtmpl |   15 -
 ....worker.VelocityCompletionNotifier_sms.vtmpl |    1 -
 ...ker.VelocityCompletionNotifier_twitter.vtmpl |    1 -
 .../src/main/webapp/WEB-INF/partsecure.xml      |   36 -
 .../src/main/webapp/WEB-INF/providers.xml       |   96 --
 .../src/main/webapp/WEB-INF/secure.xml          |   35 -
 .../webapp/WEB-INF/security/users.properties    |   48 -
 .../webapp/WEB-INF/tavernaserver.properties     |   77 -
 .../src/main/webapp/WEB-INF/web-nosec.xml       |   79 -
 .../src/main/webapp/WEB-INF/web-partsec.xml     |   79 -
 .../src/main/webapp/WEB-INF/web-sec.xml         |   79 -
 .../src/main/webapp/WEB-INF/webappBeans.xml     |  213 ---
 server-webapp/src/misc/xsd/persistence_1_0.xsd  |  305 ----
 .../taverna/server/master/JaxbSanityTest.java   |  357 ----
 .../server/master/TavernaServerImplTest.java    |  246 ---
 .../master/WorkflowSerializationTest.java       |   68 -
 .../taverna/server/master/mocks/ExampleRun.java |  452 -----
 .../taverna/server/master/mocks/MockPolicy.java |   59 -
 .../master/mocks/SimpleListenerFactory.java     |   64 -
 .../mocks/SimpleNonpersistentRunStore.java      |  151 --
 .../server/master/mocks/SimpleServerPolicy.java |  110 --
 server-webapp/src/test/resources/example.xml    |   55 -
 .../src/test/resources/log4j.properties         |    4 -
 server-worker/pom.xml                           |  126 --
 .../src/main/java/META-INF/MANIFEST.MF          |    3 -
 .../server/localworker/api/Constants.java       |  141 --
 .../server/localworker/api/RunAccounting.java   |   22 -
 .../taverna/server/localworker/api/Worker.java  |  135 --
 .../server/localworker/api/WorkerFactory.java   |   18 -
 .../localworker/impl/DirectoryDelegate.java     |  161 --
 .../server/localworker/impl/FileDelegate.java   |  142 --
 .../server/localworker/impl/LocalWorker.java    |  769 ---------
 .../localworker/impl/TavernaRunManager.java     |  243 ---
 .../server/localworker/impl/WorkerCore.java     |  918 -----------
 .../impl/utils/FilenameVerifier.java            |  156 --
 .../localworker/impl/utils/TimingOutTask.java   |   40 -
 .../src/main/resources/security.policy          |   11 -
 .../localworker/impl/LocalWorkerTest.java       |  551 -------
 src/clients/tcl/taverna2server.tcl              |  419 -----
 src/main/signing/signing.jks                    |  Bin 1262 -> 0 bytes
 tomcatcontext.xsd                               |   68 -
 usage.docx                                      |  Bin 205350 -> 0 bytes
 usage.pdf                                       |  Bin 14213122 -> 0 bytes
 359 files changed, 45802 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 7d7d014..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.settings
-.classpath
-.project
-target
-.DS_Store
-.springBeans
-/datanucleus.log

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/.opf.yml
----------------------------------------------------------------------
diff --git a/.opf.yml b/.opf.yml
deleted file mode 100644
index fe9558c..0000000
--- a/.opf.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: Taverna Server
-vendor: The University of Manchester
-maintainer:
-	name: Donal Fellows
-	email: donal.k.fellows( AT )manchester.ac.uk
-platform: "Java 6+, Tomcat 6, POSIX"
-download: http://www.taverna.org.uk/download/server/
-# Really the documentation page as the overall home page is shared with the workbench but will do for now
-homepage: http://dev.mygrid.org.uk/wiki/display/taverna/Taverna+Server+2.4
-issues: http://dev.mygrid.org.uk/issues/browse/TAVSERV
-# Note, no anti-spam armouring required for this one
-support-contact: support@mygrid.org.uk

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/CITATION
----------------------------------------------------------------------
diff --git a/CITATION b/CITATION
deleted file mode 100644
index fd17bfc..0000000
--- a/CITATION
+++ /dev/null
@@ -1,18 +0,0 @@
-Wolstencroft, K., Haines, R., Fellows, D., Williams, A., Withers, D.,
-  Owen, S., Soiland-Reyes, S., Dunlop, I., Nenadic, A., Fisher, P., Bhagat, J.,
-  Belhajjame, K., Bacall, F., Hardisty, A., Nieva de la Hidalga, A.,
-  Balcazar Vargas, M.P., Sufi, S., and Goble, C.  2013.
-The Taverna workflow suite: designing and executing workflows of Web Services
-on the desktop, web or in the cloud.  Nucl. Acids Res. gkt328v1
-http://doi.org/doi:10.1093/nar/gkt328
-
-@article{Wolstencroft02052013,
-  author = {Wolstencroft, Katherine and Haines, Robert and Fellows, Donal and Williams, Alan and Withers, David and Owen, Stuart and Soiland-Reyes, Stian and Dunlop, Ian and Nenadic, Aleksandra and Fisher, Paul and Bhagat, Jiten and Belhajjame, Khalid and Bacall, Finn and Hardisty, Alex and Nieva de la Hidalga, Abraham and Balcazar Vargas, Maria P. and Sufi, Shoaib and Goble, Carole}, 
-  title = {The {Taverna} workflow suite: designing and executing workflows of {Web Services} on the desktop, web or in the cloud},
-  year = {2013}, 
-  doi = {10.1093/nar/gkt328}, 
-  abstract ={The Taverna workflow tool suite (http://www.taverna.org.uk) is designed to combine distributed Web Services and/or local tools into complex analysis pipelines. These pipelines can be executed on local desktop machines or through larger infrastructure (such as supercomputers, Grids or cloud environments), using the Taverna Server. In bioinformatics, Taverna workflows are typically used in the areas of high-throughput omics analyses (for example, proteomics or transcriptomics), or for evidence gathering methods involving text mining or data mining. Through Taverna, scientists have access to several thousand different tools and resources that are freely available from a large range of life science institutions. Once constructed, the workflows are reusable, executable bioinformatics protocols that can be shared, reused and repurposed. A repository of public workflows is available at http://www.myexperiment.org. This article provides an update to the Taverna tool suite, high
 lighting new features and developments in the workbench and the Taverna Server.}, 
-  URL = {http://nar.oxfordjournals.org/content/early/2013/05/02/nar.gkt328.abstract}, 
-  eprint = {http://nar.oxfordjournals.org/content/early/2013/05/02/nar.gkt328.full.pdf+html}, 
-  journal = {Nucleic Acids Research} 
-}

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/LICENCE
----------------------------------------------------------------------
diff --git a/LICENCE b/LICENCE
deleted file mode 100644
index 53afb04..0000000
--- a/LICENCE
+++ /dev/null
@@ -1,504 +0,0 @@
-		  GNU LESSER GENERAL PUBLIC LICENSE
-		       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-		  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library 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
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
deleted file mode 100644
index e58c537..0000000
--- a/README.md
+++ /dev/null
@@ -1,229 +0,0 @@
-A Beginner's Installation Guide to Taverna Server
-=================================================
-
-When installing Taverna Server 2.5, you *need* to decide whether to
-install in secure or insecure mode. In secure mode, the server
-enforces logins, ensures that they are done over HTTPS, and applies
-strong restrictions to what users can see of other users'
-workflows. In insecure mode, no restrictions are enforced which
-simplifies configuration but greatly reduces the overall system
-security. *Do not mix up installations between the two types.*
-
-You will need:
-
-* **Unix** (e.g., Linux, OSX). Running Linux inside a virtual machine
-  works. Running directly on Windows is not supported.
-
-* **Java 7** (or later) installed. See the Java requirements on the
-  [Taverna website](http://www.taverna.org.uk/download/workbench/system-requirements/).
-
-* **Tomcat 6** (recent version).
-
-* **Taverna Server 2.5**. Either the "full installation" or WAR will do
-  (the "full installation" zip contains a copy of the WAR) - see the
-  [Taverna website](http://www.taverna.org.uk/download/server/2-4/) for details on downloading the file.
-
-If you are installing in secured mode (default) you will also need:
-
-* **SSL** (i.e., HTTPS) **host certificate**. This should not be
-  self-signed and should have the hostname in the Common Name (CN)
-  field. (Self-signed certificates or ones without the hostname in are
-  exceptionally awkward for clients to work with, and proper
-  single-host certificates are in reality very cheap. Save yourself a
-  lot of work here!)
-
-* For the simplest operation, you should create a user `taverna` that is
-  a member of the group called `taverna`. This user will be used for
-  executing workflows, and does not need to allow anyone to log in as
-  it.
-
-Stick to the Factory Defaults
------------------------------
-
-Taverna Server 2.5 has a long list of things that may be configured,
-but it comes with “factory” settings that are correct in the majority
-of cases. Leave them alone for your first installation.
-
-Setting up Tomcat
------------------
-
-Note that the instructions below do not describe setting up Tomcat
-users. These are not necessary for Taverna Server, as that needs
-finer-grained permission control than is normal for a webapp.
-
-You can always find further information by searching the web for
-“_install tomcat6 YourOperatingSystem_”.
-
-### Installing on Debian Linux, Ubuntu
-
-On Debian Linux (and derivatives), you install Tomcat with:
-
-    sudo apt-get install tomcat6 tomcat6-admin tomcat6-common tomcat6-user
-
-You then start Tomcat with:
-
-    sudo /etc/init.d/tomcat6 start
-
-And stop it with:
-
-    sudo /etc/init.d/tomcat6 stop
-
-It's configuration file (called `conf/server.xml` in the instructions below) will be in:
-
-    /etc/tomcat6/server.xml
-
-It's webapp directory (`webapps` below) will be in:
-
-    /var/lib/tomcat6
-
-### Installing on RedHat Linux, Fedora, CentOS, Scientific Linux
-
-On RedHat Linux (and derivatives), you install Tomcat with:
-
-    yum install tomcat6-webapps
-
-You then start Tomcat with:
-
-    sudo service tomcat6 start
-
-And stop it with:
-
-    sudo service tomcat6 stop
-
-It's configuration file (called `conf/server.xml` in the instructions below) will be in:
-
-    /etc/tomcat6/server.xml
-
-It's webapp directory (`webapps` below) will be in:
-
-    /var/lib/tomcat6
-
-### Installing on MacOS X, and using a baseline Apache distribution
-
-On OSX (or if otherwise installing from a standard Apache
-distribution), you install Tomcat by downloading from the distribution
-page at:
-
-* http://tomcat.apache.org/download-60.cgi
-
-Both ZIP and `.tar.gz` download versions include a file `RUNNING.txt`
-that describes how to perform the installation, start the server, and
-stop it again.
-
-The normal location of the configuration file (`conf/server.xml` in
-the instructions below) is, for Tomcat 6.0.35:
-
-    /usr/local/tomcat6.0/apache-tomcat-6.0.35/conf/server.xml
-
-And its `webapps` directory is at:
-
-    /usr/local/tomcat6.0/apache-tomcat-6.0.35/webapps
-
-Installing an Unsecured Taverna Server
---------------------------------------
-
-This is not the default configuration of Taverna Server because it is
-_insecure_; there is no attempt to verify the identity of users or to
-keep them from interfering with each other's workflows. _We recommend
-that you use the secured version if possible._
-
-The insecure version is installed by:
-
-### First, place the WAR into Tomcat's webapps directory
-
-Use a filename that relates to what URL you want Taverna Server to
-appear at within Tomcat (e.g., if you want it to be at
-`/tavernaserver`, use the filename `webapps/tavernaserver.war`).
-
-### Next, start Tomcat (if stopped), and shut it down again once it has unpacked the WAR.
-
-At this point, Taverna Server is installed but not usable.
-
-### Then configure for unsecure operation.
-
-Go to the unpacked WAR, find its `WEB-INF/web.xml` (with the above
-installation path, it would be
-`webapps/tavernaserver/WEB-INF/web.xml`), and change the lines:
-
-    <param-value>WEB-INF/secure.xml</param-value>
-    <!-- <param-value>WEB-INF/insecure.xml</param-value> -->
-
-to read:
-
-    <!-- <param-value>WEB-INF/secure.xml</param-value> -->
-    <param-value>WEB-INF/insecure.xml</param-value>
-
-This changes which part of the rest of the server configuration is
-used. It does so by altering what part of that XML file are commented
-out. One of those two `<param-value>` lines **must** be
-uncommented. The overall XML file **must** be valid.
-
-### Finally, start Tomcat.
-
-> **NB:** When accessing an unsecured Taverna Server, for most
-    operations (such as submitting a run) you will need to pass the
-    credentials for the default user. The default user has username
-    `taverna` and password `taverna`.
-
-Installing a Secured Taverna Server
------------------------------------
-Taverna Server 2.5 is installed in secure mode by doing this:
-
-### First you need to enable SSL on Tomcat.
-
-With Tomcat not running, make sure that its `conf/server.xml` file
-contains a `<Connector>` definition for SSL HTTP/1.1. The file should
-contain comments on how to do this. Here's an example:
-
-    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
-        maxThreads="150" scheme="https" secure="true"
-        clientAuth="false" sslProtocol="TLS" keystorePass="tomcat"
-        keystoreFile="conf/tavserv.p12" keystoreType="PKCS12" />
-
-This configuration enables secure access on port 8443 (HTTPS-alt;
-strongly recommended) with the server using the key-pair that has been
-placed in a standard PKCS #12 format file in the file `tavserv.p12` in
-the same directory as the configuration file; the key-pair file will
-be unlocked with the (rather obvious) password “`tomcat`”.
-
-Note that if the configuration file is located below `/etc`, it is
-recommended that you specify the full path to the PKCS #12 file. You
-should also ensure that the file can only be read by the Unix user
-that will be running Tomcat.
-
-### Next, you need to grant permission to the Tomcat server to run code as other users.
-
-In particular, it needs to be able to run the Java executable it is
-using as other people via `sudo`. You _should_ take care to lock this
-down heavily. You do this by using the program visudo to add these
-parts to the sudo configuration. Note that each goes in a separate
-part of the overall file, and that we assume below that Tomcat is
-running as the user `tavserv`; you will probably need to change (e.g.,
-to `tomcat` or `nobody`) as appropriate.
-
-This defines some flags for the main server user:
-
-    Defaults:tavserv   !lecture, timestamp_timeout=0, passwd_tries=1
-
-This defines a rule for who the server can switch to. Let's say that
-they have to be a member of the Unix user group `taverna`; if a user
-isn't in that group, they cannot use Taverna Server. (Note that `root`
-should not be part of the group!)
-
-    Runas_Alias        TAV = %taverna
-
-This creates the actual permission, saying that the `tavserv` user may
-run anything as any user in the alias above (i.e., in the `taverna`
-group). The `NOPASSWD` is important because it allows Taverna Server
-to do the delegation even when running as a user that can't log in.
-
-    tavserv            ALL=(TAV) NOPASSWD: ALL
-
-### Now, place the WAR into Tomcat's `webapps` directory.
-
-Use a filename that relates to what URL you want Taverna Server to
-appear at within Tomcat (e.g., if you want it to be at
-`/tavernaserver`, use the filename `webapps/tavernaserver.war`).
-
-### Finally, start Tomcat.
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/context.sample.xml
----------------------------------------------------------------------
diff --git a/context.sample.xml b/context.sample.xml
deleted file mode 100644
index 9531bdb..0000000
--- a/context.sample.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Sample context.xml showing how to tweak logging and some parameters. -->
-<!-- See the Install Guide for more information about this file. -->
-<Context path="/taverna-server">
-	<!-- Sample logging configuration. -->
-	<Valve className="org.apache.catalina.valves.AccessLogValve" />
-
-	<!-- Controls whether URs are logged. -->
-	<Parameter name="usage.logFile" value="%{WEBAPPROOT}/usage.log"
-		description="Full path to name of file that usage records for executed workflow runs will be dumped to. To make it relative to the webapp root, prefix with '%{WEBAPPROOT}/'." />
-	<Parameter name="usage.disableDB" value="no"
-		description="Set to yes to disable writing of URs to the database." />
-
-	<!-- For email-dispatched notifications. -->
-	<Parameter name="email.host" value="localhost"
-		description="Where the SMTP server for sending notification emails is located."/>
-	<Parameter name="email.from" value="taverna.server@localhost"
-		description="Who to send notification emails as."/>
-</Context>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/install.docx
----------------------------------------------------------------------
diff --git a/install.docx b/install.docx
deleted file mode 100644
index cf9e0a4..0000000
Binary files a/install.docx and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/install.pdf
----------------------------------------------------------------------
diff --git a/install.pdf b/install.pdf
deleted file mode 100644
index da38ee3..0000000
Binary files a/install.pdf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index fc7b0c9..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,560 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>uk.org.taverna.server</groupId>
-	<artifactId>server</artifactId>
-	<packaging>pom</packaging>
-	<version>3.0-SNAPSHOT</version>
-	<name>Taverna Server</name>
-	<description>Taverna Server is a service that provides execution of Taverna Workflows, provided they do not access the user interface while executing.</description>
-	<url>http://www.taverna.org.uk/</url>
-
-	<properties>
-		<!-- Set these to control what is used for signing code. -->
-		<signing.keystore>${project.parent.basedir}/src/main/signing/signing.jks</signing.keystore>
-		<signing.user>taverna</signing.user>
-		<signing.password>taverna</signing.password>
-		<scmBrowseRoot>https://github.com/myGrid/taverna-server/tree/2.5-branch</scmBrowseRoot>
-		<jenkinsJob>taverna-server-2.5-auto</jenkinsJob>
-	</properties>
-
-	<!-- Having to edit anything below here is probably indicative of a bug. -->
-	<parent>
-		<groupId>net.sf.taverna</groupId>
-		<artifactId>taverna-parent</artifactId>
-		<version>3.0.1-SNAPSHOT</version>
-	</parent>
-	<prerequisites>
-		<maven>2.2</maven>
-	</prerequisites>
-	<issueManagement>
-		<system>JIRA</system>
-		<url>http://dev.mygrid.org.uk/issues/browse/TAVSERV</url>
-	</issueManagement>
-	<developers>
-		<developer>
-			<id>donal.k.fellows@man.ac.uk</id>
-			<name>Donal Fellows</name>
-			<email>donal.k.fellows@manchester.ac.uk</email>
-			<organization>The University of Manchester</organization>
-			<organizationUrl>http://www.manchester.ac.uk/</organizationUrl>
-			<timezone>0</timezone>
-			<roles>
-				<role>architect</role>
-				<role>developer</role>
-			</roles>
-		</developer>
-	</developers>
-	<scm>
-		<connection>scm:git://github.com/myGrid/taverna-server.git</connection>
-		<developerConnection>scm:https://github.com/myGrid/taverna-server.git</developerConnection>
-		<url>${scmBrowseRoot}/</url>
-	</scm>
-	<organization>
-		<name>University of Manchester</name>
-		<url>http://www.manchester.ac.uk/</url>
-	</organization>
-	<inceptionYear>2010</inceptionYear>
-	<licenses>
-		<license>
-			<name>LGPL 2.1</name>
-			<url>http://www.opensource.org/licenses/lgpl-2.1.php</url>
-			<comments>This software is made available under the LGPL v2.1. There is no requirement for you to contact us in order to use it, modify it, etc., but please let us know if you are using this software, especially scientifically. We love citations!</comments>
-		</license>
-	</licenses>
-	<mailingLists>
-		<mailingList>
-			<name>Taverna Users</name>
-			<post>taverna-users@lists.sourceforge.net</post>
-			<subscribe>https://lists.sourceforge.net/lists/listinfo/taverna-users</subscribe>
-			<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=taverna-users</archive>
-		</mailingList>
-		<mailingList>
-			<name>Taverna Developers</name>
-			<post>taverna-hackers@lists.sourceforge.net</post>
-			<subscribe>https://lists.sourceforge.net/lists/listinfo/taverna-hackers</subscribe>
-			<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=taverna-hackers</archive>
-		</mailingList>
-	</mailingLists>
-	<contributors>
-		<contributor>
-			<name>Rob Haines</name>
-			<organization>The University of Manchester</organization>
-			<organizationUrl>http://www.manchester.ac.uk/</organizationUrl>
-			<timezone>0</timezone>
-			<roles>
-				<role>code review</role>
-				<role>ruby client</role>
-			</roles>
-		</contributor>
-		<contributor>
-			<name>Alexandra Nenadic</name>
-			<organization>The University of Manchester</organization>
-			<organizationUrl>http://www.manchester.ac.uk/</organizationUrl>
-			<timezone>0</timezone>
-			<roles>
-				<role>website</role>
-			</roles>
-		</contributor>
-		<contributor>
-			<name>Stian Soiland-Reyes</name>
-			<organization>The University of Manchester</organization>
-			<organizationUrl>http://www.manchester.ac.uk/</organizationUrl>
-			<timezone>0</timezone>
-			<roles>
-				<role>code review</role>
-			</roles>
-		</contributor>
-		<contributor>
-			<name>Alan Williams</name>
-			<organization>The University of Manchester</organization>
-			<organizationUrl>http://www.manchester.ac.uk/</organizationUrl>
-			<timezone>0</timezone>
-			<roles>
-				<role>code review</role>
-			</roles>
-		</contributor>
-		<contributor>
-			<name>David Withers</name>
-			<organization>The University of Manchester</organization>
-			<organizationUrl>http://www.manchester.ac.uk/</organizationUrl>
-			<timezone>0</timezone>
-			<roles>
-				<role>platform</role>
-			</roles>
-		</contributor>
-	</contributors>
-	<ciManagement>
-		<system>Jenkins</system>
-		<url>http://build.mygrid.org.uk/ci/job/${jenkinsJob}/</url>
-		<notifiers>
-			<notifier>
-				<type>mail</type>
-				<sendOnSuccess>false</sendOnSuccess>
-				<configuration>
-					<recipients>donal.k.fellows@manchester.ac.uk</recipients>
-				</configuration>
-			</notifier>
-		</notifiers>
-	</ciManagement>
-	<repositories>
-		<repository>
-			<id>mygrid-repository</id>
-			<name>myGrid Respository</name>
-			<url>http://build.mygrid.org.uk/maven/repository</url>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<releases />
-		</repository>
-		<repository>
-			<id>mygrid-snapshot-repository</id>
-			<name>myGrid Snapshot Repository</name>
-			<url>http://build.mygrid.org.uk/maven/snapshot-repository</url>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases />
-		</repository>
-		<repository>
-			<id>mygrid-snapshots</id>
-			<name>myGrid Snapshot Respository</name>
-			<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</repository>
-		<repository>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<id>central2</id>
-			<name>New Central Maven Repository</name>
-			<url>http://repo2.maven.org/maven2</url>
-		</repository>
-	</repositories>
-
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-release-plugin</artifactId>
-					<version>2.4.2</version>
-					<configuration>
-						<autoVersionSubmodules>true</autoVersionSubmodules>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.1</version>
-					<configuration>
-						<encoding>US-ASCII</encoding>
-						<source>1.7</source>
-						<target>1.7</target>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-eclipse-plugin</artifactId>
-					<version>2.9</version>
-					<configuration>
-						<projectNameTemplate>[artifactId]-[version]</projectNameTemplate>
-						<wtpmanifest>true</wtpmanifest>
-						<wtpapplicationxml>true</wtpapplicationxml>
-						<wtpversion>2.0</wtpversion>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.6</version>
-					<configuration>
-						<encoding>US-ASCII</encoding>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.4</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>2.2.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.16</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jarsigner-plugin</artifactId>
-					<version>1.2</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-					<version>2.8</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.4</version>
-					<dependencies>
-						<dependency>
-							<groupId>org.codehaus.plexus</groupId>
-							<artifactId>plexus-utils</artifactId>
-							<version>3.0.15</version>
-						</dependency>
-					</dependencies>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-release-plugin</artifactId>
-				<configuration>
-					<autoVersionSubmodules>true</autoVersionSubmodules>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>com.google.code.findbugs</groupId>
-			<artifactId>jsr305</artifactId>
-			<version>1.3.7</version>
-		</dependency>
-	</dependencies>
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>commons-codec</groupId>
-				<artifactId>commons-codec</artifactId>
-				<version>1.8</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-collections</groupId>
-				<artifactId>commons-collections</artifactId>
-				<version>3.2.1</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-dbcp</groupId>
-				<artifactId>commons-dbcp</artifactId>
-				<version>1.4</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-io</groupId>
-				<artifactId>commons-io</artifactId>
-				<version>2.3</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-lang</groupId>
-				<artifactId>commons-lang</artifactId>
-				<version>2.6</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-logging</groupId>
-				<artifactId>commons-logging</artifactId>
-				<version>1.1.3</version>
-			</dependency>
-			<dependency>
-				<groupId>jaxen</groupId>
-				<artifactId>jaxen</artifactId>
-				<version>1.1.4</version>
-			</dependency>
-			<dependency>
-				<groupId>junit</groupId>
-				<artifactId>junit</artifactId>
-				<version>4.11</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>net.sf.mime-util</groupId>
-				<artifactId>mime-util</artifactId>
-				<version>1.2</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.httpcomponents</groupId>
-				<artifactId>httpclient</artifactId>
-				<version>4.3.1</version>
-			</dependency>
-			<dependency>
-				<groupId>joda-time</groupId>
-				<artifactId>joda-time</artifactId>
-				<version>2.3</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
-
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.8</version>
-				<configuration>
-					<show>protected</show>
-					<nohelp>true</nohelp>
-					<detectLinks>true</detectLinks>
-					<stylesheet>maven</stylesheet>
-					<!-- The version package is purely implementation convenience. -->
-					<excludePackageNames>*.version:*.mocks</excludePackageNames>
-					<groups>
-						<group>
-							<title>Server Core WebService</title>
-							<packages>org.taverna.server.master:org.taverna.server.master.common:org.taverna.server.master.facade:org.taverna.server.master.rest:org.taverna.server.master.rest.handler:org.taverna.server.master.soap</packages>
-						</group>
-						<group>
-							<title>Default Values and Administration</title>
-							<packages>org.taverna.server.master.admin:org.taverna.server.master.defaults</packages>
-						</group>
-						<group>
-							<title>Server SPI</title>
-							<packages>org.taverna.server.master.exceptions:org.taverna.server.master.factories:org.taverna.server.master.interfaces</packages>
-						</group>
-						<group>
-							<title>Notification and Accounting</title>
-							<packages>org.taverna.server.master.interaction:org.taverna.server.master.notification:org.taverna.server.master.notification.atom:org.taverna.server.master.usage</packages>
-						</group>
-						<group>
-							<title>Server Coupling to RMI Back End</title>
-							<packages>org.taverna.server.master.identity:org.taverna.server.master.localworker:org.taverna.server.master.worker</packages>
-						</group>
-						<group>
-							<title>Server RMI Interface to Back End</title>
-							<packages>org.taverna.server.localworker.remote:org.taverna.server.localworker.server</packages>
-						</group>
-						<group>
-							<title>Externally-Defined Document Formats</title>
-							<packages>org.taverna.server.port_description:org.ogf.usage:org.ogf.usage.v1_0:org.w3._2000._09.xmldsig_</packages>
-						</group>
-						<group>
-							<title>Server Back End Factory Coupling to Command Line Executor</title>
-							<packages>org.taverna.server.localworker.impl:org.taverna.server.unixforker:org.taverna.server.winforker</packages>
-						</group>
-						<group>
-							<title>Utilities</title>
-							<packages>org.taverna.server.master.utils:org.taverna.server.localworker.impl.utils</packages>
-						</group>
-					</groups>
-					<detectJavaApiLink>true</detectJavaApiLink>
-					<aggregate>true</aggregate>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-changelog-plugin</artifactId>
-				<version>2.2</version>
-				<configuration>
-					<issueLinkUrl>http://dev.mygrid.org.uk/issues/browse/%ISSUE%</issueLinkUrl>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>2.4</version>
-			</plugin>
-		</plugins>
-	</reporting>
-
-	<profiles>
-		<profile>
-			<id>site</id>
-			<activation>
-				<file>
-					<exists>${basedir}</exists>
-				</file>
-			</activation>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.apache.maven.plugins</groupId>
-							<artifactId>maven-site-plugin</artifactId>
-							<version>3.0</version>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
-		<profile>
-			<id>full-site</id>
-			<reporting>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-javadoc-plugin</artifactId>
-						<version>2.8</version>
-						<configuration>
-							<show>private</show>
-							<nohelp>true</nohelp>
-							<detectLinks>true</detectLinks>
-							<linksource>true</linksource>
-							<stylesheet>maven</stylesheet>
-							<!-- The version package is purely implementation convenience. -->
-							<groups>
-								<group>
-									<title>Server Core WebService</title>
-									<packages>org.taverna.server.master:org.taverna.server.master.common:org.taverna.server.master.facade:org.taverna.server.master.rest:org.taverna.server.master.rest.handler:org.taverna.server.master.soap</packages>
-								</group>
-								<group>
-									<title>Default Values and Administration</title>
-									<packages>org.taverna.server.master.admin:org.taverna.server.master.defaults</packages>
-								</group>
-								<group>
-									<title>Server SPI</title>
-									<packages>org.taverna.server.master.exceptions:org.taverna.server.master.factories:org.taverna.server.master.interfaces</packages>
-								</group>
-								<group>
-									<title>Notification and Accounting</title>
-									<packages>org.taverna.server.master.interaction:org.taverna.server.master.notification:org.taverna.server.master.notification.atom:org.taverna.server.master.usage</packages>
-								</group>
-								<group>
-									<title>Server Coupling to RMI Back End</title>
-									<packages>org.taverna.server.master.identity:org.taverna.server.master.localworker:org.taverna.server.master.worker</packages>
-								</group>
-								<group>
-									<title>Server RMI Interface to Back End</title>
-									<packages>org.taverna.server.localworker.remote:org.taverna.server.localworker.server</packages>
-								</group>
-								<group>
-									<title>Externally-Defined Document Formats</title>
-									<packages>org.taverna.server.port_description:org.ogf.usage:org.ogf.usage.v1_0:org.w3._2000._09.xmldsig_</packages>
-								</group>
-								<group>
-									<title>Server Back End Factory Coupling to Command Line Executor</title>
-									<packages>org.taverna.server.localworker.impl:org.taverna.server.unixforker:org.taverna.server.winforker</packages>
-								</group>
-								<group>
-									<title>Utilities</title>
-									<packages>org.taverna.server.master.utils:org.taverna.server.localworker.impl.utils</packages>
-								</group>
-							</groups>
-							<detectJavaApiLink>true</detectJavaApiLink>
-							<aggregate>true</aggregate>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-changes-plugin</artifactId>
-						<version>2.6</version>
-						<reportSets>
-							<reportSet>
-								<id>jira-report</id>
-								<reports>
-									<report>jira-report</report>
-								</reports>
-							</reportSet>
-						</reportSets>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-checkstyle-plugin</artifactId>
-						<version>2.7</version>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-pmd-plugin</artifactId>
-						<version>2.5</version>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-surefire-report-plugin</artifactId>
-						<version>2.9</version>
-					</plugin>
-				</plugins>
-			</reporting>
-		</profile>
-		<profile>
-			<id>signed</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-jarsigner-plugin</artifactId>
-						<executions>
-							<execution>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-								<id>sign</id>
-								<phase>package</phase>
-								<configuration>
-									<keystore>${signing.keystore}</keystore>
-									<alias>${signing.user}</alias>
-									<storepass>${signing.password}</storepass>
-									<keypass>${signing.password}</keypass>
-									<excludeClassifiers>
-										<param>tests</param>
-										<param>test-sources</param>
-									</excludeClassifiers>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
-	<modules>
-		<module>server-webapp</module>
-		<module>server-runinterface</module>
-		<module>server-worker</module>
-		<module>server-unix-forker</module>
-		<module>server-usagerecord</module>
-		<module>server-port-description</module>
-		<module>server-execution-delegate</module>
-		<module>server-rmidaemon</module>
-		<module>server-client</module>
-		<module>server-distribution</module>
-	</modules>
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/27cbb9cb/release-notes.txt
----------------------------------------------------------------------
diff --git a/release-notes.txt b/release-notes.txt
deleted file mode 100644
index 0f3396d..0000000
--- a/release-notes.txt
+++ /dev/null
@@ -1,97 +0,0 @@
-Taverna 2.5.4 Server Release Notes
-==================================
-
-This is the fourth public release of Taverna 2.5 Server. We welcome feedback
-on both the things that are there and the things that are not.
-
-Key Features
-------------
- * Runs arbitrary Taverna 2 workflows
-   * Based on Taverna 2.5 Workflow Engine
-   * Includes support for Components and Interaction processors
- * REST and SOAP interfaces
-   * All functionality available through both interfaces
- * Manages files for workflows
-   * Make files, read files, delete files
-   * Create subdirectories, list directory contents
-   * Can download a whole directory structure as a ZIP
- * Tidies up when workflow runs expire
-   * Expiry time fully configurable
-   * Can force immediate deletion of a workflow run
- * Generates Run Bundles
-   * Contains formal description of the workflow run, designed for
-     sharing, including the inputs, outputs and provenance trace
- * Security
-   * Encrypted communication supported
-   * Multiple users
-     * Users isolated from each other (via sudo)
-     * Workflows isolated from server
-     * Users may grant access to other users
-   * Specify credentials for workflows to access back-end services
- * Notification framework
-   * Inform users when workflows terminate
-     * Many protocols: Atom feed, email, SMS, Twitter, Jabber
- * Management interface
-   * Administrative access to all server's tunable parameters
-     * Authenticated web interface, JMX
-   * Usage monitoring/accounting
- * General quality improvements
-   * Improved speed
-   * Improved robustness
-     * State can persist over (limited) server restarts
-   * Improved installation
-     * Self-contained server package
-   * Support for transfer of large data files
-
-Significant Changes
--------------------
- * Supports full Taverna 2.5.0 Enterprise execution platform
- * Now requires Java 7
-
-Planned Future Features
------------------------
- * Support for Cluster Deployment
- * Full WebDAV access to run working directory
-
-Specific Issues Addressed in This Release
------------------------------------------
-See http://www.mygrid.org.uk/dev/issues/browse/TAVSERV
-
-TAVSERV-5 Need to detect interactive localworkers
-TAVSERV-76 Support user-supplied functionality
-TAVSERV-283	Invocation is spelt as invokation in the admin interface
-TAVSERV-293	A HEAD or OPTIONS to the wsdl address returns a 500 error
-TAVSERV-301 Interaction feed address is not a full URI
-TAVSERV-309 Failure in getRunOutputDescription SOAP operation
-TAVSERV-310	Support OPTIONS in main interface
----- 2.5.0 release ----
-TAVSERV-219 Some server errors are reported as 403 when 500 is more
-            appropriate
-TAVSERV-290 Support restricting what URLs to use workflows from
-TAVSERV-307 Users created through the admin web interface are not properly
-            set up in "insecure" mode
-TAVSERV-321 Interaction service internal bug
-TAVSERV-322 Atom feed updated timestamp being rounded down
-TAVSERV-325 Can't create run with long default name
-TAVSERV-326 Log concatenation
-TAVSERV-328 An OPTIONS request to any resource produces incorrect headers
----- 2.5.1 release ----
-TAVSERV-42 Provenance: Access and Lifetime
-TAVSERV-44 Managing Workflow Instances
-TAVSERV-69 Provenance: core
-TAVSERV-297 Running instance of Taverna Server 2.4.1 hangs after a while;
-            submitting a new workflow using REST API results in "HTTP 403
-            Permission denied"
----- 2.5.2 release ----
-TAVSERV-329 Master feed broken
-TAVSERV-332 Massively degraded performance of 2.5.2
----- 2.5.3 release ----
-    Updated to use Taverna 2.5.0 Enterprise Execution Core
-TAVSERV-103 Generated WSDL interface incorrectly claims that parameters are
-            optional
-TAVSERV-331 Add an option for the provenance export using the new -provbundle
-            command line tool switch
-TAVSERV-336 Support splitting inputs 
-TAVSERV-337 RMI registry subprocess race condition
-SERVINF-395 Fix race condition in XML parsing
----- 2.5.4 release ----
\ No newline at end of file