Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
loic911 committed Mar 26, 2015
1 parent 2cdba19 commit df1e8ed
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion BUILD

This file was deleted.

Binary file removed bin/index/main/compress.kch
Binary file not shown.
Binary file removed bin/index/main/main.kch
Binary file not shown.
Binary file removed bin/index/main/patchs.kch
Binary file not shown.
Binary file removed bin/index/main/path.kch
Binary file not shown.
Binary file removed bin/index/main/purge.kch
Binary file not shown.
Binary file removed bin/index/main/storage.kch
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/redis/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dbfilename dump.rdb
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir ./
dir ~/index

################################# REPLICATION #################################

Expand Down
Binary file added images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Thanks to http://www.stockvault.net/
Empty file added images/COPYRIGHT~
Empty file.
8 changes: 8 additions & 0 deletions log4j.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Root logger option
log4j.rootLogger=WARN, stdout

# Direct log messages to stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
9 changes: 9 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
NOW=$(date +"%Y%m%d")
rm -f CBIRetrieval*.zip
rm -f bin/*.jar
mvn package -Dmaven.test.skip=true
cp target/Java*with-dependencies.jar bin/
zip -r CBIRetrieval-$NOW.zip *


Binary file modified target/JavaImageRetrieval-1.0-SNAPSHOT-jar-with-dependencies.jar
Binary file not shown.
Binary file modified target/JavaImageRetrieval-1.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit df1e8ed

Please sign in to comment.