diff options
author | John Ahlroos <john@vaadin.com> | 2013-10-28 14:55:22 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-10-30 13:38:24 +0000 |
commit | 878c2bd4643c9cf08fb0ed2da8bae7f7a626ce8b (patch) | |
tree | 0e5375715f79574bfeb54ab960571ef95306a9e7 /liferay | |
parent | 12656003e98566b0d551f4460f08cc62353fd540 (diff) | |
download | vaadin-framework-878c2bd4643c9cf08fb0ed2da8bae7f7a626ce8b.tar.gz vaadin-framework-878c2bd4643c9cf08fb0ed2da8bae7f7a626ce8b.zip |
Added dummy checkstyle and test targets to liferay module
The main build is currently assuming that every submodule has
a checkstyle and a test target. Added a dummy implementation for both of
them so the build passes.
Change-Id: Iea29b25840c26a4a384ba1ce8293d9ea6f37981e
Diffstat (limited to 'liferay')
-rw-r--r-- | liferay/build.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/liferay/build.xml b/liferay/build.xml index a13cb37366..fc1d748e55 100644 --- a/liferay/build.xml +++ b/liferay/build.xml @@ -69,4 +69,8 @@ <antcall target="common.clean" /> </target> -</project>
\ No newline at end of file + <target name="checkstyle" /> + + <target name="test" depends="checkstyle" /> + +</project> |