1
0
Fridrich Strba 2022-05-13 09:42:19 +00:00 committed by Git OBS Bridge
parent 3e8693949b
commit c6c5f6471e
2 changed files with 6 additions and 1 deletions

View File

@ -77,7 +77,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:41:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Fix build with modello 2.0.0
-------------------------------------------------------------------
Mon Mar 14 06:23:46 UTC 2022 - Fridrich Strba <fstrba@suse.com>