Changeset 1887

Show
Ignore:
Timestamp:
2008-04-04 10:30:55 (4 months ago)
Author:
mosipov
Message:

- Corrected URLs in POMs
- Moved test class to appropriate package

Location:
FCKeditor.Java/branches/2.4
Files:
1 added
1 removed
2 modified

Legend:

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

    r1885 r1887  
    7171                                                <!-- FIXME er zieht die URL nicht raus --> 
    7272                                                        <Implementation-URL> 
    73                                                                 ${fckeditor-java.parent.url} 
     73                                                                ${project.url} 
    7474                                                        </Implementation-URL> 
    7575                                                        <Built-By>${organization.name}</Built-By> 
     
    113113        </reporting> 
    114114        <name>FCKeditor.Java Integration Demo Webapp</name> 
     115        <description>Add a demo description</description> 
     116        <url>${parent.project.url}</url> 
    115117</project> 
  • FCKeditor.Java/branches/2.4/pom.xml

    r1885 r1887  
    9090                                                        <!-- FIXME jede jar soll die main URL haben und keine unterURL --> 
    9191                                                        <Implementation-URL> 
    92                                                                 ${pom.url} 
     92                                                                ${project.url} 
    9393                                                        </Implementation-URL> 
    9494                                                        <Built-By>${organization.name}</Built-By>