Kaynağa Gözat

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
tags/7.1.8
John Ahlroos 10 yıl önce
ebeveyn
işleme
878c2bd464
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5
    1
      liferay/build.xml

+ 5
- 1
liferay/build.xml Dosyayı Görüntüle

@@ -69,4 +69,8 @@
<antcall target="common.clean" />
</target>

</project>
<target name="checkstyle" />

<target name="test" depends="checkstyle" />

</project>

Loading…
İptal
Kaydet