You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by kk...@apache.org on 2016/01/17 20:16:24 UTC

svn commit: r1725110 - /gump/metadata/project/santuario.xml

Author: kkolinko
Date: Sun Jan 17 19:16:24 2016
New Revision: 1725110

URL: http://svn.apache.org/viewvc?rev=1725110&view=rev
Log:
svn propset svn:eol-style native

Modified:
    gump/metadata/project/santuario.xml   (contents, props changed)

Modified: gump/metadata/project/santuario.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/santuario.xml?rev=1725110&r1=1725109&r2=1725110&view=diff
==============================================================================
--- gump/metadata/project/santuario.xml (original)
+++ gump/metadata/project/santuario.xml Sun Jan 17 19:16:24 2016
@@ -1,63 +1,63 @@
-<?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"/>
-    <option project="xml-xercesImpl"/>
-    <option project="xml-apis"/>
-
-    <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>
+<?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"/>
+    <option project="xml-xercesImpl"/>
+    <option project="xml-apis"/>
+
+    <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>

Propchange: gump/metadata/project/santuario.xml
------------------------------------------------------------------------------
    svn:eol-style = native