[jboss-identity-commits] JBoss Identity SVN: r205 - in xmlkey/trunk: xkms and 1 other directories.

jboss-identity-commits at lists.jboss.org jboss-identity-commits at lists.jboss.org
Wed Jan 7 16:16:39 EST 2009


Author: anil.saldhana at jboss.com
Date: 2009-01-07 16:16:38 -0500 (Wed, 07 Jan 2009)
New Revision: 205

Modified:
   xmlkey/trunk/skms/.classpath
   xmlkey/trunk/xkms/.classpath
   xmlkey/trunk/xkms/src/test/java/org/jboss/test/identity/xkms/v2/model/LocateRequestUnitTest.java
Log:
minor fix

Modified: xmlkey/trunk/skms/.classpath
===================================================================
--- xmlkey/trunk/skms/.classpath	2009-01-07 21:08:34 UTC (rev 204)
+++ xmlkey/trunk/skms/.classpath	2009-01-07 21:16:38 UTC (rev 205)
@@ -4,8 +4,6 @@
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
-	<classpathentry kind="lib" path="target/jboss-skms-1.0.0-SNAPSHOT-sources.jar"/>
-	<classpathentry kind="lib" path="target/jboss-skms-1.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
 	<classpathentry kind="output" path="target-eclipse"/>

Modified: xmlkey/trunk/xkms/.classpath
===================================================================
--- xmlkey/trunk/xkms/.classpath	2009-01-07 21:08:34 UTC (rev 204)
+++ xmlkey/trunk/xkms/.classpath	2009-01-07 21:16:38 UTC (rev 205)
@@ -4,8 +4,6 @@
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="lib" path="target/jboss-xkms-1.0.0-SNAPSHOT-sources.jar"/>
-	<classpathentry kind="lib" path="target/jboss-xkms-1.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.9/jaxb-api-2.1.9.jar"/>
 	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-impl/2.1.9/jaxb-impl-2.1.9.jar"/>

Modified: xmlkey/trunk/xkms/src/test/java/org/jboss/test/identity/xkms/v2/model/LocateRequestUnitTest.java
===================================================================
--- xmlkey/trunk/xkms/src/test/java/org/jboss/test/identity/xkms/v2/model/LocateRequestUnitTest.java	2009-01-07 21:08:34 UTC (rev 204)
+++ xmlkey/trunk/xkms/src/test/java/org/jboss/test/identity/xkms/v2/model/LocateRequestUnitTest.java	2009-01-07 21:16:38 UTC (rev 205)
@@ -57,6 +57,7 @@
     </LocateRequest>
     * @throws Exception 
     */
+   @SuppressWarnings("unchecked")
    @Test
    public void testConstruction() throws Exception
    {




More information about the jboss-identity-commits mailing list