Changeset 665

Show
Ignore:
Timestamp:
11/08/06 23:12:13 (4 years ago)
Author:
michi
Message:

product branding for 0.1

Location:
jupefeature
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • jupefeature/build.xml

    r512 r665  
    5858                        <param name="feature.base" value="${feature.temp.folder}"/> 
    5959                </antcall> 
    60                 <jar destfile="${feature.destination}/org.jupe.plugin_0.0.8.jar" basedir="${feature.temp.folder}/features/org.jupe.plugin_0.0.8"/> 
     60                <jar destfile="${feature.destination}/org.jupe.plugin_0.1.0.jar" basedir="${feature.temp.folder}/features/org.jupe.plugin_0.1.0"/> 
    6161                <delete dir="${feature.temp.folder}"/> 
    6262        </target> 
    6363 
    6464        <target name="gather.bin.parts" depends="init" if="feature.base"> 
    65                 <mkdir dir="${feature.base}/features/org.jupe.plugin_0.0.8"/> 
     65                <mkdir dir="${feature.base}/features/org.jupe.plugin_0.1.0"/> 
    6666                <antcall target="children"> 
    6767                        <param name="destination.temp.folder" value="${feature.base}/plugins"/> 
    6868                        <param name="target" value="gather.bin.parts"/> 
    6969                </antcall> 
    70                 <copy todir="${feature.base}/features/org.jupe.plugin_0.0.8" failonerror="true" overwrite="false"> 
     70                <copy todir="${feature.base}/features/org.jupe.plugin_0.1.0" failonerror="true" overwrite="false"> 
    7171                        <fileset dir="${basedir}" includes="feature.xml"                        /> 
    7272                </copy> 
    73                 <eclipse.idReplacer featureFilePath="${feature.base}/features/org.jupe.plugin_0.0.8/feature.xml"  selfVersion="0.0.8" featureIds="" pluginIds="org.jupe.plugin,0.0.8,"/> 
     73                <eclipse.idReplacer featureFilePath="${feature.base}/features/org.jupe.plugin_0.1.0/feature.xml"  selfVersion="0.1.0" featureIds="" pluginIds="org.jupe.plugin,0.1.0,"/> 
    7474                <antcall target="rootFiles${os}_${ws}_${arch}"/> 
    7575        </target> 
     
    9191                        <param name="os" value="*"/> 
    9292                </antcall> 
    93                 <zip destfile="${feature.destination}/org.jupe.plugin_0.0.8.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/> 
     93                <zip destfile="${feature.destination}/org.jupe.plugin_0.1.0.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/> 
    9494                <delete dir="${feature.temp.folder}"/> 
    9595        </target> 
     
    9999                <mkdir dir="${feature.temp.folder}"/> 
    100100                <antcall target="all.children"> 
    101                         <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0.0.8/src"/> 
     101                        <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0.1.0/src"/> 
    102102                        <param name="include.children" value="true"/> 
    103103                        <param name="target" value="gather.sources"/> 
    104104                </antcall> 
    105                 <zip destfile="${feature.destination}/org.jupe.plugin_0.0.8.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> 
     105                <zip destfile="${feature.destination}/org.jupe.plugin_0.1.0.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> 
    106106                <delete dir="${feature.temp.folder}"/> 
    107107        </target> 
     
    115115                        <param name="target" value="gather.logs"/> 
    116116                </antcall> 
    117                 <zip destfile="${feature.destination}/org.jupe.plugin_0.0.8.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> 
     117                <zip destfile="${feature.destination}/org.jupe.plugin_0.1.0.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> 
    118118                <delete dir="${feature.temp.folder}"/> 
    119119        </target> 
    120120 
    121121        <target name="clean" depends="init" description="Clean the feature: org.jupe.plugin of all the zips, jars and logs created."> 
    122                 <delete file="${feature.destination}/org.jupe.plugin_0.0.8.jar"/> 
    123                 <delete file="${feature.destination}/org.jupe.plugin_0.0.8.bin.dist.zip"/> 
    124                 <delete file="${feature.destination}/org.jupe.plugin_0.0.8.log.zip"/> 
    125                 <delete file="${feature.destination}/org.jupe.plugin_0.0.8.src.zip"/> 
     122                <delete file="${feature.destination}/org.jupe.plugin_0.1.0.jar"/> 
     123                <delete file="${feature.destination}/org.jupe.plugin_0.1.0.bin.dist.zip"/> 
     124                <delete file="${feature.destination}/org.jupe.plugin_0.1.0.log.zip"/> 
     125                <delete file="${feature.destination}/org.jupe.plugin_0.1.0.src.zip"/> 
    126126                <delete dir="${feature.temp.folder}"/> 
    127127                <antcall target="all.children"> 
     
    139139        <target name="gather.sources"> 
    140140                <antcall target="children"> 
    141                         <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0.0.8/src"/> 
     141                        <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.jupe.plugin.source_0.1.0/src"/> 
    142142                        <param name="target" value="gather.sources"/> 
    143143                </antcall> 
  • jupefeature/feature.xml

    r511 r665  
    33      id="org.jupe.plugin" 
    44      label="Jupe Feature" 
    5       version="0.0.8" 
     5      version="0.1" 
    66      provider-name="Jupe Group" 
    77      plugin="org.jupe.plugin">