Author: desruisseaux
Date: Sun Feb 24 21:57:07 2013
New Revision: 1449557
URL: http://svn.apache.org/r1449557
Log:
Delete the com.sun.xml classes only after compilation of tests, since they
appear to be required by javac even if not directly used.
Modified:
sis/branches/JDK7/sis-utility/pom.xml
sis/branches/JDK7/sis-utility/src/main/java/com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java
Modified: sis/branches/JDK7/sis-utility/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/pom.xml?rev=1449557&r1=1449556&r2=1449557&view=diff
==============================================================================
--- sis/branches/JDK7/sis-utility/pom.xml (original)
+++ sis/branches/JDK7/sis-utility/pom.xml Sun Feb 24 21:57:07 2013
@@ -110,7 +110,7 @@ Miscellaneous utilities.
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
- <phase>process-classes</phase>
+ <phase>process-test-classes</phase>
<goals>
<goal>run</goal>
</goals>
Modified:
sis/branches/JDK7/sis-utility/src/main/java/com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/src/main/java/com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java?rev=1449557&r1=1449556&r2=1449557&view=diff
==============================================================================
---
sis/branches/JDK7/sis-utility/src/main/java/com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java
(original)
+++
sis/branches/JDK7/sis-utility/src/main/java/com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java
Sun Feb 24 21:57:07 2013
@@ -32,7 +32,7 @@ package com.sun.xml.internal.bind.marsha
* after compilation, is the most portable approach we have found.</p>
*
* <p>Note that we do not declare any method in this class. This is not needed
if we make sure
- * that the method signatures in {@code OGCNamespacePrefixMapper} match the
ones in the JDK.
+ * that the method signatures in {@code OGCNamespacePrefixMapper} match the
ones in the JDK.</p>
*
* @author Cédric Briançon (Geomatys)
* @since 0.3 (derived from geotk-3.0)