You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/03/10 09:16:22 UTC

svn commit: r1080149 - in /gump/metadata: profile/gump.xml project/opensaml-openws.xml project/opensaml-xmltooling.xml project/opensaml.xml

Author: bodewig
Date: Thu Mar 10 08:16:22 2011
New Revision: 1080149

URL: http://svn.apache.org/viewvc?rev=1080149&view=rev
Log:
OpenSAML 2.x needs some other OpenSAML projects that cannot be found in Maven Central

Added:
    gump/metadata/project/opensaml-openws.xml
      - copied, changed from r1080143, gump/metadata/project/opensaml.xml
    gump/metadata/project/opensaml-xmltooling.xml
      - copied, changed from r1080143, gump/metadata/project/opensaml.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/opensaml.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1080149&r1=1080148&r2=1080149&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Mar 10 08:16:22 2011
@@ -382,7 +382,8 @@
 
 <!-- OpenSAML -->
   <module href="project/opensaml.xml"/>
-
+  <module href="project/opensaml-openws.xml"/>
+  <module href="project/opensaml-xmltooling.xml"/>
 
 <!-- OpenSymphony -->
   <module href="project/opensymphony.xml"/>

Copied: gump/metadata/project/opensaml-openws.xml (from r1080143, gump/metadata/project/opensaml.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/opensaml-openws.xml?p2=gump/metadata/project/opensaml-openws.xml&p1=gump/metadata/project/opensaml.xml&r1=1080143&r2=1080149&rev=1080149&view=diff
==============================================================================
--- gump/metadata/project/opensaml.xml (original)
+++ gump/metadata/project/opensaml-openws.xml Thu Mar 10 08:16:22 2011
@@ -19,32 +19,28 @@
 
   <url href="https://spaces.internet2.edu/display/OpenSAML/Home/"/>
   <description>
-    OpenSAML is a set of open source C++ &amp; Java libraries meant to
-    support developers working with the Security Assertion Markup
-    Language (SAML).  OpenSAML 2, the current version, supports SAML
-    1.0, 1.1, and 2.0.
+    Java OpenWS library
   </description>
   <redistributable/>
 
-  <svn repository="opensaml" dir="java-opensaml2/trunk"/>
+  <svn repository="opensaml" dir="java-openws/trunk"/>
   
-  <project name="opensaml">
+  <project name="opensaml-openws">
     <package>org.opensaml</package>
 
     <mvn2/>
 
-    <option project="commons-collections"/>
-    <option project="commons-lang"/>
+    <depend project="opensaml-xmltooling"/>
+    <option project="commons-codec"/>
+    <option project="commons-httpclient"/>
     <option project="junit"/>
-    <option project="santuario"/>
     <option project="slf4j"/>
-    <option project="velocity-engine"/>
     <option project="xalan" runtime="true"/>
     <option project="xml-apis" runtime="true"/>
     <option project="xml-xerces" runtime="true"/>
     <option project="xmlunit"/>
 
-    <jar name="target/opensaml-*[0-9T].jar"/>
+    <jar name="target/openws-trunk.jar" id="openws"/>
     <license name="LICENSE.txt"/>
     <nag to="mace-opensaml-users@internet2.edu" 
       from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>

Copied: gump/metadata/project/opensaml-xmltooling.xml (from r1080143, gump/metadata/project/opensaml.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/opensaml-xmltooling.xml?p2=gump/metadata/project/opensaml-xmltooling.xml&p1=gump/metadata/project/opensaml.xml&r1=1080143&r2=1080149&rev=1080149&view=diff
==============================================================================
--- gump/metadata/project/opensaml.xml (original)
+++ gump/metadata/project/opensaml-xmltooling.xml Thu Mar 10 08:16:22 2011
@@ -19,32 +19,26 @@
 
   <url href="https://spaces.internet2.edu/display/OpenSAML/Home/"/>
   <description>
-    OpenSAML is a set of open source C++ &amp; Java libraries meant to
-    support developers working with the Security Assertion Markup
-    Language (SAML).  OpenSAML 2, the current version, supports SAML
-    1.0, 1.1, and 2.0.
+    Java XMLTooling library
   </description>
   <redistributable/>
 
-  <svn repository="opensaml" dir="java-opensaml2/trunk"/>
+  <svn repository="opensaml" dir="java-xmltooling/trunk"/>
   
-  <project name="opensaml">
+  <project name="opensaml-xmltooling">
     <package>org.opensaml</package>
 
     <mvn2/>
 
-    <option project="commons-collections"/>
-    <option project="commons-lang"/>
     <option project="junit"/>
     <option project="santuario"/>
     <option project="slf4j"/>
-    <option project="velocity-engine"/>
     <option project="xalan" runtime="true"/>
     <option project="xml-apis" runtime="true"/>
     <option project="xml-xerces" runtime="true"/>
     <option project="xmlunit"/>
 
-    <jar name="target/opensaml-*[0-9T].jar"/>
+    <jar name="target/xmltooling-trunk.jar" id="xmltooling"/>
     <license name="LICENSE.txt"/>
     <nag to="mace-opensaml-users@internet2.edu" 
       from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>

Modified: gump/metadata/project/opensaml.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/opensaml.xml?rev=1080149&r1=1080148&r2=1080149&view=diff
==============================================================================
--- gump/metadata/project/opensaml.xml (original)
+++ gump/metadata/project/opensaml.xml Thu Mar 10 08:16:22 2011
@@ -33,6 +33,7 @@
 
     <mvn2/>
 
+    <depend project="opensaml-openws"/>
     <option project="commons-collections"/>
     <option project="commons-lang"/>
     <option project="junit"/>
@@ -44,7 +45,7 @@
     <option project="xml-xerces" runtime="true"/>
     <option project="xmlunit"/>
 
-    <jar name="target/opensaml-*[0-9T].jar"/>
+    <jar name="target/opensaml-trunk.jar"/>
     <license name="LICENSE.txt"/>
     <nag to="mace-opensaml-users@internet2.edu" 
       from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>