Changeset 29216


Ignore:
Timestamp:
2014-08-18T14:32:52+12:00 (10 years ago)
Author:
ak19
Message:

Correction to changes in previous commit to this file. The first time around, the META-INF folder does not yet exist, so we can't copy the license into it yet at that point. Tested.

File:
1 edited

Legend:

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

    r29211 r29216  
    6161
    6262LuceneWrapper4.jar: $(LUCENE4_WRAPPER_OBJECTS)
     63    cd classes4 && for jar in ../lib/lucene4/*$(LUCENE_VER).jar; do \
     64        jar xf $$jar; \
     65    done
    6366    cp LICENSE.txt classes4/META-INF/LICENSE-LUCENE_WRAPPER.txt
    6467    cp LICENSE-GPLv2.txt classes4/META-INF/.
    6568    cp LICENSE-GPLv3.txt classes4/META-INF/.
    66     cd classes4 && for jar in ../lib/lucene4/*$(LUCENE_VER).jar; do \
    67         jar xf $$jar; \
    68     done
    6969    $(JAR) cf $(LUCENE4_WRAPPER_JAR) -C classes4 .
    7070
Note: See TracChangeset for help on using the changeset viewer.