You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2005/11/22 00:21:02 UTC

svn commit: r348012 - in /incubator/tobago/trunk: pom.xml src/site/apt/getting-started.apt tobago-core/pom.xml

Author: bommel
Date: Mon Nov 21 15:20:36 2005
New Revision: 348012

URL: http://svn.apache.org/viewcvs?rev=348012&view=rev
Log:
changed to apache svn url
changed mailing lists
disabled taglib report

Modified:
    incubator/tobago/trunk/pom.xml
    incubator/tobago/trunk/src/site/apt/getting-started.apt
    incubator/tobago/trunk/tobago-core/pom.xml

Modified: incubator/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/pom.xml?rev=348012&r1=348011&r2=348012&view=diff
==============================================================================
--- incubator/tobago/trunk/pom.xml (original)
+++ incubator/tobago/trunk/pom.xml Mon Nov 21 15:20:36 2005
@@ -36,42 +36,7 @@
     <notifiers>
       <notifier>
         <configuration>
-          <address>bernd.bohmann@atanion.com</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>detlef.bartetzko@atanion.com</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>idus@krelon.com</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>martin.marinschek@gmail.com</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>asf@weber-oldenburg.de</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>udo@schnurpfeil.de</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>mwessendorf@gmail.com</address>
-        </configuration>
-      </notifier>
-      <notifier>
-        <configuration>
-          <address>philippe.hennes@philstar.de</address>
+          <address>commits@myfaces.apache.org</address>
         </configuration>
       </notifier>
     </notifiers>
@@ -82,14 +47,21 @@
       <subscribe>users-subscribe@myfaces.apache.org</subscribe>
       <unsubscribe>users-unsubscribe@myfaces.apache.org</unsubscribe>
       <post>users@myfaces.apache.org</post>
-      <archive>http://www.mail-archive.com/users%40myfaces.apache.org/</archive>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-users</archive>
     </mailingList>
     <mailingList>
-      <name>Myfaces Devloper list</name>
+      <name>Myfaces Developer list</name>
       <subscribe>dev-subscribe@myfaces.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@myfaces.apache.org</unsubscribe>
-      <post>users@myfaces.apache.org</post>
-      <archive>http://www.mail-archive.com/dev%40myfaces.apache.org/</archive>
+      <post>dev@myfaces.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Myfaces Commits list</name>
+      <subscribe>commits-subscribe@myfaces.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@myfaces.apache.org</unsubscribe>
+      <post>do not post</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
     </mailingList>
   </mailingLists>
   <developers>
@@ -228,14 +200,17 @@
 
 
   <scm>
-    <connection>scm:svn:http://www.atanion.net/repos/asf/tobago/trunk/</connection>
-    <url>http://www.atanion.net/repos/asf/tobago/trunk/</url>
+
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tobago/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tobago/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/incubator/tobago/trunk/</url>
+
   </scm>
 
   <organization>
-    <name>Tobago Team</name>
-    <url>http://tobago.atanion.net/</url>
-  </organization>
+     <name>Apache Software Foundation</name>
+     <url>http://www.apache.org/</url>
+   </organization>
 
   <repositories>
     <repository>

Modified: incubator/tobago/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/src/site/apt/getting-started.apt?rev=348012&r1=348011&r2=348012&view=diff
==============================================================================
--- incubator/tobago/trunk/src/site/apt/getting-started.apt (original)
+++ incubator/tobago/trunk/src/site/apt/getting-started.apt Mon Nov 21 15:20:36 2005
@@ -7,7 +7,7 @@
   Check out the sources by running the following:
 
 +----------------------------------------
-  svn co http://www.atanion.net/repos/asf/tobago/trunk/ tobago
+  svn checkout http://svn.apache.org/repos/asf/incubator/tobago/trunk/ tobago
 +----------------------------------------
 
 Building
@@ -17,7 +17,7 @@
 
 
   In the
-  {{{http://www.atanion.net/repos/asf/tobago/trunk/}main directory}}
+  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/}main directory}}
   you can use
 
 +----------------------------------------
@@ -31,13 +31,13 @@
 
   To deploy the demo on your local Tomcat 5.5 create a
   ~/.m2/settings.xml file based on
-  {{{http://www.atanion.net/repos/asf/tobago/trunk/settings-example.xml}settings-example.xml}}.
+  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/settings-example.xml}settings-example.xml}}.
 
   Make sure the manager user has the role manager; see
   $TOMCAT_HOME/conf/tomcat-users.xml.
 
   Change into the demo directory
-  {{{http://www.atanion.net/repos/asf/tobago/trunk/tobago-example/tobago-example-demo/}tobago-example/tobago-example-demo}}
+  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-demo/}tobago-example/tobago-example-demo}}
   and run
 
 +----------------------------------------
@@ -57,4 +57,4 @@
 
   The demo application will create a log file in the app-server
   starting folder. You may want to change that in
-  {{{http://www.atanion.net/repos/asf/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/classes/log4j.xml}src/main/webapp/WEB-INF/classes/log4j.xml}}.
+  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/classes/log4j.xml}src/main/webapp/WEB-INF/classes/log4j.xml}}.

Modified: incubator/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-core/pom.xml?rev=348012&r1=348011&r2=348012&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-core/pom.xml (original)
+++ incubator/tobago/trunk/tobago-core/pom.xml Mon Nov 21 15:20:36 2005
@@ -91,14 +91,14 @@
           <tags>TODO, FIXME, XXX, @deprecated</tags>
         </configuration>
       </plugin>
-      <plugin>
+      <!--plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
         <artifactId>maven-taglib-plugin</artifactId>
         <configuration>
           <taglib.src.dir>${basedir}/target/classes/META-INF/</taglib.src.dir>
           <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
           </configuration>
-      </plugin>
+      </plugin-->
       <!-- wait until checkstyle 4.0 is released
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>