summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 12:16:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 12:16:29 +0000
commit65e3fd65b82c7cd08cfdeee8819f571212b3b1fe (patch)
tree72142bd4e7fbd9becf3f43d09dde26836562d72f /java/sca/modules/assembly-xml/pom.xml
parent6a9b9b7586fd7a377d57b5ce0117c664beebff25 (diff)
Simplify the Node API for a common default case so that creating a Node for simple samples and tests can be:
node = NodeFactory.newInstance().createNode(); instead of: NodeFactory factory = NodeFactory.newInstance(); String root = ContributionLocationHelper.getContributionLocation("Calculator.composite"); Contribution contribution = new Contribution(root, root); node = factory.createNode("Calculator.composite", contribution); git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719565 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions