You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/06 20:24:57 UTC

svn commit: r493543 - in /jakarta/commons/sandbox/jci/trunk: pom.xml src/site/site.xml

Author: dennisl
Date: Sat Jan  6 11:24:56 2007
New Revision: 493543

URL: http://svn.apache.org/viewvc?view=rev&rev=493543
Log:
Inherit from the parent and remove the parts that are now inherited.

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

Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/pom.xml?view=diff&rev=493543&r1=493542&r2=493543
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Sat Jan  6 11:24:56 2007
@@ -5,24 +5,20 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-sandbox</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
   <packaging>pom</packaging>  
   
-  <groupId>org.apache.commons</groupId>
   <artifactId>jci</artifactId>
   <version>1.0-SNAPSHOT</version>
-  
   <name>jci</name>
-  <url>http://jakarta.apache.org/commons/sandbox/jci</url>
+  <url>http://jakarta.apache.org/commons/sandbox/jci/</url>
   <description>
     Common java compiler interface
   </description>
-  <licenses>
-    <license>
-      <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
   <inceptionYear>2004</inceptionYear>
 
   <modules>
@@ -63,19 +59,14 @@
     <snapshotRepository>
       <id>apache-maven-snapshot</id>
       <name>repository</name>
-      <url>scpexe://scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+      <url>scpexe://scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/</url>
     </snapshotRepository>
     <site>
       <id>website</id>
-      <url>scpexe://people.apache.org/www/jakarta.apache.org/commons/sandbox/jci</url>
+      <url>scpexe://people.apache.org/www/jakarta.apache.org/commons/sandbox/jci/</url>
     </site>
   </distributionManagement>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
   <developers>
     <developer>
       <id>tcurdt</id>
@@ -104,41 +95,13 @@
     </contributor>
   </contributors>
 
-  <issueManagement>
-    <system>bugzilla</system>
-    <url>https://issues.apache.org/bugzilla</url>
-  </issueManagement>
-
-  <mailingLists>
-    <mailingList>
-      <name>Jakarta Commons Developer 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/commons-dev</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/commons-dev@jakarta.apache.org/</otherArchive>
-        <otherArchive>http://marc.theaimsgroup.com/?l=java-commons-dev</otherArchive>
-        <otherArchive>http://news.gmane.org/gmane.text.java.commons.dev</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk</connection>
-    <developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk/</connection>
+    <developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/</url>
   </scm>
 
   <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <groupId>org.apache.maven.plugins</groupId>
-        <version>2.0-beta-5</version>
-      </plugin>
-    </plugins>
-
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>

Modified: jakarta/commons/sandbox/jci/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/src/site/site.xml?view=diff&rev=493543&r1=493542&r2=493543
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/site.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/src/site/site.xml Sat Jan  6 11:24:56 2007
@@ -1,24 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Jakarta Commons JCI">
 
-  <bannerLeft>
-    <name>Jakarta Commons JCI</name>
-    <src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-
   <bannerRight>
+    <name>Jakarta Commons JCI</name>
     <src>jci-logo-white.png</src>
+    <href>http://jakarta.apache.org/commons/sandbox/jci/</href>
   </bannerRight>
 
-  <publishDate format="dd MMM yyyy" />
-
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-default-skin</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </skin>
-
   <body>
 
 <!--
@@ -26,11 +14,6 @@
       <item name="Library Homepage" href="http://www.library.jhu.edu"/> 
     </breadcrumbs>
 -->
-    <links>
-      <item name="Apache" href="http://www.apache.org/" />
-      <item name="Jakarta" href="http://jakarta.apache.org/" />
-      <item name="Commons" href="http://jakarta.apache.org/commons/" />
-    </links>
 
     <menu name="Jakarta Commons JCI">
       <item name="About" href="index.html"/> 
@@ -39,10 +22,7 @@
 
 <!--
     <menu ref="modules"/>
-    ${modules}
 -->
-
-    ${reports}
 
   </body>
 </project>



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