This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git
commit a3b1e7b3011c48f45de0d36421596ac190936174 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Apr 23 10:50:47 2013 +0000 set svn:ignore and svn info git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1470887 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 988cf05..6503c69 100755 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,12 @@ <site.javadoc.exclude>**.impl.**</site.javadoc.exclude> </properties> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/javax.activation</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/javax.activation</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/javax.activation</url> + </scm> + <build> <plugins> <plugin>
