You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Tim Moloney (JIRA)" <ji...@apache.org> on 2007/03/07 09:20:24 UTC

[jira] Updated: (FELIX-247) Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers

     [ https://issues.apache.org/jira/browse/FELIX-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Moloney updated FELIX-247:
------------------------------

    Attachment: maven-bundle-plugin-ant-1.patch

This patch adds the ant goal as specified.

Although it appears to be a big patch, functionally it is very simple.

This patch
- moves most of the functionality in BundlePlugin.java to BundleProperties.java so it call be accessed by mulitple MOJOs
- moves the remaining functionality in BundlePlugin.java to PackageMojo.java for consistent naming
- adds AntMojo.java to create the build.xml and MANIFEST.MF files
- adds a slightly modified AntBuildWriter.java from maven-ant-plugin since it currently isn't extensible.


> Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers
> -------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-247
>                 URL: https://issues.apache.org/jira/browse/FELIX-247
>             Project: Felix
>          Issue Type: New Feature
>          Components: Maven Plugin
>            Reporter: Tim Moloney
>            Priority: Minor
>         Attachments: maven-bundle-plugin-ant-1.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.