You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/08/05 14:43:30 UTC

svn commit: r230457 - in /jakarta/commons/sandbox/exec/trunk: pom.xml src/site/site.xml

Author: brett
Date: Fri Aug  5 05:43:27 2005
New Revision: 230457

URL: http://svn.apache.org/viewcvs?rev=230457&view=rev
Log:
add extra metadata

Modified:
    jakarta/commons/sandbox/exec/trunk/pom.xml
    jakarta/commons/sandbox/exec/trunk/src/site/site.xml

Modified: jakarta/commons/sandbox/exec/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/exec/trunk/pom.xml?rev=230457&r1=230456&r2=230457&view=diff
==============================================================================
--- jakarta/commons/sandbox/exec/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/exec/trunk/pom.xml Fri Aug  5 05:43:27 2005
@@ -33,7 +33,23 @@
       <email>niklas AT protocol7 DOT com</email>
     </contributor>
   </contributors>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/exec/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/exec/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/exec/trunk</url>
+  </scm>
   <!-- TODO: these will be moved to a commons parent eventually -->
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://jakarta.apache.org</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>/LICENSE.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <reporting>
     <plugins>
       <plugin>
@@ -42,4 +58,42 @@
       </plugin>
     </plugins>
   </reporting>
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+      <post>commons-dev@jakarta.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
+      <post>commons-user@jakarta.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user</archive>
+    </mailingList>
+  </mailingLists>
+  <distributionManagement>
+    <!-- No releases until out of sandbox, besides - m2 repo not up yet
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Repository</name>
+      <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+    -->
+    <!-- TODO: setup m2 repo in new layout -->
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/repository</url>
+      <layout>legacy</layout>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <name>Apache Website</name>
+      <url>scp://minotaur.apache.org/www/jakarta.apache.org/commons/sandbox/exec/</url>
+    </site>
+  </distributionManagement>
 </project>
+

Modified: jakarta/commons/sandbox/exec/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/exec/trunk/src/site/site.xml?rev=230457&r1=230456&r2=230457&view=diff
==============================================================================
--- jakarta/commons/sandbox/exec/trunk/src/site/site.xml (original)
+++ jakarta/commons/sandbox/exec/trunk/src/site/site.xml Fri Aug  5 05:43:27 2005
@@ -1,6 +1,7 @@
 <site>
   <bannerLeft>
     <name>Jakarta Commons</name>
+    <src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
   </bannerLeft>
   <bannerRight>
     <name>commons-exec</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org