Changeset 1540

Show
Ignore:
Timestamp:
2008-02-17 20:06:29 (2 years ago)
Author:
mosipov
Message:

Setting back to 1.5; JUnit 4 requires Java 5 target and source to run

Files:
1 modified

Legend:

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

    r1539 r1540  
    8282                                                <configuration> 
    8383                                                        <source>1.5</source> 
    84                                                         <target>jsr14</target> 
     84                                                        <target>1.5</target> 
    8585                                                </configuration> 
    8686                                        </execution>