~wattazoum/livrezmoi/projectdeposit

« back to all changes in this revision

Viewing changes to Client/build.xml

  • Committer: ouattchidi
  • Date: 2009-05-20 23:32:07 UTC
  • Revision ID: ouattchidi-20090520233207-n2g0h6ntv3uzwg2w
Get SERVER_ADRESS in the client via system.getproperty
Clean Client main class
update link for .jnlp
Move JAAS files out of the Web App
Update build file (target build server )
update Client/build file (create dir Pack)
Update Web.xml file
Remove client?properties file

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                        <available file="../Commons/target/commons.jar"/>
7
7
                </condition>
8
8
                <mkdir dir="target/classes"/>
 
9
                <mkdir dir="target/pack"/>
9
10
        </target>
10
11
        
11
12
        <target name="build-dep" depends="init" unless="commons.built">