You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/20 02:00:26 UTC

cvs commit: jakarta-commons-sandbox/events project.xml project.properties

scolebourne    2004/02/19 17:00:26

  Modified:    events/xdocs index.xml navigation.xml
               events   project.xml project.properties
  Log:
  Update to new website design
  
  Revision  Changes    Path
  1.5       +10 -13    jakarta-commons-sandbox/events/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	19 Feb 2004 21:46:58 -0000	1.4
  +++ index.xml	20 Feb 2004 01:00:26 -0000	1.5
  @@ -32,25 +32,22 @@
   that fire events.
   </p>
   <p>
  -<ul>
  -<li>This code is in the commons <i>sandbox</i></li>
  -<li>The code is unreleased</li>
  -<li>Methods and classes can and will appear and disappear without warning</li>
  -<li>If you like the code and want to push it towards a release, join the mailing list!</li>
  -</ul>
  + <ul>
  +  <li>This code is in the commons <i>sandbox</i></li>
  +  <li>The code is unreleased</li>
  +  <li>Methods and classes can and will appear and disappear without warning</li>
  +  <li>If you like the code and want to push it towards a release, join the mailing list!</li>
  + </ul>
   </p>
   </section>
   
   
   <section name="Documentation">
   <p>
  -The JavaDoc API documents are available online:
  -</p>
  -<ul>
  -<li>The <a href="apidocs/index.html">latest CVS</a></li>
  -</ul>
  -<p>
  -The <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/events/">CVS repository</a> can be browsed.
  + <ul>
  +  <li>The <a href="apidocs/index.html">Javadoc</a> of the latest CVS</li>
  +  <li>The <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/events/">CVS repository</a> can be browsed.</li>
  + </ul>
   </p>
   </section>
   
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/events/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	19 Feb 2004 21:46:58 -0000	1.4
  +++ navigation.xml	20 Feb 2004 01:00:26 -0000	1.5
  @@ -16,7 +16,7 @@
   -->
   
   <!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
  +<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
   ]>
   
   <project name="Events">
  
  
  
  1.7       +1 -7      jakarta-commons-sandbox/events/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	19 Feb 2004 21:46:24 -0000	1.6
  +++ project.xml	20 Feb 2004 01:00:26 -0000	1.7
  @@ -16,15 +16,10 @@
   -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Events</name>
     <id>commons-events</id>
     
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  -  </organization>
     <logo><!--/images/logo.png--></logo>
     
     <currentVersion>0.1</currentVersion>
  @@ -108,4 +103,3 @@
     </reports>
   
   </project>
  -
  
  
  
  1.5       +2 -1      jakarta-commons-sandbox/events/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/events/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	19 Feb 2004 21:46:24 -0000	1.4
  +++ project.properties	20 Feb 2004 01:00:26 -0000	1.5
  @@ -12,10 +12,11 @@
   #   See the License for the specific language governing permissions and
   #   limitations under the License.
   
  +maven.xdoc.jsl=../commons-build/commons-site.jsl
   maven.xdoc.date=left
  +maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.version=${pom.currentVersion}
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  -maven.xdoc.poweredby.image=maven-feather.png
   
   # uncomment the next line to work in offline mode (no jar download & no linkcheck)
   #maven.mode.online=
  
  
  

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