Skip to content

Commit 5a067f0

Browse files
author
Joseph Kim
committed
Remove level_tag property
1 parent 07bbf0c commit 5a067f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/ant_build/build-mdt.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2018 IBM Corporation and others.
2+
Copyright (c) 2018, 2019 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,7 +10,8 @@
1010
-->
1111

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

0 commit comments

Comments
 (0)