chiark / gitweb /
rename com.tedpearson.ypp.market.* to net.chiark.yarrg.*
[jarrg-ian.git] / src / Jarrg.xml
index 2f77965606fd576a822a36fce938a57e47176cee..49b937f263c3a9ae47e558f65be06687f828c9b1 100644 (file)
@@ -1,7 +1,7 @@
 <project name="MarketUploader" default="all">
        <property name="src" location="."/>
        <property name="build" location="build"/>
-       <property name="rootdir" location="."/>
+       <property name="rootdir" location=".."/>
        
        <target name="all" depends="init,compile,jar,wininst" />
 
        <target name="jar" depends="compile">
                <jar jarfile="${src}/../Jarrg-ControlPanel.jar">
                        <manifest>
-                               <attribute name="Main-Class" value="com.tedpearson.ypp.market.ControlPanel"/>
+                               <attribute name="Main-Class" value="net.chiark.yarrg.ControlPanel"/>
                        </manifest>
                        <fileset dir="${build}" includes="**/ControlPanel*"/>
+                       <fileset dir="${rootdir}" includes="LICENCE" defaultexcludes="yes"/>
                </jar>
                <jar jarfile="${src}/../Jarrg-Uploader.jar">
                        <fileset dir="${src}" includes="com/sun/**" />
                        <fileset dir="${build}" includes="**/Market*.class"/>
-                       <fileset dir="${build}" includes="net/chiark/**, com/tedpearson/util/update/*.class"/>
+                       <fileset dir="${build}" includes="net/chiark/**"/>
+                       <fileset dir="${rootdir}" includes="LICENCE*" defaultexcludes="yes"/>
                </jar>
        </target>