Changeset 1067


Ignore:
Timestamp:
05/15/16 23:01:45 (8 years ago)
Author:
davidb
Message:

Now set to launch the Apollo main method so music functionality also inclulded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1014 r1067  
    125125                <jar destfile="${dist.dir.exp}/${dist.filename.exp}" manifest="${manifest.path.exp}">
    126126                        <manifest>
    127                                 <attribute name="Main-Class" value="org.expeditee.gui.Browser"/>
     127                                <attribute name="Main-Class" value="org.apollo.ApolloSystem"/>
    128128                                <attribute name="Class-Path" value="."/>
    129129                        </manifest>
     
    136136                <jar destfile="${dist.dir.exp}/${dist.filename.exp}" filesetmanifest="mergewithoutmain">
    137137                        <manifest>
    138                                 <attribute name="Main-Class" value="org.expeditee.gui.Browser"/>
     138                                <attribute name="Main-Class" value="org.apollo.ApolloSystem"/>
    139139                                <attribute name="Class-Path" value="."/>
    140140                        </manifest>
     
    155155
    156156        <target name="run">
    157                 <java classname="org.expeditee.gui.Browser" failonerror="true" fork="yes">
     157                <java classname="org.apollo.ApolloSystem" failonerror="true" fork="yes">
    158158                        <classpath>
    159159                                <path refid="classpath.exp"/>
     
    168168
    169169        <target name="run-fresh">
    170                 <java classname="org.expeditee.gui.Browser" failonerror="true" fork="yes">
     170                <java classname="org.apollo.ApolloSystem" failonerror="true" fork="yes">
    171171                        <classpath refid="classpath.exp"/>
    172172                        <classpath>
Note: See TracChangeset for help on using the changeset viewer.