Ignore:
Timestamp:
2010-10-30T11:31:42+02:00 (16 years ago)
Author:
postfix
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed_fw/build.xml

    r23895 r23913  
    4040      ** should not be necessary to change the following properties
    4141     -->
    42         <property name="josm" location="../../core/dist/josm-custom.jar" />
     42        <property name="josm" location="core/dist/josm-custom.jar" />
    4343        <property name="felix"                                  location="core/dist/felix.jar"/>
    4444        <property name="plugin.build.dir" value="build/" />
     
    104104                        </fileset>
    105105                </copy>
     106               
     107                <copy file="${felix}" todir="${plugin.build.dir}" />
     108               
    106109                <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    107110                        <!--
     
    125128                                -->
    126129                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}" />
     130                                <attribute name="Class-Path" value="bin/felix.jar"/>
    127131
    128132                        </manifest>
Note: See TracChangeset for help on using the changeset viewer.