You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ch...@apache.org on 2001/05/18 13:10:42 UTC

cvs commit: jakarta-james/docs/rfclist README draft-ietf-nntpext-base-13.txt rfc1036.txt rfc2980.txt rfc822.txt rfc977.txt

charlesb    01/05/18 04:10:41

  Modified:    .        build.xml
  Removed:     docs     code-standards.html commandsIMAP.html
                        configuration.html developer.html index.html
                        install.html license.html mailets.html
                        matchers.html proposalIMAP.html
                        statusIMAPserver.html todo.html
                        usingDatabaseRepository.html usingLDAP.html
                        usingTLS.html
               docs/images james-logo.jpg java-apache-project.gif
               docs/javadoc/mailet allclasses-frame.html
                        deprecated-list.html help-doc.html index-all.html
                        index.html overview-tree.html package-list
                        packages.html serialized-form.html stylesheet.css
               docs/javadoc/mailet/org/apache/mailet GenericMailet.html
                        GenericMatcher.html GenericRecipientMatcher.html
                        Mail.html MailAddress.html Mailet.html
                        MailetConfig.html MailetContext.html
                        MailetException.html Matcher.html
                        MatcherConfig.html package-frame.html
                        package-summary.html package-tree.html
               docs/rfclist README draft-ietf-nntpext-base-13.txt
                        rfc1036.txt rfc2980.txt rfc822.txt rfc977.txt
  Log:
  Removed docs dir. Website docs now in www.
  
  Revision  Changes    Path
  1.67      +4 -0      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.xml	2001/05/18 10:00:42	1.66
  +++ build.xml	2001/05/18 11:08:56	1.67
  @@ -561,10 +561,14 @@
         </fileset>
       </delete>
   
  +    <!-- copy new generated docs, but not mailet api or rfclist -->
  +    <!-- exclude CVS dir until docs dir removed from CVS -->
       <mkdir dir="${www.dir}"/>
       <copy todir="${www.dir}">
         <fileset dir="${docs.dir}">
           <exclude name="api/**"/>
  +        <exclude name="rfclist/**"/>
  +        <exclude name="CVS/**"/>
         </fileset>
       </copy>
   
  
  
  

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