You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ce...@apache.org on 2016/01/15 08:33:53 UTC

svn commit: r1724735 - in /gump/metadata: profile/gump.xml project/poi.xml project/santuario.xml

Author: centic
Date: Fri Jan 15 07:33:52 2016
New Revision: 1724735

URL: http://svn.apache.org/viewvc?rev=1724735&view=rev
Log:
Try to add definition for Apache Santuario and use it in POI instead of the fixed jar-file

Added:
    gump/metadata/project/santuario.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/poi.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1724735&r1=1724734&r2=1724735&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Jan 15 07:33:52 2016
@@ -71,6 +71,9 @@
   <module href="project/apr.xml"/>
   <module href="project/apr-1.xml"/>
 
+<!-- Apache Santuario -->
+  <module href="project/santuario.xml"/>
+
 <!-- Apache Tomcat -->
   <module href="project/jakarta-servletapi-5.xml"/>
   <module href="project/tomcat-connectors-native.xml" />

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=1724735&r1=1724734&r2=1724735&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Fri Jan 15 07:33:52 2016
@@ -36,6 +36,7 @@
         <depend project="commons-codec"/>
         <depend project="commons-collections"/>
         <depend project="commons-lang"/>
+        <depend project="xmlsec" />
         <depend project="junit"/>
         <depend project="hamcrest-java"/>
         <depend project="poi-ooxml-deps" />
@@ -71,9 +72,6 @@
       <jar name="compile-lib/bcprov-ext-jdk15on-[0-9]*[0-9T].jar" id="bcprov-ext" />
       <jar name="compile-lib/slf4j-api-[0-9]*[0-9T].jar" id="slf4j-api" />
 
-      <!-- This should be a dependency to the latest Apache Santuario ... please help -->
-      <jar name="compile-lib/xmlsec-[0-9]*[0-9T].jar" id="xmlsec" />
-
       <nag to="dev@poi.apache.org"
          from="&quot;Gump [HEAD] :-(&quot; &lt;general@gump.apache.org&gt;"/>
    </project>

Added: gump/metadata/project/santuario.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/santuario.xml?rev=1724735&view=auto
==============================================================================
--- gump/metadata/project/santuario.xml (added)
+++ gump/metadata/project/santuario.xml Fri Jan 15 07:33:52 2016
@@ -0,0 +1,61 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="xmlsec" groupId="org.apache.santuario">
+
+  <url href="http://santuario.apache.org/"/>
+  <description>
+    Apache Santuario
+  </description>
+
+  <svn dir="santuario/xml-security-java/trunk" repository="asf"/>
+
+  <project name="xmlsec">
+    <package>org.apache.xml.security</package>
+    <description>Support for "XML-Signature Syntax and Processing" and "XML Encryption Syntax and Processing".</description>
+
+    <mvn3  goal="package">
+        <property name="skipTests" value="true"/>
+    </mvn3>
+
+    <depend project="commons-codec"/>
+    <depend project="junit"/>
+    <depend project="xmlunit"/>
+    
+    <option project="xalan"/>
+    <option project="xml-xerces"/>
+
+    <jar name="target/xmlsec-*[0-9T].jar"/>
+    <pom name="pom.xml"/>
+
+    <nag to="centic@apache.org"
+         from="&quot;Gump [HEAD] :-(&quot; &lt;general@gump.apache.org&gt;"/>
+  </project>
+
+  <project name="xmlsec-test">
+    <package>org.apache.xml.security</package>
+
+    <mvn3/>
+
+    <depend project="xmlsec"/>
+
+    <report nested="target/surefire-reports"/>
+
+    <nag to="centic@apache.org"
+         from="&quot;Gump [HEAD] :-(&quot; &lt;general@gump.apache.org&gt;"/>
+  </project>
+</module>