You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/18 15:23:47 UTC

svn commit: r649530 - /webservices/axis2/trunk/java/modules/jaxws-api/pom.xml

Author: dims
Date: Fri Apr 18 06:23:47 2008
New Revision: 649530

URL: http://svn.apache.org/viewvc?rev=649530&view=rev
Log:
Override jaxb version to 2.1 using endorsed directory

Modified:
    webservices/axis2/trunk/java/modules/jaxws-api/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-api/pom.xml?rev=649530&r1=649529&r2=649530&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-api/pom.xml Fri Apr 18 06:23:47 2008
@@ -75,6 +75,9 @@
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
+                    <compilerArguments>
+                        <endorseddirs>${settings.localRepository}/javax/xml/bind/jaxb-api/${jaxb.api.version}</endorseddirs>
+                    </compilerArguments>
                 </configuration>
             </plugin>
         </plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org