Changeset 1907
- Timestamp:
- 2008-04-10 18:41:06 (3 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 4 modified
-
build.xml (modified) (2 diffs)
-
java-core/src/main/java/org/devlib/schmidt/imageinfo/ImageInfo.java (modified) (1 diff)
-
java-demo/src/main/webapp (modified) (1 prop)
-
src/site/apt/fckeditor-properties.apt (modified) (1 diff)
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> -
FCKeditor.Java/branches/2.4/java-core/src/main/java/org/devlib/schmidt/imageinfo/ImageInfo.java
r1643 r1907 149 149 * @author Marco Schmidt 150 150 */ 151 @SuppressWarnings("unchecked") 151 152 public class ImageInfo { 152 153 /** -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp
- Property svn:ignore
-
old new 1 1 fckeditor 2 3 2 userfiles
-
- Property svn:ignore
-
FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt
r1841 r1907 29 29 There are two ways to overwrite the default properties: 30 30 31 * By creating a <<<fckeditor.properties>>> file in the classpath ( typically the32 <<<WEB-INF/classes>>> folder):31 * By creating a <<<fckeditor.properties>>> file in the classpath (usually 32 <<<WEB-INF/classes>>>): 33 33 34 34 +-------------------------------------------------------+