Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c09219d5
Kaydet (Commit)
c09219d5
authored
Şub 01, 2008
tarafından
René Engelhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i85747# --enable-mediawiki and --with-system-apache-commons
üst
45f52179
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
10 deletions
+35
-10
build.xml
swext/mediawiki/build.xml
+13
-8
makefile.mk
swext/mediawiki/makefile.mk
+22
-2
No files found.
swext/mediawiki/build.xml
Dosyayı görüntüle @
c09219d5
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
*
*
* $RCSfile: build.xml,v $
* $RCSfile: build.xml,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change: $Author: rene $ $Date: 2008-0
1-30 21:13:12
$
* last change: $Author: rene $ $Date: 2008-0
2-01 10:21:43
$
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -69,12 +69,12 @@
...
@@ -69,12 +69,12 @@
<pathelement
location=
"${officeclasses}/jut.jar"
/>
<pathelement
location=
"${officeclasses}/jut.jar"
/>
<pathelement
location=
"${officeclasses}/ridl.jar"
/>
<pathelement
location=
"${officeclasses}/ridl.jar"
/>
<pathelement
location=
"${officeclasses}/unoil.jar"
/>
<pathelement
location=
"${officeclasses}/unoil.jar"
/>
<pathelement
location=
"${officeclasses}/xml-apis.jar"
/>
<pathelement
location=
"${officeclasses}/xml-apis.jar"
/>
<!-- 3rd party libs -->
<!-- 3rd party libs -->
<pathelement
location=
"
jars/commons-codec-1.3.jar
"
/>
<pathelement
location=
"
${commons-codec-jar}
"
/>
<pathelement
location=
"
jars/commons-httpclient-3.0.1.jar
"
/>
<pathelement
location=
"
${commons-httpclient-jar}
"
/>
<pathelement
location=
"
jars/commons-lang-2.0.jar
"
/>
<pathelement
location=
"
${commons-lang-jar}
"
/>
<pathelement
location=
"
jars/commons-logging.jar
"
/>
<pathelement
location=
"
${commons-logging-jar}
"
/>
</path>
</path>
<!-- create output directories -->
<!-- create output directories -->
...
@@ -93,6 +93,7 @@
...
@@ -93,6 +93,7 @@
<target
name=
"jar"
depends=
"compile, init"
>
<target
name=
"jar"
depends=
"compile, init"
>
<jar
basedir=
"${classes}"
compress=
"true"
jarfile=
"${dist}/${name}.jar"
>
<jar
basedir=
"${classes}"
compress=
"true"
jarfile=
"${dist}/${name}.jar"
>
<manifest>
<manifest>
<!-- FIXME: Set Class-Path correctly for the system case !-->
<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=
"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"
/>
<attribute
name=
"RegistrationClassName"
value=
"com.sun.star.wiki.WikiEditorImpl"
/>
</manifest>
</manifest>
...
@@ -105,7 +106,11 @@
...
@@ -105,7 +106,11 @@
<fileset
dir=
"src"
includes=
"**/*.xcu,**/*.xcs,**/*.xml"
excludes=
"uno-extension-manifest.xml"
casesensitive=
"yes"
/>
<fileset
dir=
"src"
includes=
"**/*.xcu,**/*.xcs,**/*.xml"
excludes=
"uno-extension-manifest.xml"
casesensitive=
"yes"
/>
<fileset
dir=
"${dist}"
includes=
"${name}.jar"
casesensitive=
"yes"
/>
<fileset
dir=
"${dist}"
includes=
"${name}.jar"
casesensitive=
"yes"
/>
<fileset
dir=
"."
includes=
"images/**,templates/**"
casesensitive=
"yes"
/>
<fileset
dir=
"."
includes=
"images/**,templates/**"
casesensitive=
"yes"
/>
<fileset
dir=
"jars"
includes=
"**/*.jar"
casesensitive=
"yes"
/>
<file
file=
"mediawiki.jar"
/>
<file
file=
"${commons-codec-jar}"
/>
<file
file=
"${commons-httpclient-jar}"
/>
<file
file=
"${commons-lang-jar}"
/>
<file
file=
"${commons-logging-jar}"
/>
<zipfileset
dir=
"dialogs"
includes=
"**/*.xdl,**/*.xba,**/*.xlb"
casesensitive=
"yes"
prefix=
"WikiEditor"
/>
<zipfileset
dir=
"dialogs"
includes=
"**/*.xdl,**/*.xba,**/*.xlb"
casesensitive=
"yes"
prefix=
"WikiEditor"
/>
<zipfileset
dir=
"src"
includes=
"uno-extension-manifest.xml"
fullpath=
"META-INF/manifest.xml"
/>
<zipfileset
dir=
"src"
includes=
"uno-extension-manifest.xml"
fullpath=
"META-INF/manifest.xml"
/>
</zip>
</zip>
...
...
swext/mediawiki/makefile.mk
Dosyayı görüntüle @
c09219d5
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
#
#
# $RCSfile: makefile.mk,v $
# $RCSfile: makefile.mk,v $
#
#
# $Revision: 1.
3
$
# $Revision: 1.
4
$
#
#
# last change: $Author: rene $ $Date: 2008-0
1-30 21:14:31
$
# last change: $Author: rene $ $Date: 2008-0
2-01 10:21:44
$
#
#
# The Contents of this file are made available subject to
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
# the terms of GNU Lesser General Public License Version 2.1.
...
@@ -37,5 +37,25 @@ PRJ=..
...
@@ -37,5 +37,25 @@ PRJ=..
PRJNAME
=
swext
PRJNAME
=
swext
TARGET
=
mediawiki
TARGET
=
mediawiki
.IF
"$(ENABLE_MEDIAWIKI)"
==
"YES"
.INCLUDE
:
ant.mk
.INCLUDE
:
ant.mk
ALLTAR
:
ANTBUILD
ALLTAR
:
ANTBUILD
.IF
"$(SYSTEM_APACHE_COMMONS)"
!=
"YES"
COMMONS_CODEC_JAR
=
jars/commons-codec-1.3.jar
COMMONS_LANG_JAR
=
jars/commons-lang-2.3.jar
COMMONS_HTTPCLIENT_JAR
=
jars/commons-httpclient-3.0.1.jar
COMMONS_LOGGING_JAR
=
jars/commons-logging-1.1.jar
.ENDIF
.IF
"$(SYSTEM_XML_APIS)"
!=
"YES"
XML_APIS_JAR
=
$(SOLARVER)$/$(INPATH)$/
lib/xml-apis.jar
.ENDIF
ANT_FLAGS
+=
-Dcommons-codec-jar
=
$(COMMONS_CODEC_JAR)
-Dcommons-lang-jar
=
$(COMMONS_LANG_JAR)
-Dcommons-httpclient-jar
=
$(COMMONS_HTTPCLIENT_JAR)
-Dcommons-logging-jar
=
$(COMMONS_LOGGING_JAR)
-Dxml-apis-jar
=
$(XML_APIS_JAR)
.ELSE
@all
:
@echo
"MediaWiki Editor extension disabled."
.ENDIF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment