Skip to content

Commit

Permalink
Basic distribution
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/rat/main/trunk@657529 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
itstechupnorth committed May 18, 2008
1 parent 2e9a911 commit c4cfe62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scan/build.xml
Expand Up @@ -21,9 +21,9 @@
<property name='vendor.name' value='Apache Software Foundation'/>
<property name='version.minor' value='0.1'/>
<property name='version.point' value=''/>
<property name='version' value='${minor.version}${version.point}'/>
<property name='version' value='${version.minor}${version.point}'/>
<property name='artifact.name' value='apache-rat-scan-incubating'/>
<mkdir dir='home.build'/>
<mkdir dir='${home.build}'/>
</sequential>
</macrodef>

Expand All @@ -49,7 +49,7 @@
depends='_setup'>
<jar
basedir="${home.src}"
destfile="${home.build}/${artifact.version}">
destfile="${home.build}/${artifact.name}-${version}.jar">
<manifest>
<attribute name="Extension-Name" value="rat-scan"/>
<attribute name="Specification-Title" value="Release Audit Tool Scan"/>
Expand All @@ -67,6 +67,6 @@
name='dist'
description=' - creates a distribution'
depends='clean, _setup'>

<antcall target='assemble'/>
</target>
</project>

0 comments on commit c4cfe62

Please sign in to comment.