Changeset 1883

Show
Ignore:
Timestamp:
2008-04-03 13:03:13 (6 months ago)
Author:
mosipov
Message:

- Compelete Site overhaul
- added site dependency 2.0-beta-5 do *not* change this!

Location:
FCKeditor.Java/branches/2.4
Files:
10 added
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml

    r1874 r1883  
    8989                                <groupId>net.sourceforge.maven-taglib</groupId> 
    9090                                <artifactId>maven-taglib-plugin</artifactId> 
    91                                 <version>2.3.1</version> 
    9291                        </plugin> 
    9392                        <plugin> 
    9493                                <artifactId>maven-javadoc-plugin</artifactId> 
    95                                 <version>2.4</version> 
    9694                        </plugin> 
    9795                        <plugin> 
    9896                                <artifactId>maven-surefire-report-plugin</artifactId> 
    99                                 <version>2.4.2</version> 
    10097                        </plugin> 
    10198                        <plugin> 
    10299                                <artifactId>maven-jxr-plugin</artifactId> 
    103                                 <version>2.1</version> 
    104100                        </plugin> 
    105101                        <plugin> 
    106102                                <artifactId>maven-pmd-plugin</artifactId> 
    107                                 <version>2.3</version> 
    108103                                <configuration> 
    109104                                        <targetJdk>1.5</targetJdk> 
     
    113108                                <groupId>org.codehaus.mojo</groupId> 
    114109                                <artifactId>cobertura-maven-plugin</artifactId> 
    115                                 <version>2.2</version> 
    116110                        </plugin> 
    117111                        <plugin> 
    118112                                <groupId>org.codehaus.mojo</groupId> 
    119113                                <artifactId>taglist-maven-plugin</artifactId> 
    120                                 <version>2.1</version> 
    121114                                <configuration> 
    122115                                        <tags> 
     
    130123                                        maven-project-info-reports-plugin 
    131124                                </artifactId> 
    132                                 <version>2.0.1</version> 
    133125                                <reportSets> 
    134126                                        <reportSet> 
  • FCKeditor.Java/branches/2.4/pom.xml

    r1874 r1883  
    9797                                </configuration> 
    9898                        </plugin> 
     99                        <plugin> 
     100                                <artifactId>maven-site-plugin</artifactId> 
     101                                <version>2.0-beta-5</version> 
     102                        </plugin> 
    99103                </plugins> 
    100104        </build> 
  • FCKeditor.Java/branches/2.4/src/site/site.xml

    r1815 r1883  
    22<project> 
    33 
     4        <publishDate position="left" format="yyyy-MM-dd" /> 
    45        <version position="left" /> 
    56         
    67        <bannerLeft> 
    7                 <name>fckeditor-java</name> 
     8                <name>fckeditor</name> 
    89                <src>images/fckeditor-logo.gif</src> 
    910                <href>http://www.fckeditor.net/fckeditor-java</href> 
     
    2829                </menu> 
    2930                <menu name="Reference"> 
    30                         <item name="Tag library" href="tagreference.html" /> 
     31                        <item name="Tag library" href="fckeditor-java/tagreference.html" /> 
    3132                        <item name="Configuration" href="fckeditor-properties.html" /> 
    3233                </menu> 
    33                 <!--<menu name="Developers" />--> 
    34                 <menu ref="reports" /> 
     34                <!--<menu name="Developers">--> 
     35                <menu name="Project Documentation"> 
     36                        <item name="Changes Report" href="changes-report.html" /> 
     37                        <item name="Dependencies" href="dependencies.html" /> 
     38                        <item name="Issue Tracking" href="issue-tracking.html" /> 
     39                        <item name="Mailing Lists" href="mail-lists.html" /> 
     40                        <item name="Project License" href="license.html" /> 
     41                        <item name="Project Summary" href="project-summary.html" /> 
     42                        <item name="Project Team" href="team-list.html" /> 
     43                        <item name="Source Repository" href="source-repository.html" /> 
     44                </menu> 
     45                <menu name="Modules Documentation"> 
     46                        <item name="Integration Pack" collapse="false"> 
     47                                <item name="Dependencies" href="fckeditor-java/dependencies.html" /> 
     48                                <item name="Module Summary" href="fckeditor-java/project-summary.html" /> 
     49                                <item name="Module Reports" href="fckeditor-java/project-reports.html" collapse="true"> 
     50                                        <item name="Cobertura Test Coverage" href="fckeditor-java/cobertura/index.html" /> 
     51                                        <item name="CPD Report" href="fckeditor-java/cpd.html" /> 
     52                                        <item name="JavaDoc" href="fckeditor-java/apidocs/index.html" /> 
     53                                        <item name="Maven Surefire Report" href="fckeditor-java/surefire-report.html" /> 
     54                                        <item name="PMD Report" href="fckeditor-java/pmd.html" /> 
     55                                        <item name="Source Xref" href="fckeditor-java/xref/index.html" /> 
     56                                        <item name="Taglibdoc documentation" href="fckeditor-java/tlddoc/index.html" /> 
     57                                        <item name="Tag library validation" href="taglibvalidation.html" /> 
     58                                        <item name="Tag List" href="fckeditor-java/taglist.html" /> 
     59                                        <!--<item name="Tag reference" href="fckeditor-java/tagreference.html" />--> 
     60                                        <item name="Test JavaDocs" href="fckeditor-java/testapidocs/index.html" /> 
     61                                        <item name="Test Source Xref" href="fckeditor-java/xref-test/index.html" /> 
     62                                </item> 
     63                        </item> 
     64                        <item name="Integration Demo" collapse="false"> 
     65                                <item name="Dependencies" href="fckeditor-java-demo/dependencies.html" /> 
     66                                <item name="Module Summary" href="fckeditor-java-demo/project-summary.html" /> 
     67                        </item> 
     68                </menu> 
    3569        </body> 
    3670