Author: sagara
Date: Mon Sep 14 15:42:55 2009
New Revision: 814707
URL: http://svn.apache.org/viewvc?rev=814707&view=rev
Log:
remove profiles used for QName test classes.
Modified:
webservices/woden/trunk/java/woden-api/pom.xml
Modified: webservices/woden/trunk/java/woden-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-api/pom.xml?rev=814707&r1=814706&r2=814707&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-api/pom.xml (original)
+++ webservices/woden/trunk/java/woden-api/pom.xml Mon Sep 14 15:42:55 2009
@@ -72,59 +72,5 @@
</configuration>
</plugin>
</plugins>
- </build>
-
-
-
- <profiles>
- <!--
- From Java 5.0 the QName class is included in the jre and
loaded by the bootstrap
- classloader, so we don't want to run Woden's QName ests against the
Java 5
- implementation. However, we are running in a 1.4 jvm now, so the
Woden QName class
- will be loaded and we do want to run the Woden junit tests for this
class.
- -->
-
- <!-- for java 5 -->
- <profile>
- <id>jdk1.5</id>
- <activation>
- <jdk>1.5</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/QNameDeserializeTest.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!-- for java 6 -->
- <profile>
- <id>jdk1.6</id>
- <activation>
- <jdk>1.6</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/QNameDeserializeTest.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
-</profiles>
+ </build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]