mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
30.28.2007 83951b1f48c19b7c92431cb63fee2d5c498b16e1
print a timestamp at the end of package so I know when I built
1 files modified
5 ■■■■■ changed files
opends/build.xml 5 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -914,6 +914,11 @@
           filemode="755" dirmode="755" />
    </zip>
    <property name="package.built" value="true"/>
    <!-- print a time stamp in Unix 'date' format -->
    <tstamp>
      <format property="package.built.ts" pattern="EEE MMM dd HH:mm:ss zzz yyyy" />
    </tstamp>
    <echo message="Package Built: ${package.built.ts}"/>
  </target>