mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Migrate from Ant to Gradle (SMACK-265)
This commit is contained in:
parent
235eca3a3d
commit
201152ef42
767 changed files with 1088 additions and 4296 deletions
33
Makefile
33
Makefile
|
@ -1,33 +0,0 @@
|
|||
.PHONY: all clean javadoc test-unit eclipse
|
||||
|
||||
export JAVA_TOOL_OPTIONS:='-Dfile.encoding=iso-8859-1'
|
||||
|
||||
all: build-smack
|
||||
|
||||
# Can not use 'build' as target name, because there is a
|
||||
# directory called build
|
||||
build-smack:
|
||||
cd build && ant
|
||||
|
||||
clean:
|
||||
cd build && ant clean
|
||||
|
||||
unit-test:
|
||||
cd build && ant test-unit
|
||||
|
||||
integration-test:
|
||||
cd build && ant test
|
||||
|
||||
javadoc:
|
||||
cd build && ant javadoc
|
||||
|
||||
eclipse: .settings .classpath .project
|
||||
|
||||
.settings:
|
||||
ln -s build/eclipse/settings .settings
|
||||
|
||||
.classpath:
|
||||
ln -s build/eclipse/classpath .classpath
|
||||
|
||||
.project:
|
||||
ln -s build/eclipse/project .project
|
Loading…
Add table
Add a link
Reference in a new issue