Changeset 2178 for FCKeditor.Java/trunk/build.xml
- Timestamp:
- 2008-07-05 19:58:19 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/trunk/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/build.xml
r2167 r2178 23 23 <project name="fckeditor-java" basedir="."> 24 24 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 42 25 <target name="clean-fckeditor-distribution" 43 description="Creates a clean FCKeditor distribution" 44 > 26 description="Creates a clean FCKeditor distribution"> 45 27 <property name="fckeditor-tmp" location="fckeditor-tmp" /> 46 28 <property name="fckeditor-basename" value="FCKeditor_2.6.2" />