makefile.mk (7871dc3e) makefile.mk (e2f0c31b)
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.3.jar
33COMMONS_LANG_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-lang-2.3.jar
32COMMONS_CODEC_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-codec-1.6.jar
33COMMONS_LANG_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-lang-2.4.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
36.ELSE
37COMP=fix_system_commons
38.ENDIF
39
40.IF defined(debug) || defined(DEBUG)
41ANTDEBUG=true

--- 24 unchanged lines hidden ---
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
36.ELSE
37COMP=fix_system_commons
38.ENDIF
39
40.IF defined(debug) || defined(DEBUG)
41ANTDEBUG=true

--- 24 unchanged lines hidden ---