Changeset 1907 for FCKeditor.Java/branches/2.4/build.xml
- Timestamp:
- 2008-04-10 18:41:06 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/build.xml
r1880 r1907 22 22 23 23 <target name="deploy-fckeditor" description="Deploys the FCKeditor into the webapp for testing purposes"> 24 <mkdir dir="fckeditor-java-demo/src/main/webapp/fckeditor" /> 25 <copy todir="fckeditor-java-demo/src/main/webapp/fckeditor"> 24 <copy todir="java-demo/src/main/webapp/fckeditor"> 26 25 <fileset dir="../fckeditor"> 27 < exclude name=".*" />28 < exclude name="_dev/" />29 < exclude name="_test*/" />30 < exclude name="fckeditor*" />31 <exclude name=" fckutils.cfm" />26 <include name="_samples/_plugins/" /> 27 <include name="editor/" /> 28 <include name="fckconfig.js" /> 29 <include name="*.xml" /> 30 <exclude name="editor/filemanager/connectors/" /> 32 31 </fileset> 33 32 </copy> 34 33 </target> 35 34 35 <!-- Do NOT remove this target. This is for link rewrite testing purposes --> 36 <!-- 36 37 <target name="rewrite-links" description="rewrites plain links in real links"> 37 38 … … 43 44 </replaceregexp> 44 45 </target> 46 --> 45 47 46 48 </project>