-
Story
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
None
Currently windup does not add story points for weblogic.xml even though windup 0.7 did add 3 story points with description "Classification: Weblogic Web Application Descriptor".
Example file:
<weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd"> <container-descriptor> <prefer-web-inf-classes>true</prefer-web-inf-classes> </container-descriptor> <session-descriptor> <cookie-path>/aps</cookie-path> </session-descriptor> </weblogic-web-app>