Skip to content

Commit

Permalink
#124410# update apache commons-lang to version 3.3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1580880 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Juergen Schmidt committed Mar 24, 2014
1 parent 47d3be6 commit bcff05d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions main/apache-commons/java/lang/makefile.mk
Expand Up @@ -40,16 +40,20 @@ TAR!:=$(GNUTAR)
.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES"
# --- Files --------------------------------------------------------

TARFILE_NAME=commons-lang-2.4-src
TARFILE_MD5=625ff5f2f968dd908bca43c9469d6e6b
TARFILE_NAME=commons-lang3-3.3-src
TARFILE_MD5=4c8c505cc3cba4c467c479e3e0f09ba4
#TARFILE_NAME=commons-lang-2.4-src
#TARFILE_MD5=625ff5f2f968dd908bca43c9469d6e6b

TARFILE_ROOTDIR=commons-lang-2.4-src
#TARFILE_ROOTDIR=commons-lang-2.4-src
TARFILE_ROOTDIR=commons-lang3-3.3-src

#PATCH_FILES=$(PRJ)$/patches$/logging.patch

#CONVERTFILES=build.xml

OUT2CLASS=dist$/commons-lang-2.4.jar

OUT2CLASS=target$/commons-lang3-3.3.jar
#OUT2CLASS=dist$/commons-lang-2.4.jar

.IF "$(JAVACISGCJ)"=="yes"
JAVA_HOME=
Expand Down
6 changes: 3 additions & 3 deletions main/apache-commons/prj/d.lst
@@ -1,5 +1,5 @@
..\%__SRC%\class\commons-logging-1.1.1-SNAPSHOT.jar %_DEST%\bin%_EXT%\commons-logging-1.1.1.jar
..\%__SRC%\class\commons-codec-1.6-SNAPSHOT.jar %_DEST%\bin%_EXT%\commons-codec-1.6.jar
..\%__SRC%\class\commons-logging-1.1.3.jar %_DEST%\bin%_EXT%\commons-logging-1.1.3.jar
..\%__SRC%\class\commons-codec-1.9.jar %_DEST%\bin%_EXT%\commons-codec-1.9.jar
..\%__SRC%\class\commons-httpclient.jar %_DEST%\bin%_EXT%\commons-httpclient-3.1.jar
..\%__SRC%\class\commons-lang-2.4.jar %_DEST%\bin%_EXT%\commons-lang-2.4.jar
..\%__SRC%\class\commons-lang3-3.3.jar %_DEST%\bin%_EXT%\commons-lang3-3.3.jar

0 comments on commit bcff05d

Please sign in to comment.