Skip to content

Commit 9d41613

Browse files
author
Joseph Kim
committed
Revert "Remove level_tag property"
This reverts commit 5a067f0.
1 parent 5a067f0 commit 9d41613

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/ant_build/build-mdt.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2018, 2019 IBM Corporation and others.
2+
Copyright (c) 2018 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License v2.0
55
which accompanies this distribution, and is available at
@@ -10,8 +10,7 @@
1010
-->
1111

1212
<project name="mdt_build" default="generateOpenMDTUpdateSite">
13-
<!-- Obtain the property from the build definition -->
14-
<!-- property name="level_tag" value="19.01"/ -->
13+
<property name="level_tag" value="19.01"/>
1514
<property name="delegate.build.dir" location="${basedir}/../" />
1615
<property name="disable.run.executeMetatypeValidation" value="true"/>
1716
<property name="disable.run.unzipIfixReleaseZip" value="true"/>

0 commit comments

Comments
 (0)