Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 77377 invoked from network); 23 Jul 2006 20:22:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2006 20:22:50 -0000 Received: (qmail 71236 invoked by uid 500); 23 Jul 2006 20:22:48 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 71083 invoked by uid 500); 23 Jul 2006 20:22:47 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 71072 invoked by uid 500); 23 Jul 2006 20:22:47 -0000 Received: (qmail 71069 invoked by uid 99); 23 Jul 2006 20:22:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 13:22:47 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 13:22:46 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8CC351A981A; Sun, 23 Jul 2006 13:22:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r424797 - in /jakarta/commons/proper/vfs/trunk: maven.xml project.properties project.xml xdocs/cvs-usage.xml xdocs/issue-tracking.xml xdocs/navigation.xml xdocs/style/ xdocs/style/project.css Date: Sun, 23 Jul 2006 20:22:25 -0000 To: commons-cvs@jakarta.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060723202226.8CC351A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: niallp Date: Sun Jul 23 13:22:24 2006 New Revision: 424797 URL: http://svn.apache.org/viewvc?rev=424797&view=rev Log: Update VFS build/site: - remove dependency on commons build - correct mail-archive links - add custom "Source Repository" page - add custom "Issue Tracking" page - improve site navigation - add md5 checksums Added: jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml (with props) jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml (with props) jakarta/commons/proper/vfs/trunk/xdocs/style/ jakarta/commons/proper/vfs/trunk/xdocs/style/project.css (with props) Modified: jakarta/commons/proper/vfs/trunk/maven.xml jakarta/commons/proper/vfs/trunk/project.properties jakarta/commons/proper/vfs/trunk/project.xml jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml Modified: jakarta/commons/proper/vfs/trunk/maven.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/maven.xml?rev=424797&r1=424796&r2=424797&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/maven.xml (original) +++ jakarta/commons/proper/vfs/trunk/maven.xml Sun Jul 23 13:22:24 2006 @@ -1,4 +1,4 @@ - + @@ -76,5 +76,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: jakarta/commons/proper/vfs/trunk/project.properties URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.properties?rev=424797&r1=424796&r2=424797&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/project.properties (original) +++ jakarta/commons/proper/vfs/trunk/project.properties Sun Jul 23 13:22:24 2006 @@ -19,7 +19,6 @@ maven.javadoc.private = off maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/ -maven.xdoc.jsl=../commons-build/commons-site.jsl maven.xdoc.date=bottom maven.xdoc.poweredby.image=maven-feather.png maven.xdoc.version=${pom.currentVersion} Modified: jakarta/commons/proper/vfs/trunk/project.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.xml?rev=424797&r1=424796&r2=424797&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/project.xml (original) +++ jakarta/commons/proper/vfs/trunk/project.xml Sun Jul 23 13:22:24 2006 @@ -45,13 +45,13 @@ Commons Dev List commons-dev-subscribe@jakarta.apache.org commons-dev-unsubscribe@jakarta.apache.org - http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-dev/ + http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ Commons User List commons-user-subscribe@jakarta.apache.org commons-user-unsubscribe@jakarta.apache.org - http://mail-archives.eu.apache.org/mod_mbox/jakarta-commons-user/ + http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ @@ -163,6 +163,21 @@ oro 2.0.8 + + + maven + maven-xdoc-plugin + 1.9.2 + http://maven.apache.org/reference/plugins/xdoc/ + plugin + + + <strong>Site</strong> - Only + required for building the website/documentation. + + + + Added: jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml?rev=424797&view=auto ============================================================================== --- jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml (added) +++ jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml Sun Jul 23 13:22:24 2006 @@ -0,0 +1,51 @@ + + + + + + Source repository + Commons Documentation Team + + + +
+

+ Jakarta Commons VFS is hosted on the Apache + subversion repository. +

+

+ The project URL is:
+ http://svn.apache.org/repos/asf/jakarta/commons/proper/vfs/trunk +

+

+ The best way to view the repository is via the + subversion viewer. +

+

+ The alternative is to use the + native subversion display. +

+

+ For more information on subversion and creating patches see the + Apache Contributors Guide. +

+
+ + +
\ No newline at end of file Propchange: jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/vfs/trunk/xdocs/cvs-usage.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml?rev=424797&view=auto ============================================================================== --- jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml (added) +++ jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml Sun Jul 23 13:22:24 2006 @@ -0,0 +1,71 @@ + + + + + Issue tracking + Commons Documentation Team + + + +
+

+ Commons VFS uses ASF JIRA for for tracking issues. + See the VFS JIRA project page. +

+

+ To use JIRA you may need to create an account + (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically + created and you can use the Forgot Password + page to get a new password). +

+

+ If you would like to report a bug, or raise an enhancement request with + Commons VFS please do the following: +

    +
  1. Search existing open bugs. + If you find your issue listed then please add a comment with your details.
  2. +
  3. Search the mailing list archive. + You may find your issue or idea has already been discussed.
  4. +
  5. Decide if your issue is a bug or an enhancement.
  6. +
  7. Submit either a bug report + or enhancement request.
  8. +
+

+

+ Please also remember these points: +

    +
  • the more information you provide, the better we can help you
  • +
  • test cases are vital, particularly for any proposed enhancements
  • +
  • the developers of Commons VFS are all unpaid volunteers
  • +
+

+

+ For more information on subversion and creating patches see the + Apache Contributors Guide. +

+

+ You may also find these links useful: +

+

+
+ + +
Propchange: jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/vfs/trunk/xdocs/issue-tracking.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml?rev=424797&r1=424796&r2=424797&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml (original) +++ jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml Sun Jul 23 13:22:24 2006 @@ -14,10 +14,17 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Commons VFS + + + + + + + @@ -25,9 +32,18 @@ + + + + + + + + - - &common-menus; + + &commons; + Added: jakarta/commons/proper/vfs/trunk/xdocs/style/project.css URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/style/project.css?rev=424797&view=auto ============================================================================== --- jakarta/commons/proper/vfs/trunk/xdocs/style/project.css (added) +++ jakarta/commons/proper/vfs/trunk/xdocs/style/project.css Sun Jul 23 13:22:24 2006 @@ -0,0 +1 @@ +@import url("http://jakarta.apache.org/style/jakarta-maven.css"); Propchange: jakarta/commons/proper/vfs/trunk/xdocs/style/project.css ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org