Show
Ignore:
Timestamp:
2008-04-05 00:15:22 (6 months ago)
Author:
mosipov
Message:

reformatted xmls

Files:
1 modified

Legend:

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

    r1889 r1890  
    1010        <dependencies> 
    1111                <dependency> 
    12                 <groupId>javax.servlet</groupId> 
    13                 <artifactId>servlet-api</artifactId> 
    14                 <version>2.4</version> 
    15                 <scope>provided</scope> 
     12                        <groupId>javax.servlet</groupId> 
     13                        <artifactId>servlet-api</artifactId> 
     14                        <version>2.4</version> 
     15                        <scope>provided</scope> 
    1616                </dependency> 
    1717                <dependency> 
     
    3939                <version>2.4-SNAPSHOT</version> 
    4040        </parent> 
    41          
     41 
    4242        <build> 
    4343                <plugins> 
     
    5959                                                                <!--<echo 
    6060                                                                        message="Rewriting links in tag reference" 
    61                                                                 />--> 
     61                                                                        />--> 
    6262                                                                <replaceregexp byline="true" flags="m" 
    6363                                                                        file="target/site/tagreference.html" 
     
    7676                                <!--<dependencies> 
    7777                                        <dependency> 
    78                                                 <groupId>ant</groupId> 
    79                                                 <artifactId>ant-nodeps</artifactId> 
    80                                                 <version>1.6.5</version> 
     78                                        <groupId>ant</groupId> 
     79                                        <artifactId>ant-nodeps</artifactId> 
     80                                        <version>1.6.5</version> 
    8181                                        </dependency> 
    82                                 </dependencies>--> 
     82                                        </dependencies>--> 
    8383                        </plugin> 
    8484                </plugins> 
     
    132132                </plugins> 
    133133        </reporting> 
    134          
     134 
    135135        <name>FCKeditor.Java Integration Pack</name> 
    136136        <!-- FIXME we need some appropriate description here deriving from the parent -->