shuber      2004/09/22 18:32:43 CEST

  Modified files:
    .                    project.xml 
  Added files:
    .                    locator.ent project.properties 
    xdocs                building.xml index.xml navigation.xml 
  Log:
  First try at generation of Jahia Projects web site at http://projects.jahia.org
  
  Revision  Changes    Path
  1.1       +5 -0      common-jahiaprojects/locator.ent (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/locator.ent?rev=1.1&content-type=text/plain
  1.1       +11 -0     common-jahiaprojects/project.properties (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/project.properties?rev=1.1&content-type=text/plain
  1.3       +8 -1      common-jahiaprojects/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/project.xml.diff?r1=1.2&r2=1.3&f=h
  1.1       +44 -0     common-jahiaprojects/xdocs/building.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/xdocs/building.xml?rev=1.1&content-type=text/plain
  1.1       +22 -0     common-jahiaprojects/xdocs/index.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/xdocs/index.xml?rev=1.1&content-type=text/plain
  1.1       +18 -0     common-jahiaprojects/xdocs/navigation.xml (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/xdocs/navigation.xml?rev=1.1&content-type=text/plain
  
  
  
  Index: locator.ent
  ====================================================================
  <!ENTITY common-dependencies SYSTEM 
"file:../common-packagedwebapps/pom-fragments/common-dependencies.ent">   
  <!ENTITY common-topsite SYSTEM 
"file:../common-packagedwebapps/pom-fragments/common-topsite.ent">     
  <!ENTITY common-toprepository SYSTEM 
"file:../common-packagedwebapps/pom-fragments/common-toprepository.ent"> 
  <!ENTITY common-warsite SYSTEM 
"file:../common-packagedwebapps/pom-fragments/common-warsite.ent">     
  <!ENTITY common-warrepository SYSTEM 
"file:../common-packagedwebapps/pom-fragments/common-warrepository.ent"> 
  
  
  
  Index: project.properties
  ====================================================================
  # Multiproject plugin settings
  maven.multiproject.basedir=${basedir}/..
  maven.multiproject.navigation=independent
  maven.multiproject.overviewPage.title=Projects
  maven.multiproject.overviewPage.link=projects
  maven.multiproject.overviewPage.text=The following projects are available:
  
maven.multiproject.excludes=common-jahiaprojects/project.xml,common-packagedwebapps/project.xml
  
  maven.xdoc.date = left
  maven.xdoc.date.format = dd MMMM yyyy HH:mm z
  
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/common-jahiaprojects/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       10 Sep 2004 15:30:15 -0000      1.2
  +++ project.xml       22 Sep 2004 16:32:43 -0000      1.3
  @@ -3,6 +3,8 @@
   <project>
     <pomVersion>3</pomVersion>
     <groupId>jahia</groupId>
  +  <artifactId>jahia-projects</artifactId>
  +  <name>Jahia Projects</name>
     <organization>
       <name>Jahia Ltd</name>
       <url>http://www.jahia.org/</url>
  @@ -10,7 +12,8 @@
     </organization>
     <inceptionYear>1999</inceptionYear>
     <package>org.jahia</package>
  -  <logo>/images/jahia.gif</logo>
  +  <!--logo>/images/jahia.gif</logo-->
  +
   
     <url>http://projects.jahia.org</url>
     <issueTrackingUrl>http://www.jahia.org/bugzilla/</issueTrackingUrl>
  @@ -49,18 +52,22 @@
         <name>Serge Huber</name>
         <id>shuber</id>
         <email>[EMAIL PROTECTED]</email>
  +      <organization>Jahia Solutions</organization>
         <roles>
           <role>Java Developer</role>
         </roles>
  +      <timezone>1</timezone>
       </developer>
   
       <developer>
         <name>Khue NGuyen</name>
         <id>khue</id>
         <email>[EMAIL PROTECTED]</email>
  +      <organization>Jahia Solutions</organization>
         <roles>
           <role>Java Developer</role>
         </roles>
  +      <timezone>1</timezone>
       </developer>
   
     </developers>
  
  
  
  Index: building.xml
  ====================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Building Jahia projects</title>
      <subtitle>Introduction</subtitle>
      <authors>
        <person name="Serge Huber" email="[EMAIL PROTECTED]"/>
      </authors>
    </properties>
    <body>
  <section name="Building Jahia Projects">
    <subsection name="Introduction">
      <div id="documentContent">
        <p>
          This document presents the procedure to compile either one or 
          multiple Jahia projects.
        </p>
      </div>
    </subsection>
    <subsection name="Build steps">
      <div id="documentContent">
        <p>
          <ol>
            <li>Checkout the <code>common-jahiaprojects</code> module</li>
            <li>Checkout the <code>common-packagedwebapps</code> module</li>
            <li>Checkout the <code>maven-jahiawar-plugin</code> module</li>
            <li>Change into the maven-jahiawar-plugin and launch : 
              <source>maven plugin:install</source>
            </li>
            <li>You can now checkout any Jahia project and compile by simply 
                executing : 
              <source>maven</source>
                Most projects will generate an EAR in the <code>ear/target</code>
                directory that you can deploy.<br/>
                In the case of Jahia a WAR is generated in the <code>core/target</code>
                directory.
            </li>
          </ol>
        </p>
      </div>
    </subsection>
  </section>
  </body>
  </document>
  
  
  Index: index.xml
  ====================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Jahia Projects</title>
      <subtitle>Introduction</subtitle>
      <authors>
        <person name="Serge Huber" email="[EMAIL PROTECTED]"/>
      </authors>
    </properties>
    <body>
  <section name="Jahia Projects">
    <subsection name="Introduction">
      <div id="documentContent">
        <p>
          Welcome to the Jahia Projects. You will find here all the projects
          we have developed, in a common structure.
        </p>
      </div>
    </subsection>
  </section>
  </body>
  </document>
  
  
  
  Index: navigation.xml
  ====================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Jahia Projects">
  
    <title>Jahia Projects</title>
  
    <body>
      <links>
        <item name="Jahia"             href="http://www.jahia.org"/>
      </links>
      
      <menu name="Overview">
        <item name="Introduction" href="/index.html"/>
        <item name="Building projects" href="/building.html"/>
        <item name="Projects" href="/projects.html"/>
      </menu>
  
    </body>
  </project>

Reply via email to