From 7ef49221db3c5ad0db78f2c781ad27eeced1a556 Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 1 Sep 2011 16:26:14 +0000 Subject: Fix the main class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164136 13f79535-47bb-0310-9956-ffa450edef68 --- .../CompositeDiagramGeneratorUsingBatik/pom.xml | 102 +++++++++++---------- 1 file changed, 52 insertions(+), 50 deletions(-) (limited to 'collaboration') diff --git a/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/pom.xml b/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/pom.xml index 0d4b58de28..9882f288ed 100644 --- a/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/pom.xml +++ b/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/pom.xml @@ -26,66 +26,66 @@ - org.apache.xmlgraphics + org.apache.xmlgraphics batik-anim - 1.7 - + 1.7 + - - org.apache.xmlgraphics + + org.apache.xmlgraphics batik-awt-util 1.7 - + org.apache.xmlgraphics batik-css 1.7 - + org.apache.xmlgraphics batik-dom 1.7 - + org.apache.xmlgraphics batik-ext 1.7 - + org.apache.xmlgraphics batik-parser 1.7 - + org.apache.xmlgraphics batik-svg-dom 1.7 - + org.apache.xmlgraphics batik-svggen 1.7 - + org.apache.xmlgraphics batik-util 1.7 - + org.apache.xmlgraphics batik-xml 1.7 - + xml-apis xml-apis-ext 1.3.04 @@ -103,7 +103,7 @@ tuscany-base-runtime 2.0-SNAPSHOT - + @@ -112,45 +112,47 @@ ${basedir}/target ${artifactId}-${version} - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + - maven-dependency-plugin - - - ${project.artifactId}-fetch-deps - generate-sources - unpack-dependencies - - ${project.build.outputDirectory} - true - true - junit - - - - + maven-dependency-plugin + + + ${project.artifactId}-fetch-deps + generate-sources + + unpack-dependencies + + + ${project.build.outputDirectory} + true + true + junit + + + + - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - - org.apache.tuscany.sca.main.Main - - - - - + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + org.apache.tuscany.sca.diagram.main.Main + + + + + -- cgit v1.2.3