From 0211fbc62a273b4c3ab62c0f524ff71e1c1ed1b3 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 9 Feb 2009 07:55:08 +0000 Subject: TUSCANY-2818 start to make the eclipse compiler separately releasable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742293 13f79535-47bb-0310-9956-ffa450edef68 --- plugins/trunk/maven-eclipse-compiler/pom.xml | 304 +++++++++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 plugins/trunk/maven-eclipse-compiler/pom.xml (limited to 'plugins/trunk/maven-eclipse-compiler/pom.xml') diff --git a/plugins/trunk/maven-eclipse-compiler/pom.xml b/plugins/trunk/maven-eclipse-compiler/pom.xml new file mode 100644 index 0000000000..5b798bd2f6 --- /dev/null +++ b/plugins/trunk/maven-eclipse-compiler/pom.xml @@ -0,0 +1,304 @@ + + + + 4.0.0 + + org.apache + apache + 4 + + + org.apache.tuscany.sca + tuscany-maven-eclipse-compiler + jar + Apache Tuscany SCA Eclipse Compiler Plugin + 2.0-SNAPSHOT + + + + org.apache.maven + maven-plugin-api + 2.0.8 + + + + org.apache.maven + maven-project + 2.0.8 + + + junit + junit + + + + + + org.apache.maven + maven-settings + 2.0.8 + + + + org.apache.maven + maven-artifact + 2.0.8 + + + + org.apache.maven + maven-model + 2.0.8 + + + + org.codehaus.plexus + plexus-compiler-api + 1.5.1 + + + + org.eclipse.jdt + core + 3.3.0-v_771 + + + org.eclipse.core + resources + + + org.eclipse.core + runtime + + + org.eclipse.core + filesystem + + + org.eclipse + text + + + + + + org.eclipse + osgi + 3.3.0-v20070530 + compile + + + + + + + install + + + + src/main/resources + + + ${notice.dir} + META-INF + true + + LICENSE + NOTICE + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + ${project.artifactId} + ${name} + The Apache Software Foundation + ${version} + ${name} + org.apache + The Apache Software Foundation + ${version} + + + + + + + + + + -- cgit v1.2.3