Author: lresende
Date: Mon Oct 27 16:03:06 2008
New Revision: 708370
URL: http://svn.apache.org/viewvc?rev=708370&view=rev
Log:
Moving usage of tuscany-eclipse-compiler to modules only, to allow tools to be
compiled successfully.
Modified:
tuscany/branches/sca-equinox/modules/pom.xml
tuscany/branches/sca-equinox/pom.xml
Modified: tuscany/branches/sca-equinox/modules/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/pom.xml?rev=708370&r1=708369&r2=708370&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/pom.xml Mon Oct 27 16:03:06 2008
@@ -170,6 +170,26 @@
<build>
<plugins>
+ <!-- compiler plugin configuration -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <compilerId>tuscany-eclipse</compilerId>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-eclipse-compiler</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.5.1</version>
Modified: tuscany/branches/sca-equinox/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/pom.xml?rev=708370&r1=708369&r2=708370&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/pom.xml (original)
+++ tuscany/branches/sca-equinox/pom.xml Mon Oct 27 16:03:06 2008
@@ -340,6 +340,7 @@
</profile>
</profiles>
+
<build>
<defaultGoal>install</defaultGoal>
@@ -367,18 +368,12 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <compilerId>tuscany-eclipse</compilerId>
+ <!--
+ <compilerId>eclipse</compilerId>
+ -->
<source>1.5</source>
<target>1.5</target>
</configuration>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
-
<artifactId>tuscany-maven-eclipse-compiler</artifactId>
- <version>1.4-SNAPSHOT</version>
- </dependency>
- </dependencies>
</plugin>
<!-- surefire plugin configuration -->