Show
Ignore:
Timestamp:
2008-07-05 19:58:19 (6 months ago)
Author:
mosipov
Message:

- cleaned up build.xml
- bumped to Commons IO 1.2.1
- Addressed Ticket #2217

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/build.xml

    r2167 r2178  
    2323<project name="fckeditor-java" basedir="."> 
    2424 
    25         <!-- Do NOT remove this target. This is redeployment of a new editor version --> 
    26         <!-- 
    27         <target name="deploy-fckeditor" 
    28                 description="Deploys the FCKeditor into the webapp for testing purposes" 
    29         > 
    30                 <copy todir="java-demo/src/main/webapp/fckeditor"> 
    31                         <fileset dir="../fckeditor"> 
    32                                 <include name="_samples/_plugins/" /> 
    33                                 <include name="editor/" /> 
    34                                 <include name="fckconfig.js" /> 
    35                                 <include name="*.xml" /> 
    36                                 <exclude name="editor/filemanager/connectors/" /> 
    37                         </fileset> 
    38                 </copy> 
    39         </target> 
    40         --> 
    41  
    4225        <target name="clean-fckeditor-distribution" 
    43                 description="Creates a clean FCKeditor distribution" 
    44         > 
     26                description="Creates a clean FCKeditor distribution"> 
    4527                <property name="fckeditor-tmp" location="fckeditor-tmp" /> 
    4628                <property name="fckeditor-basename" value="FCKeditor_2.6.2" />