jicarilla-sandbox/buildsystem build-reactor.xml,1.6,1.7 build-project.xml,1.15,1.16

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/buildsystem
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14086/buildsystem

Modified Files:
	build-reactor.xml build-project.xml 
Log Message:
javadocs task improvements

Index: build-reactor.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/build-reactor.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- build-reactor.xml	22 Feb 2004 09:31:32 -0000	1.6
+++ build-reactor.xml	26 Feb 2004 15:13:54 -0000	1.7
@@ -64,6 +64,7 @@
   project.name              = ${project.name}
   project.version           = ${project.version}
   project.copyright.year    = ${project.copyright.year}
+  project.copyright.name    = ${project.copyright.name}
 
   java sources = ${jbs.src.dir}/java
   java classes = ${jbs.build.dir}/classes
@@ -111,6 +112,7 @@
 
         <property name="project.name" value="some-nameless-jbs-built-component"/>
         <property name="project.copyright.year" value="2004"/>
+        <property name="project.copyright.name" value="Leo Simons"/>
 
         <tstamp>
             <format property="project.version" pattern="yyyyMMdd"/>
@@ -216,23 +218,23 @@
         <mkdir dir="${jbs.build.dir}/classes"/><!-- to ensure <classpath/> works -->
 
         <property name="copyright"
-          value="Copyright &amp;copy; ${project.copyright.year} Apache Software Foundation. All Rights Reserved." />
+          value="Copyright &amp;copy; ${project.copyright.year} ${project.copyright.name}. All Rights Reserved." />
 
-        <property name="title" value="Avalon ${project.name} API"/>
+        <property name="title" value="${project.name} API"/>
 
         <javadoc
           sourcepath="${jbs.build.dir}/src"
-          packagenames="org.apache.*"
+          packagenames="*"
           destdir="${jbs.build.dir}/docs/apidocs"
           windowtitle="${title}"
           doctitle="${title}"
           bottom="${copyright}">
 
           <link href="http://java.sun.com/j2se/1.4.1/docs/api/"/>
-          <link href="http://avalon.apache.org/framework/api/"/>
           <classpath>
             <path location="${jbs.build.dir}/classes"/>
           </classpath>
+
         </javadoc>
     </target>
 

Index: build-project.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/build-project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- build-project.xml	23 Feb 2004 21:38:32 -0000	1.15
+++ build-project.xml	26 Feb 2004 15:13:55 -0000	1.16
@@ -9,6 +9,7 @@
     <target name="jar:install" depends="jbs:jar:install"/>
     <target name="jar:install-snapshot" depends="jbs:jar:install-snapshot"/>
     <target name="dist" depends="jbs:dist"/>
+    <target name="javadocs" depends="jbs:javadocs"/>
     <target name="reports" depends="jbs:reports"/>
 
     <!-- Information management -->
@@ -67,6 +68,7 @@
   project.name              = ${project.name}
   project.version           = ${project.version}
   project.copyright.year    = ${project.copyright.year}
+  project.copyright.name    = ${project.copyright.name}
 
   java sources = ${jbs.src.dir}/java
   java classes = ${jbs.build.dir}/classes
@@ -205,6 +207,7 @@
         <property name="jbs.repository.default" value="${jbs.repository.ibiblio}"/>
 
         <property name="project.name" value="some-nameless-jbs-built-component"/>
+        <property name="project.copyright.name" value="Leo Simons"/>
         <property name="project.copyright.year" value="2004"/>
 
         <tstamp>
@@ -359,9 +362,9 @@
         <mkdir dir="${jbs.build.dir}/classes"/>
 
         <property name="copyright"
-          value="Copyright &amp;copy; ${project.copyright.year} Leo Simons. All Rights Reserved." />
+          value="Copyright &amp;copy; ${project.copyright.year} ${project.copyright.name}. All Rights Reserved." />
 
-        <property name="title" value="Avalon ${project.name} API"/>
+        <property name="title" value="${project.name} API"/>
 
         <javadoc
           sourcepath="${jbs.src.dir}/java"
@@ -372,7 +375,6 @@
           bottom="${copyright}">
 
           <link href="http://java.sun.com/j2se/1.4.1/docs/api/"/>
-          <link href="http://avalon.apache.org/framework/api/"/>
           <classpath>
             <path location="${jbs.build.dir}/classes"/>
           </classpath>



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.