User: user57  
  Date: 01/08/30 22:30:32

  Added:       src/metadata jbossgroup-web.xml snapshots-web.xml
                        website-application.xml website-web.xml
  Log:
   o finished initial module level work to automate the website build via
     ant/buildmagic.
   ! still needs project control, to pull files to release.
  
  Revision  Changes    Path
  1.1                  newsite/src/metadata/jbossgroup-web.xml
  
  Index: jbossgroup-web.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE web-app>
  
  <!-- $Id: jbossgroup-web.xml,v 1.1 2001/08/31 05:30:32 user57 Exp $ -->
  
  <web-app>
  </web-app>
  
  
  
  1.1                  newsite/src/metadata/snapshots-web.xml
  
  Index: snapshots-web.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE web-app>
  
  <!-- $Id: snapshots-web.xml,v 1.1 2001/08/31 05:30:32 user57 Exp $ -->
  
  <web-app>
  </web-app>
  
  
  
  1.1                  newsite/src/metadata/website-application.xml
  
  Index: website-application.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE application>
  
  <!-- $Id: website-application.xml,v 1.1 2001/08/31 05:30:32 user57 Exp $ -->
  
  <application>
     <display-name>JBoss Website</display-name>
  
     <module>
        <web>
           <web-uri>website.war</web-uri>
           <context-root>/</context-root>
        </web>
     </module>
  
     <module>
        <web>
           <web-uri>jbossgroup.war</web-uri>
           <context-root>JBG</context-root>
        </web>
     </module>
  
     <module>
        <web>
           <web-uri>snapshots.war</web-uri>
           <context-root>zip_archives</context-root>
        </web>
     </module>
  
  </application>
  
  
  
  1.1                  newsite/src/metadata/website-web.xml
  
  Index: website-web.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE web-app>
  
  <!-- $Id: website-web.xml,v 1.1 2001/08/31 05:30:32 user57 Exp $ -->
  
  <web-app>
  </web-app>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to