Author: dimuthul
Date: Thu Feb  7 03:35:45 2008
New Revision: 13398

Log:

Moving the lib as the team discussed.
\


Added:
   trunk/solutions/identity/lib/
   trunk/solutions/identity/lib/opensaml-2.0-rc1.jar   (contents, props changed)
   trunk/solutions/identity/lib/openws-2.0-rc1.jar   (contents, props changed)
   trunk/solutions/identity/lib/xmltooling-2.0-rc1.jar   (contents, props 
changed)
Removed:
   trunk/solutions/identity/modules/lib/
Modified:
   trunk/solutions/identity/modules/identity-provider/pom.xml
   trunk/solutions/identity/modules/token-verifier-core/pom.xml

Added: trunk/solutions/identity/lib/opensaml-2.0-rc1.jar
==============================================================================
Binary file. No diff available.

Added: trunk/solutions/identity/lib/openws-2.0-rc1.jar
==============================================================================
Binary file. No diff available.

Added: trunk/solutions/identity/lib/xmltooling-2.0-rc1.jar
==============================================================================
Binary file. No diff available.

Modified: trunk/solutions/identity/modules/identity-provider/pom.xml
==============================================================================
--- trunk/solutions/identity/modules/identity-provider/pom.xml  (original)
+++ trunk/solutions/identity/modules/identity-provider/pom.xml  Thu Feb  7 
03:35:45 2008
@@ -148,7 +148,7 @@
              <artifactId>opensaml</artifactId>
              <version>2.0-rc1</version>                
             <scope>system</scope>        
-            <systemPath>${basedir}/../lib/opensaml-2.0-rc1.jar</systemPath>    
  
+            <systemPath>${basedir}/../../lib/opensaml-2.0-rc1.jar</systemPath> 
     
        </dependency>
 
        <dependency>
@@ -156,7 +156,7 @@
              <artifactId>openws</artifactId>
              <version>2.0-rc1</version>        
             <scope>system</scope>        
-            <systemPath>${basedir}/../lib/openws-2.0-rc1.jar</systemPath>      
+            <systemPath>${basedir}/../../lib/openws-2.0-rc1.jar</systemPath>   
   
        </dependency>
 
        <dependency>
@@ -164,7 +164,7 @@
              <artifactId>xmltooling</artifactId>
              <version>2.0-rc1</version>        
             <scope>system</scope>        
-            <systemPath>${basedir}/../lib/xmltooling-2.0-rc1.jar</systemPath>  
    
+            
<systemPath>${basedir}/../../lib/xmltooling-2.0-rc1.jar</systemPath>      
        </dependency>
 
        <!-- End opensaml-2.0 jars -->

Modified: trunk/solutions/identity/modules/token-verifier-core/pom.xml
==============================================================================
--- trunk/solutions/identity/modules/token-verifier-core/pom.xml        
(original)
+++ trunk/solutions/identity/modules/token-verifier-core/pom.xml        Thu Feb 
 7 03:35:45 2008
@@ -120,7 +120,7 @@
              <artifactId>opensaml</artifactId>
              <version>2.0-rc1</version>                
             <scope>system</scope>        
-            <systemPath>${basedir}/../lib/opensaml-2.0-rc1.jar</systemPath>    
  
+            <systemPath>${basedir}/../../lib/opensaml-2.0-rc1.jar</systemPath> 
     
        </dependency>
 
        <dependency>
@@ -128,7 +128,7 @@
              <artifactId>slf4j-simple</artifactId>
              <version>2.0-rc1</version>        
             <scope>system</scope>        
-            <systemPath>${basedir}/../lib/openws-2.0-rc1.jar</systemPath>      
+            <systemPath>${basedir}/../../lib/openws-2.0-rc1.jar</systemPath>   
   
        </dependency>
 
        <dependency>
@@ -136,7 +136,7 @@
              <artifactId>joda-time</artifactId>
              <version>2.0-rc1</version>        
             <scope>system</scope>        
-            <systemPath>${basedir}/../lib/xmltooling-2.0-rc1.jar</systemPath>  
    
+            
<systemPath>${basedir}/../../lib/xmltooling-2.0-rc1.jar</systemPath>      
        </dependency>
 
        <!-- End opensaml-2.0 jars -->

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

Reply via email to