Changeset 1949
- Timestamp:
- 2008-05-04 20:44:11 (4 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 13 modified
-
java-core/pom.xml (modified) (2 diffs)
-
java-core/src/main/resources/META-INF/FCKeditor.tld (modified) (1 diff)
-
java-demo/pom.xml (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample01.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample02.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample03.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample04.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample05.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample06.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample07.jsp (modified) (1 diff)
-
pom.xml (modified) (5 diffs)
-
src/site/apt/installation.apt (modified) (1 diff)
-
src/site/apt/taglibrary.apt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/java-core/pom.xml
r1937 r1949 57 57 value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" 58 58 /> 59 60 <!--<echo61 message="Rewriting links in tag reference"62 />-->63 59 <replaceregexp byline="true" flags="m" 64 60 file="target/site/tagreference.html" … … 140 136 instance and a Servlet handling server-side user files and folders. 141 137 </description> 142 <url>http:// www.fckeditor.net/java</url>138 <url>http://java.fckeditor.net</url> 143 139 </project> -
FCKeditor.Java/branches/2.4/java-core/src/main/resources/META-INF/FCKeditor.tld
r1903 r1949 15 15 <tlib-version>2.4</tlib-version> 16 16 <short-name>FCK</short-name> 17 <uri>http:// www.fckeditor.net/java/tags</uri>17 <uri>http://java.fckeditor.net</uri> 18 18 <tag> 19 19 <description> -
FCKeditor.Java/branches/2.4/java-demo/pom.xml
r1937 r1949 117 117 preconfigured with the Java library and a recent FCKeditor version. 118 118 </description> 119 <url>http:// www.fckeditor.net/java</url>119 <url>http://java.fckeditor.net</url> 120 120 </project> -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample01.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" import="net.fckeditor.*" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample02.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample03.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample04.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample05.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample06.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample07.jsp
r1896 r1949 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>4 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/pom.xml
r1948 r1949 56 56 <artifactId>maven-assembly-plugin</artifactId> 57 57 <configuration> 58 <!-- FIXME assemblies are broken -->59 58 <descriptors> 60 59 <descriptor> … … 212 211 FCKeditor in your web environment. 213 212 </description> 214 <url>http:// www.fckeditor.net/java</url>213 <url>http://java.fckeditor.net</url> 215 214 <inceptionYear>2004</inceptionYear> 216 215 <licenses> … … 221 220 </licenses> 222 221 <organization> 223 <name> The FCKeditor Team</name>224 <url>http://www.f ckeditor.net</url>222 <name>Frederico Caldeira Knabben</name> 223 <url>http://www.fredck.com</url> 225 224 </organization> 226 225 <developers> … … 230 229 <email>fredck AT fckeditor.net</email> 231 230 <url>http://www.fredck.com</url> 232 <organization>F CKeditor</organization>233 <organizationUrl>http://www.f ckeditor.net</organizationUrl>231 <organization>FredCK.com</organization> 232 <organizationUrl>http://www.fredck.com</organizationUrl> 234 233 <roles> 235 234 <role>Head Project Manager</role> … … 330 329 <distributionManagement> 331 330 <repository> 332 <id> fckeditor-space</id>331 <id>uni-space</id> 333 332 <url> 334 scp:// java.fckeditor.net/home/mosipov/public_html/m2repo333 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 335 334 </url> 336 335 </repository> 337 336 <snapshotRepository> 338 <id> fckeditor-space</id>337 <id>uni-space</id> 339 338 <url> 340 scp:// java.fckeditor.net/home/mosipov/public_html/m2repo-snapshots339 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 341 340 </url> 342 341 </snapshotRepository> 343 342 <site> 344 <id> fckeditor-space</id>343 <id>uni-space</id> 345 344 <url> 346 scp:// java.fckeditor.net/home/mosipov/public_html/24-beta345 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/fckeditor-java 347 346 </url> 348 347 </site> -
FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
r1931 r1949 43 43 <id>fckeditor-java-releases</id> 44 44 <name>FCKeditor.Java Releases</name> 45 <url>http:// www.fckeditor.net/m2repo</url>45 <url>http://java.fckeditor.net/m2repo</url> 46 46 <layout>default</layout> 47 47 </repository> -
FCKeditor.Java/branches/2.4/src/site/apt/taglibrary.apt
r1936 r1949 29 29 30 30 +--------------------------------------------------------------------+ 31 <%@ taglib uri="http:// www.fckeditor.net/java/tags" prefix="FCK" %>31 <%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> 32 32 +--------------------------------------------------------------------+ 33 33 … … 36 36 +--------------------------------------------------------------------+ 37 37 <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" 38 xmlns:FCK="http:// www.fckeditor.net/java/tags">38 xmlns:FCK="http://java.fckeditor.net"> 39 39 +--------------------------------------------------------------------+ 40 40