change the name of the package and the jar to jdnssec-tools (from java-dnssec-tools).

add ChangeLog file (created from looking at the svn log messages).

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@77 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
David Blacka
2006-05-24 22:21:06 +00:00
parent dff0e250f6
commit ac79cc585e
2 changed files with 115 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
build.xml for SECTOOLS
===================
build.xml for jdnssec-tools
===========================
Just run Ant using Ant's scripts ("ant") to compile. Once you
have done that, a "build/classes" directory will be created
@@ -15,7 +15,7 @@
<property file="build.properties" />
<property file="VERSION" />
<property name="sectools-distname" value="java-dnssec-tools-${version}" />
<property name="sectools-distname" value="jdnssec-tools-${version}" />
<property name="build.dir" value="build" />
<property name="build.dest" value="${build.dir}/classes" />
@@ -49,7 +49,7 @@
</target>
<target name="sectools-jar" depends="usage,sectools">
<jar jarfile="${build.lib.dest}/java-dnssec-tools.jar"
<jar jarfile="${build.lib.dest}/jdnssec-tools.jar"
basedir="${build.dest}"
includes="com/verisignlabs/dnssec/" />
</target>
@@ -65,7 +65,7 @@
sourcepath="${build.src}"
destdir="${javadoc.dest}"
verbose="true" author="true"
windowtitle="java-dnssec-tools-${version}"
windowtitle="jdnssec-tools-${version}"
use="true">
<link href="http://java.sun.com/j2se/1.4.2/docs/api/" />
<link href="http://www.xbill.org/dnsjava/doc/" />