Ignore:
Timestamp:
2014-08-15T20:36:43+12:00 (10 years ago)
Author:
ak19
Message:

Linux makefile adds licenses for LuceneWrapper(4) into the wrapper jar file. Tested on Linux. Previous commit was winmake.bat which was tested on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/lucene-gs/Makefile.in

    r29148 r29211  
    6161
    6262LuceneWrapper4.jar: $(LUCENE4_WRAPPER_OBJECTS)
     63    cp LICENSE.txt classes4/META-INF/LICENSE-LUCENE_WRAPPER.txt
     64    cp LICENSE-GPLv2.txt classes4/META-INF/.
     65    cp LICENSE-GPLv3.txt classes4/META-INF/.
    6366    cd classes4 && for jar in ../lib/lucene4/*$(LUCENE_VER).jar; do \
    6467        jar xf $$jar; \
Note: See TracChangeset for help on using the changeset viewer.