summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/.packaging
blob: 756c5b8746bc5448b1f4878753d06d3da940b1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>