makefile.mk (b3651c3e) makefile.mk (ba4fa4fa)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 15 unchanged lines hidden (view full) ---

24PRJ=..
25PRJNAME=swext
26TARGET=mediawiki
27.IF "$(L10N_framework)"==""
28.IF "$(ENABLE_MEDIAWIKI)" == "YES"
29.INCLUDE : ant.mk
30
31.IF "$(SYSTEM_APACHE_COMMONS)" != "YES"
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 15 unchanged lines hidden (view full) ---

24PRJ=..
25PRJNAME=swext
26TARGET=mediawiki
27.IF "$(L10N_framework)"==""
28.IF "$(ENABLE_MEDIAWIKI)" == "YES"
29.INCLUDE : ant.mk
30
31.IF "$(SYSTEM_APACHE_COMMONS)" != "YES"
32COMMONS_CODEC_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-codec-1.6.jar
33COMMONS_LANG_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-lang-2.4.jar
32COMMONS_CODEC_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-codec-1.9.jar
33COMMONS_LANG_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-lang3-3.3.jar
34COMMONS_HTTPCLIENT_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-httpclient-3.1.jar
34COMMONS_HTTPCLIENT_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-httpclient-3.1.jar
35COMMONS_LOGGING_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-logging-1.1.1.jar
35COMMONS_LOGGING_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-logging-1.1.3.jar
36.ELSE
37COMP=fix_system_commons
38.ENDIF
39
40.IF defined(debug) || defined(DEBUG)
41ANTDEBUG=true
42.ELSE
43ANTDEBUG=off

--- 22 unchanged lines hidden ---
36.ELSE
37COMP=fix_system_commons
38.ENDIF
39
40.IF defined(debug) || defined(DEBUG)
41ANTDEBUG=true
42.ELSE
43ANTDEBUG=off

--- 22 unchanged lines hidden ---