Kaydet (Commit) 9414fec9 authored tarafından René Engelhard's avatar René Engelhard

Tidy.jar was removed, remove it from build.xml, too

üst e9a361bc
......@@ -5,9 +5,9 @@
*
* $RCSfile: build.xml,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: mav $ $Date: 2007-11-28 16:43:07 $
* last change: $Author: rene $ $Date: 2008-01-30 21:13:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -75,7 +75,6 @@
<pathelement location="jars/commons-httpclient-3.0.1.jar"/>
<pathelement location="jars/commons-lang-2.0.jar"/>
<pathelement location="jars/commons-logging.jar"/>
<pathelement location="jars/Tidy.jar"/>
</path>
<!-- create output directories -->
......@@ -94,7 +93,7 @@
<target name="jar" depends="compile, init">
<jar basedir="${classes}" compress="true" jarfile="${dist}/${name}.jar">
<manifest>
<attribute name="Class-Path" value="commons-codec-1.3.jar commons-lang-2.3.jar commons-httpclient-3.0.1.jar commons-logging-1.1.jar Tidy.jar"/>
<attribute name="Class-Path" value="commons-codec-1.3.jar commons-lang-2.3.jar commons-httpclient-3.0.1.jar commons-logging-1.1.jar"/>
<attribute name="RegistrationClassName" value="com.sun.star.wiki.WikiEditorImpl"/>
</manifest>
</jar>
......
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: mav $ $Date: 2007-11-28 10:45:46 $
# last change: $Author: rene $ $Date: 2008-01-30 21:13:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -37,5 +37,11 @@ PRJ=..
PRJNAME=swext
TARGET=mediawiki
.IF "$(ENABLE_MEDIAWIKI)" == "YES"
.INCLUDE : ant.mk
ALLTAR: ANTBUILD
.ELSE
@all:
@echo "MediaWiki Editor extension disabled."
.ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment