Changeset 2167 for FCKeditor.Java/trunk/build.xml
- Timestamp:
- 2008-07-03 23:33:15 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/trunk/build.xml (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/build.xml
- Property svn:keywords set to Id
r2032 r2167 1 <?xml version="1.0" encoding="UTF-8"?> 1 2 <!-- 2 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net … … 17 18 * http://www.mozilla.org/MPL/MPL-1.1.html 18 19 * 19 * == END LICENSE == 20 * == END LICENSE == 21 * @version: $Id$ 20 22 --> 21 23 <project name="fckeditor-java" basedir="."> … … 42 44 > 43 45 <property name="fckeditor-tmp" location="fckeditor-tmp" /> 44 <property name="fckeditor-basename" value="FCKeditor_2.6 " />46 <property name="fckeditor-basename" value="FCKeditor_2.6.2" /> 45 47 <property name="fckeditor-destfile" 46 48 value="${fckeditor-basename}_clean.zip"