Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1497)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1498)
@@ -178,17 +178,32 @@
 						<configuration>
 							<tasks>
+								<property name="ant.regexp.regexpimpl"
+									value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"
+								/>
+
 								<echo
-									message="Skipping link rewrite since it's broken"
+									message="Rewriting links in tag reference"
 								/>
-								<!--
-									<replaceregexp byline="true" flags="m"
-									file="target/site/tagreference.html">
-									<regexp	pattern="&amp;lt;a href=&amp;quot;(\p{Graph}+)&amp;quot;\s*&amp;gt;(\p{Graph}+)&amp;lt;/a&amp;gt;" />
-									<substitution expression="&lt;a href=&quot;\1&quot;&gt;\2&lt;/a&gt;" />
-									</replaceregexp> -->
+								<replaceregexp byline="true" flags="m"
+									file="target/site/tagreference.html"
+								>
+									<regexp
+										pattern="&amp;lt;a href=&amp;quot;(\p{Graph}+)&amp;quot;\s*&amp;gt;(\p{Graph}+)&amp;lt;/a&amp;gt;"
+									/>
+									<substitution
+										expression="&lt;a href=&quot;\1&quot;&gt;\2&lt;/a&gt;"
+									/>
+								</replaceregexp>
 							</tasks>
 						</configuration>
 					</execution>
 				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant-nodeps</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+				</dependencies>
 			</plugin>
 		</plugins>
