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 12:50:46 UTC

[28/50] [abbrv] incubator-taverna-osgi git commit: Merge branch 'taverna3-osgi-services'

Merge branch 'taverna3-osgi-services'

>From https://github.com/taverna/taverna3-osgi-services master


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

Branch: refs/heads/master
Commit: 43f9f8db5b40de0b5c9b5a6e123b4300715ff5b7
Parents: 4fccf24 e156419
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Thu Dec 18 22:15:56 2014 -0600
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Thu Dec 18 22:15:56 2014 -0600

----------------------------------------------------------------------
 .gitignore                                      |  24 +++
 xml-parser-service/.project                     |  24 +++
 xml-parser-service/pom.xml                      |  62 ++++++++
 .../javax.xml.parsers.DocumentBuilderFactory    |   1 +
 .../services/javax.xml.parsers.SAXParserFactory |   1 +
 xml-transformer-service/.project                |  24 +++
 xml-transformer-service/pom.xml                 |  67 +++++++++
 .../services/xml/XMLTransformerActivator.java   | 147 +++++++++++++++++++
 .../javax.xml.transform.TransformerFactory      |   1 +
 9 files changed, 351 insertions(+)
----------------------------------------------------------------------