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/06/11 18:23:57 UTC

incubator-taverna-workbench git commit: batik-osgi wrapper

Repository: incubator-taverna-workbench
Updated Branches:
  refs/heads/master 8502f8dee -> c179bdc77


batik-osgi wrapper

TODO: How to version this if it is part of every taverna-workbench
release?


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

Branch: refs/heads/master
Commit: c179bdc774975bed0a35c7ac8a600c01359b8db4
Parents: 8502f8d
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 11 17:19:00 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 17:19:00 2015 +0100

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/c179bdc7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f04d99a..f6ebfc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
    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 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
 
@@ -42,7 +42,9 @@
         
 	<modules>
             <module>taverna-dataflow-activity-ui</module>
+            <!-- Not yet updated to scufl2 configs
             <module>taverna-disabled-activity-ui</module>
+            -->
             <module>taverna-stringconstant-activity-ui</module>
             <module>taverna-unrecognized-activity-ui</module>
             <module>taverna-activity-icons-api</module>
@@ -101,6 +103,7 @@
             <module>taverna-io</module>
             <module>taverna-ui</module>
             <module>taverna-uibuilder</module>
+            <module>batik-osgi</module>
         </modules>
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench.git</connection>