Fridrich Strba 2022-05-13 09:39:45 +00:00 committed by Git OBS Bridge
parent 74cf1ea5d7
commit 49e2b49605
2 changed files with 6 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<arg file="${build.mdoOutputDir}"/> <!-- output directory -->
<arg value="@{version}"/> <!-- model version -->
<arg value="false"/> <!-- package with version -->
<arg value="true"/> <!-- use Java 5 -->
<arg value="8"/> <!-- java source -->
</exec>
</sequential>
</macrodef>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 13 09:39:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Fix build with modello 2.0.0
-------------------------------------------------------------------
Mon Mar 21 04:43:53 UTC 2022 - Fridrich Strba <fstrba@suse.com>