jdillon 2003/08/16 10:15:12
Modified: . maven.xml project.xml
etc global.properties
modules/core project.properties
xdocs navigation.xml
Log:
o Fixed site generation
Revision Changes Path
1.17 +14 -14 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- maven.xml 16 Aug 2003 15:14:11 -0000 1.16
+++ maven.xml 16 Aug 2003 17:15:11 -0000 1.17
@@ -84,19 +84,19 @@
<!-- Turn off reports for the top-level project -->
<postGoal name="xdoc:register-reports">
- <attainGoal name="maven-license-plugin"/>
- <attainGoal name="maven-checkstyle-plugin"/>
- <attainGoal name="maven-pmd-plugin"/>
- <attainGoal name="maven-simian-plugin"/>
- <attainGoal name="maven-jdepend-plugin"/>
- <attainGoal name="maven-changelog-plugin"/>
- <attainGoal name="maven-statcvs-plugin"/>
- <attainGoal name="maven-file-activity-plugin"/>
- <attainGoal name="maven-developer-activity-plugin"/>
- <attainGoal name="maven-jxr-plugin"/>
- <attainGoal name="maven-javadoc-plugin"/>
- <attainGoal name="maven-junit-report-plugin"/>
- <attainGoal name="maven-clover-plugin"/>
+ <attainGoal name="maven-license-plugin:deregister"/>
+ <attainGoal name="maven-checkstyle-plugin:deregister"/>
+ <attainGoal name="maven-pmd-plugin:deregister"/>
+ <attainGoal name="maven-simian-plugin:deregister"/>
+ <attainGoal name="maven-jdepend-plugin:deregister"/>
+ <attainGoal name="maven-changelog-plugin:deregister"/>
+ <attainGoal name="maven-statcvs-plugin:deregister"/>
+ <attainGoal name="maven-file-activity-plugin:deregister"/>
+ <attainGoal name="maven-developer-activity-plugin:deregister"/>
+ <attainGoal name="maven-jxr-plugin:deregister"/>
+ <attainGoal name="maven-javadoc-plugin:deregister"/>
+ <attainGoal name="maven-junit-report-plugin:deregister"/>
+ <attainGoal name="maven-clover-plugin:deregister"/>
</postGoal>
<preGoal name="site">
1.18 +1 -3 incubator-geronimo/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 16 Aug 2003 15:14:11 -0000 1.17
+++ project.xml 16 Aug 2003 17:15:11 -0000 1.18
@@ -20,6 +20,4 @@
<unitTestSourceDirectory></unitTestSourceDirectory>
</build>
- <reports></reports>
-
</project>
1.4 +37 -37 incubator-geronimo/etc/global.properties
Index: global.properties
===================================================================
RCS file: /home/cvs/incubator-geronimo/etc/global.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- global.properties 16 Aug 2003 15:14:11 -0000 1.3
+++ global.properties 16 Aug 2003 17:15:11 -0000 1.4
@@ -36,39 +36,39 @@
# Site Colors
#####################################################
-#maven.ui.body.background=#FFFFFF
-#maven.ui.body.foreground=#1F354D
-#maven.ui.section.background=#A2B7C5
-#maven.ui.section.foreground=#FFFFFF
-#maven.ui.subsection.foreground=#1F354D
-#maven.ui.subsection.background=#F2F5F7
-#maven.ui.table.header.background=#E5E3DB
-#maven.ui.table.header.foreground=#686868
-#maven.ui.table.row.odd.foreground=#686868
-#maven.ui.table.row.even.background=#F5F4F1
-#maven.ui.table.row.odd.background=#F5F4F1
-#maven.ui.table.row.even.foreground=#686868
-#maven.ui.banner.background=#FFFFFF
-#maven.ui.banner.foreground=#FFFFFF
-#maven.ui.banner.border.top=#A2B7C5
-#maven.ui.banner.border.bottom=#A2B7C5
-#maven.ui.source.background=#FFFFFF
-#maven.ui.source.foreground=#000000
-#maven.ui.source.border.right=#A2B7C5
-#maven.ui.source.border.top=#A2B7C5
-#maven.ui.source.border.left=#A2B7C5
-#maven.ui.source.border.bottom=#A2B7C5
-#maven.ui.navcol.background=#F2F5F7
-#maven.ui.navcol.background.ns4=#F2F5F7
-#maven.ui.navcol.foreground=#000000
-#maven.ui.navcol.foreground.ns4=#555
-#maven.ui.navcol.border.top=#F2F5F7
-#maven.ui.navcol.border.right=#A2B7C5
-#maven.ui.navcol.border.bottom=#A2B7C5
-#maven.ui.breadcrumbs.background=#D5E1E9
-#maven.ui.breadcrumbs.foreground=#000000
-#maven.ui.breadcrumbs.border.bottom=#A2B7C5
-#maven.ui.breadcrumbs.border.top=#D5E1E9
-#maven.ui.href.link=#1F354D
-#maven.ui.href.link.active=#FF5A00
-#maven.ui.href.link.selfref=#1F354D
+maven.ui.body.background=#FFFFFF
+maven.ui.body.foreground=#1F354D
+maven.ui.section.background=#A2B7C5
+maven.ui.section.foreground=#FFFFFF
+maven.ui.subsection.foreground=#1F354D
+maven.ui.subsection.background=#F2F5F7
+maven.ui.table.header.background=#E5E3DB
+maven.ui.table.header.foreground=#686868
+maven.ui.table.row.odd.foreground=#686868
+maven.ui.table.row.even.background=#F5F4F1
+maven.ui.table.row.odd.background=#F5F4F1
+maven.ui.table.row.even.foreground=#686868
+maven.ui.banner.background=#FFFFFF
+maven.ui.banner.foreground=#FFFFFF
+maven.ui.banner.border.top=#A2B7C5
+maven.ui.banner.border.bottom=#A2B7C5
+maven.ui.source.background=#FFFFFF
+maven.ui.source.foreground=#000000
+maven.ui.source.border.right=#A2B7C5
+maven.ui.source.border.top=#A2B7C5
+maven.ui.source.border.left=#A2B7C5
+maven.ui.source.border.bottom=#A2B7C5
+maven.ui.navcol.background=#F2F5F7
+maven.ui.navcol.background.ns4=#F2F5F7
+maven.ui.navcol.foreground=#000000
+maven.ui.navcol.foreground.ns4=#555
+maven.ui.navcol.border.top=#F2F5F7
+maven.ui.navcol.border.right=#A2B7C5
+maven.ui.navcol.border.bottom=#A2B7C5
+maven.ui.breadcrumbs.background=#D5E1E9
+maven.ui.breadcrumbs.foreground=#000000
+maven.ui.breadcrumbs.border.bottom=#A2B7C5
+maven.ui.breadcrumbs.border.top=#D5E1E9
+maven.ui.href.link=#1F354D
+maven.ui.href.link.active=#FF5A00
+maven.ui.href.link.selfref=#1F354D
1.4 +3 -55 incubator-geronimo/modules/core/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 11 Aug 2003 17:59:08 -0000 1.3
+++ project.properties 16 Aug 2003 17:15:11 -0000 1.4
@@ -1,55 +1,3 @@
-maven.junit.fork=true
-#####################################################
-# Build and Deployment
-#####################################################
-maven.repo.remote = http://www.ibiblio.org/maven/
-maven.simian.linecount = 3
-maven.compile.source=1.4
-maven.compile.target=1.4
-#####################################################
-# Properties related to project-site
-#####################################################
-maven.xdoc.date=left
-maven.xdoc.version=${pom.currentVersion}
-maven.linkcheck.enable = true
-maven.javadoc.links = http://java.sun.com/j2se/1.4.1/docs/api/
-
-#####################################################
-# Site Colors
-#####################################################
-maven.ui.body.background = #FFFFFF
-maven.ui.body.foreground = #1F354D
-maven.ui.section.background = #A2B7C5
-maven.ui.section.foreground = #FFFFFF
-maven.ui.subsection.background = #F2F5F7
-maven.ui.subsection.foreground = #1F354D
-maven.ui.table.header.background = #E5E3DB
-maven.ui.table.header.foreground = #686868
-maven.ui.table.row.odd.background = #F5F4F1
-maven.ui.table.row.odd.foreground = #686868
-maven.ui.table.row.even.background = #F5F4F1
-maven.ui.table.row.even.foreground = #686868
-maven.ui.banner.background = #FFFFFF
-maven.ui.banner.foreground = #FFFFFF
-maven.ui.banner.border.top = #A2B7C5
-maven.ui.banner.border.bottom = #A2B7C5
-maven.ui.source.background = #FFFFFF
-maven.ui.source.foreground = #000000
-maven.ui.source.border.right = #A2B7C5
-maven.ui.source.border.left = #A2B7C5
-maven.ui.source.border.top = #A2B7C5
-maven.ui.source.border.bottom = #A2B7C5
-maven.ui.navcol.background = #F2F5F7
-maven.ui.navcol.background.ns4 = #F2F5F7
-maven.ui.navcol.foreground = #000000
-maven.ui.navcol.foreground.ns4 = #555
-maven.ui.navcol.border.top = #F2F5F7
-maven.ui.navcol.border.right = #A2B7C5
-maven.ui.navcol.border.bottom = #A2B7C5
-maven.ui.breadcrumbs.background = #D5E1E9
-maven.ui.breadcrumbs.foreground = #000000
-maven.ui.breadcrumbs.border.top = #D5E1E9
-maven.ui.breadcrumbs.border.bottom = #A2B7C5
-maven.ui.href.link = #1F354D
-maven.ui.href.link.active = #FF5A00
-maven.ui.href.link.selfref = #1F354D
+##
+## $Revision$ $Date$
+##
1.9 +2 -2 incubator-geronimo/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/xdocs/navigation.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- navigation.xml 16 Aug 2003 12:29:31 -0000 1.8
+++ navigation.xml 16 Aug 2003 17:15:12 -0000 1.9
@@ -26,7 +26,7 @@
</menu>
<menu name="Modules">
- <item name="Common" href="/modules/copmmon/index.html"/>
+ <item name="Common" href="/modules/common/index.html"/>
<item name="Core Container"
href="/modules/core/index.html"/>
<item name="XML Beans"
href="/modules/xmlbeans/index.html"/>
<item name="Twiddle"
href="/modules/twiddle/index.html"/>