You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by ri...@apache.org on 2006/08/23 18:32:21 UTC

svn commit: r434120 - /incubator/yoko/trunk/yoko-spec-corba/pom.xml

Author: rickmcguire
Date: Wed Aug 23 11:32:20 2006
New Revision: 434120

URL: http://svn.apache.org/viewvc?rev=434120&view=rev
Log:
YOKO-152 Yoko core server is no longer Java 1.4 compatible.


Modified:
    incubator/yoko/trunk/yoko-spec-corba/pom.xml

Modified: incubator/yoko/trunk/yoko-spec-corba/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/yoko-spec-corba/pom.xml?rev=434120&r1=434119&r2=434120&view=diff
==============================================================================
--- incubator/yoko/trunk/yoko-spec-corba/pom.xml (original)
+++ incubator/yoko/trunk/yoko-spec-corba/pom.xml Wed Aug 23 11:32:20 2006
@@ -24,6 +24,18 @@
     <build>
         <plugins>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <configuration>
+                <source>1.4</source>
+                <target>1.4</target>
+                <compilerArguments>
+                  <endorseddirs>${project.build.directory}/endorsed</endorseddirs>
+                </compilerArguments>
+              </configuration>
+            </plugin>
+
+            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>idlj-maven-plugin</artifactId>
                 <version>1.0-SNAPSHOT</version>