Changeset 3763 for trunk/build.xml


Ignore:
Timestamp:
Sep 21, 2007, 2:35:48 PM (16 years ago)
Author:
Martin Svensson
Message:

References #364, Added instructions how to make ant put base-plugins.xml and base-configurations.xml
in the plugin jar-file when building an external plugin.
Also updated the examples about this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r3738 r3763  
    605605      jarfile="${jar}/ExamplePlugins.jar"
    606606      manifest="${exampledir}/MANIFEST.MF"
    607     />
     607    >
     608      <metainf file="${exampledir}/base-plugins.xml"></metainf>
     609          <metainf file="${exampledir}/base-configurations.xml"></metainf>
     610    </jar>
    608611  </target>
    609612
Note: See TracChangeset for help on using the changeset viewer.