Commit 30c75481 authored by Michael D Harkess's avatar Michael D Harkess
Browse files

Merge branch 'AndroidApp' into 'master'

Android app

See merge request ec504/ec504_projects/group6!34
parents cd090dd8 b7532abc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
dev_crawler:
	javac -d bin src/main/java/*.java
	javac -cp tika-app-2.92.jar -d bin src/main/java/*.java
	jar cvfm ScratchCrawler.jar manifestCrawler.txt -C bin .
	echo '#!/bin/bash' > crawler
	echo 'java -jar ScratchCrawler.jar "$$@"' >> crawler
+58.1 MiB

File added.

No diff preview for this file type.

+3 −1
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ This is provided in the repo, and there is no need to download the library exter
### Simple Logging Facade for Java (SLF4J)
This is provided in the repo, and there is no need to download the library externally. This is used for communicating with SQLite databases.

### Apache Tika
This is provided in the repo, and there is no need to download the library externally. This is used to read in files for parsing.
## Example Usage
- Examples of how to use our project
### Checker/Corrector