java/HrisniciSpameri/build.xml
changeset 19 b5dd3de618cd
parent 18 1d606f50ae21
child 44 9e8b506ae909
     1.1 --- a/java/HrisniciSpameri/build.xml	Thu Feb 12 21:03:27 2009 +0100
     1.2 +++ b/java/HrisniciSpameri/build.xml	Thu Feb 12 21:17:09 2009 +0100
     1.3 @@ -91,18 +91,4 @@
     1.4          </manifest>
     1.5      </target>
     1.6  
     1.7 -    <target name="-post-dist">
     1.8 -        <manifest file="src/conf/MANIFEST.MF" mode="replace">
     1.9 -            <attribute name="Manifest-Version" value="1.0"/>
    1.10 -            <section name="Frantovo.cz">
    1.11 -                <attribute name="Kompiloval" value="..."/>
    1.12 -                <attribute name="java-version" value="..."/>
    1.13 -                <attribute name="java-vm-version" value="..."/>
    1.14 -                <attribute name="os-name" value="..."/>
    1.15 -                <attribute name="os-arch" value="..."/>
    1.16 -                <attribute name="os-version" value="..."/>
    1.17 -            </section>
    1.18 -        </manifest>
    1.19 -    </target>
    1.20 -
    1.21  </project>