Author: ruchith
Date: Sat Feb 23 04:49:32 2008
New Revision: 14080

Log:

Got rid of the slf4j-log4j12-1.0.1.jar and made sure that we only have version 
we need. This fixed the issue where we were not able to stop the INFO logs from 
opensaml2 library

Modified:
   trunk/solutions/identity/modules/distribution/src/assemble/assembly-bin.xml
   
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
   trunk/solutions/identity/pom.xml

Modified: 
trunk/solutions/identity/modules/distribution/src/assemble/assembly-bin.xml
==============================================================================
--- trunk/solutions/identity/modules/distribution/src/assemble/assembly-bin.xml 
(original)
+++ trunk/solutions/identity/modules/distribution/src/assemble/assembly-bin.xml 
Sat Feb 23 04:49:32 2008
@@ -138,6 +138,7 @@
                 <exclude>**/lib/axis2-saaj-api**</exclude>
                 <exclude>**/lib/axis2-spring-**</exclude-->
                 <exclude>**/lib/jibx-**</exclude>
+                               <exclude>**/lib/slf4j-log4j12-**</exclude>
                 <exclude>**/lib/opencsv-**</exclude>
                 <exclude>**/lib/ant-**</exclude>
                <exclude>**/repository/modules/rampart**</exclude>

Modified: 
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
==============================================================================
--- 
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
  (original)
+++ 
trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html
  Sat Feb 23 04:49:32 2008
@@ -24,7 +24,6 @@
   </form>
 <hr/>
 
-<hr/>
 
 <h2>SAML 2.0 Token with CardSpace</h2>
 <form name="frm" id="frm" method="post" action="login.jsp">  

Modified: trunk/solutions/identity/pom.xml
==============================================================================
--- trunk/solutions/identity/pom.xml    (original)
+++ trunk/solutions/identity/pom.xml    Sat Feb 23 04:49:32 2008
@@ -683,12 +683,6 @@
             <version>1.6</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-       
     </dependencies>
 
 

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to