Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37538588
en ru br
ALT Linux repos
S:217.21-alt1_3jpp11

Group :: Development/Java
RPM: trilead-ssh2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

<project name="trilead" default="dist" basedir=".">
<!-- set global properties for this build -->
<property name="src" location="src"/>
<property name="build" location="build"/>
<property name="dist" location="dist"/>

<target name="init">
<tstamp/>
<mkdir dir="${build}"/>
</target>

<target name="compile" depends="init"
description="compile the source " >
<javac srcdir="${src}" destdir="${build}"/>
</target>

<target name="dist" depends="compile"
description="generate the distribution" >
<mkdir dir="${dist}/lib"/>
<jar jarfile="${dist}/lib/trilead-ssh2.jar" basedir="${build}"/>
</target>
</project>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin