You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/04/19 16:53:50 UTC

svn commit: r1327976 - /cocoon/subprojects/cocoon-xml/trunk/pom.xml

Author: ilgrosso
Date: Thu Apr 19 14:53:49 2012
New Revision: 1327976

URL: http://svn.apache.org/viewvc?rev=1327976&view=rev
Log:
Adding SCM for cocoon-xml

Modified:
    cocoon/subprojects/cocoon-xml/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-xml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-xml/trunk/pom.xml?rev=1327976&r1=1327975&r2=1327976&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-xml/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-xml/trunk/pom.xml Thu Apr 19 14:53:49 2012
@@ -40,6 +40,12 @@
     <docs.version>${docs.m.xml-util.version}</docs.version>
   </properties>  
   
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-xml/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-xml/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-xml/trunk</url>
+  </scm>
+  
   <distributionManagement>
     <site>
       <id>website</id>
@@ -90,13 +96,13 @@
         <directory>src/main/resources</directory>
       </resource>
       <resource>
-      <directory>.</directory>
-      <targetPath>META-INF</targetPath>
-      <includes>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
-      </includes>
-    </resource>
-  </resources>
+        <directory>.</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE*</include>
+          <include>NOTICE*</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 </project>