TAVERNA-963 package taverna.externaltool.ssh
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/71352f29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/71352f29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/71352f29 Branch: refs/heads/docker Commit: 71352f29f89aae9e486484b77295d189a229363d Parents: 963a4b6 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed May 4 00:58:00 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed May 4 01:00:37 2016 +0100 ---------------------------------------------------------------------- .../invocation/ssh/SshReference.hbm.xml | 41 -------------------- .../externaltool/ssh/SshReference.hbm.xml | 41 ++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/71352f29/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml ---------------------------------------------------------------------- diff --git a/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml b/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml deleted file mode 100644 index b67f6be..0000000 --- a/taverna-external-tool-activity/src/main/resources/de/uni_luebeck/inb/knowarc/usecases/invocation/ssh/SshReference.hbm.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ---> -<!DOCTYPE hibernate-mapping PUBLIC - "-//Hibernate/Hibernate Mapping DTD 3.0//EN" - "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> -<!-- Hibernate mapping for ssh reference bean --> -<hibernate-mapping> - <joined-subclass - name="org.apache.taverna.activities.externaltool.invocation.ssh.SshReference" - extends="org.apache.taverna.reference.AbstractExternalReference"> - <!-- Link to primary key from abstract superclass --> - <key column="bean_id" /> - <!-- SshReference specific properties below here --> - <property name="host" type="string" /> - <property name="port" type="integer"/> - <property name="directory" type="string" /> - <property name="subDirectory" type="string" /> - <property name="fileName" type="string" /> - <property name="dataNatureInteger" type="integer"/> - - <property name="charset" type="string" /> - </joined-subclass> -</hibernate-mapping> - http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/71352f29/taverna-external-tool-activity/src/main/resources/org/apache/taverna/activities/externaltool/ssh/SshReference.hbm.xml ---------------------------------------------------------------------- diff --git a/taverna-external-tool-activity/src/main/resources/org/apache/taverna/activities/externaltool/ssh/SshReference.hbm.xml b/taverna-external-tool-activity/src/main/resources/org/apache/taverna/activities/externaltool/ssh/SshReference.hbm.xml new file mode 100644 index 0000000..b67f6be --- /dev/null +++ b/taverna-external-tool-activity/src/main/resources/org/apache/taverna/activities/externaltool/ssh/SshReference.hbm.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<!DOCTYPE hibernate-mapping PUBLIC + "-//Hibernate/Hibernate Mapping DTD 3.0//EN" + "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> +<!-- Hibernate mapping for ssh reference bean --> +<hibernate-mapping> + <joined-subclass + name="org.apache.taverna.activities.externaltool.invocation.ssh.SshReference" + extends="org.apache.taverna.reference.AbstractExternalReference"> + <!-- Link to primary key from abstract superclass --> + <key column="bean_id" /> + <!-- SshReference specific properties below here --> + <property name="host" type="string" /> + <property name="port" type="integer"/> + <property name="directory" type="string" /> + <property name="subDirectory" type="string" /> + <property name="fileName" type="string" /> + <property name="dataNatureInteger" type="integer"/> + + <property name="charset" type="string" /> + </joined-subclass> +</hibernate-mapping> +
