diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/.packaging')
| -rw-r--r-- | Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/.packaging | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/.packaging b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/.packaging new file mode 100644 index 0000000..756c5b8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/.packaging @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<configurations>
+<archive destination="" exploded="false" name="MasteringEJB.ejb3" used="true">
+<folder excludes="**/container/*Servlet.class" includes="**/container/*, **/interfaces/*, **/entity/**/*" location="bin" name="bin" prefix="" project="" projectLocation="bin" used="true"/>
+<file location="SupportFiles/persistence.xml" name="persistence.xml" prefix="META-INF" project="" projectLocation="SupportFiles/persistence.xml" used="true"/>
+</archive>
+<archive destination="" exploded="false" name="MasteringEJB.war" used="true">
+<file location="SupportFiles/web.xml" name="web.xml" prefix="WEB-INF" project="" projectLocation="SupportFiles/web.xml" used="true"/>
+<folder excludes="" includes="**/container/*Servlet.class" location="bin" name="bin" prefix="WEB-INF/classes" project="" projectLocation="bin" used="true"/>
+</archive>
+<archive destination="" exploded="false" name="PricerClient.jar" used="false">
+<file location="SupportFiles/PricerClient/MANIFEST.MF" name="MANIFEST.MF" prefix="META-INF" project="" projectLocation="SupportFiles/PricerClient/MANIFEST.MF" used="true"/>
+<folder excludes="" includes="**/PricerClient.class,**/interfaces/*" location="bin" name="bin" prefix="" project="" projectLocation="bin" used="true"/>
+<file location="SupportFiles/PricerClient/application-client.xml" name="application-client.xml" prefix="META-INF" project="" projectLocation="SupportFiles/PricerClient/application-client.xml" used="true"/>
+</archive>
+<archive destination="" exploded="false" name="MasteringEJB.ear" used="true">
+<file location="MasteringEJB.ejb3" name="MasteringEJB.ejb3" prefix="" project="" projectLocation="MasteringEJB.ejb3" used="true"/>
+<file location="SupportFiles/application.xml" name="application.xml" prefix="META-INF" project="" projectLocation="SupportFiles/application.xml" used="true"/>
+<file location="MasteringEJB.war" name="MasteringEJB.war" prefix="" project="" projectLocation="MasteringEJB.war" used="true"/>
+<file location="SupportFiles/sun-application.xml" name="sun-application.xml" prefix="META-INF" project="" projectLocation="SupportFiles/sun-application.xml" used="true"/>
+<file location="PricerClient.jar" name="PricerClient.jar" prefix="" project="" projectLocation="PricerClient.jar" used="false"/>
+<file location="SecurityExampleClient.jar" name="SecurityExampleClient.jar" prefix="" project="" projectLocation="SecurityExampleClient.jar" used="false"/>
+</archive>
+</configurations>
|
