This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository isorelax.
commit a56655cf82555954c50d6cf80c09aa6ef00964f1 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 28 09:33:00 2016 +0200 Compile the files in the org and jp directories only --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c20a096..09ba441 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ JAVADOCFLAGS=-classpath $(JAVACLASSES)/ant.jar \ JARFILE=isorelax-20041111.jar override_dh_auto_build: - $(JAVAC) $(JAVAFLAGS) `find . -name \*.java` + $(JAVAC) $(JAVAFLAGS) `find jp org -name \*.java` $(JAVADOC) -notimestamp $(JAVADOCFLAGS) -d api `find . -name \*.java` $(JAR) c `find . -name \*.class -o -name \*.rxm -o -name \*.rxg -o -name \*.dtd -o -name \*.mod -o -name \*.MF` > $(JARFILE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/isorelax.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

