[shrinkwrap-issues] [JBoss JIRA] Updated: (SHRINKDESC-39) Support removing properties from PersistenceUnitDefs

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 16 14:58:45 EDT 2011


     [ https://issues.jboss.org/browse/SHRINKDESC-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III updated SHRINKDESC-39:
-----------------------------------------

    Git Pull Request: https://github.com/shrinkwrap/descriptors/pull/15
         Description: 

   List<Property> clearProperties();

   PersistenceUnitDef property(String name, Object value);

   boolean removeProperty(Property prop);

   Property removeProperty(String name);

  was:


   List<Property> clearProperties();

   PersistenceUnitDef property(String name, Object value);

   boolean removeProperty(Property prop);

   Property removeProperty(String name);



> Support removing properties from PersistenceUnitDefs
> ----------------------------------------------------
>
>                 Key: SHRINKDESC-39
>                 URL: https://issues.jboss.org/browse/SHRINKDESC-39
>             Project: ShrinkWrap Descriptors
>          Issue Type: Feature Request
>          Components: api
>    Affects Versions: 0.1.3
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>
>    List<Property> clearProperties();
>    PersistenceUnitDef property(String name, Object value);
>    boolean removeProperty(Property prop);
>    Property removeProperty(String name);

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list