Quellcode durchsuchen

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 vor 10 Jahren
Ursprung
Commit
878c2bd464
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5
    1
      liferay/build.xml

+ 5
- 1
liferay/build.xml Datei anzeigen

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

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

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

</project>

Laden…
Abbrechen
Speichern