-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.deploy
102 lines (102 loc) · 4.21 KB
/
deploy.deploy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version = '1.0' encoding = 'UTF-8'?>
<web-app-deployment nselem="web-app-deployment" class="oracle.jdeveloper.deploy.war.WarProfile" xmlns="http://xmlns.oracle.com/jdeveloper/101303/deploy/j2ee-war">
<appletArchiveName/>
<appletArchives>
<archives/>
<selectionMode>0</selectionMode>
</appletArchives>
<appletDeployedAsArchive>false</appletDeployedAsArchive>
<appletDeployment>false</appletDeployment>
<appletFiles>
<autoInclude>true</autoInclude>
<deploySourceAs>0</deploySourceAs>
<files/>
<selectionFilters>
<Item>oracle.jdevimpl.deploy.common.JavaSelectionFilter</Item>
</selectionFilters>
</appletFiles>
<appletLocation/>
<archiveOptions>
<additionalManifests/>
<compressed>false</compressed>
<hasManifest>false</hasManifest>
<mainClass/>
</archiveOptions>
<contextRoot>pdfreport</contextRoot>
<defaultConnection class="java.lang.String"/>
<deployClientMaxHeapSize/>
<earURL protocol="file" path="/D:/eco_pdfreport/PDFReportServerPonte.ear"/>
<enterpriseAppName>pdfreport</enterpriseAppName>
<fileGroups>
<groups>
<Item class="oracle.jdeveloper.deploy.common.PackagingFileGroup" internalName="web-files">
<contributors>
<Item type="5"/>
<Item type="2"/>
<Item type="7"/>
</contributors>
<displayName>Web Files</displayName>
<filters>
<rules>
<Item type="1" pattern="_PDFMultiReportPage.class"/>
<Item type="1" pattern="_PDFReportPage.class"/>
<Item type="1" pattern="**.svn"/>
<Item type="1" pattern="**/CVS/"/>
<Item type="1" pattern="**.cdi"/>
<Item type="1" pattern="**.contrib"/>
<Item type="1" pattern="**.keep"/>
<Item type="1" pattern="**.rvi"/>
<Item type="1" pattern=".jsps/"/>
<Item type="1" pattern=".tags/"/>
<Item type="1" pattern=".dtags/"/>
<Item type="1" pattern="**/*.jht"/>
<Item type="1" pattern="**/*.jjt"/>
<Item type="1" pattern="**/*.jxt"/>
<Item type="0" pattern="**"/>
</rules>
</filters>
<targetWithinJar/>
</Item>
<Item class="oracle.jdeveloper.deploy.common.PackagingFileGroup" internalName="project-output">
<contributors>
<Item type="7"/>
<Item type="2"/>
</contributors>
<displayName>WEB-INF/classes</displayName>
<filters>
<rules>
<Item type="1" pattern="**/CVS/"/>
<Item type="1" pattern="**.cdi"/>
<Item type="1" pattern="**.contrib"/>
<Item type="1" pattern="**.keep"/>
<Item type="1" pattern="**.rvi"/>
<Item type="1" pattern=".jsps/"/>
<Item type="1" pattern=".tags/"/>
<Item type="1" pattern=".dtags/"/>
<Item type="1" pattern="**/*.jht"/>
<Item type="1" pattern="**/*.jjt"/>
<Item type="1" pattern="**/*.jxt"/>
<Item type="0" pattern="**"/>
</rules>
</filters>
<targetWithinJar>WEB-INF/classes</targetWithinJar>
</Item>
<Item class="oracle.jdeveloper.deploy.common.LibraryFileGroup" internalName="libraries">
<displayName>WEB-INF/lib</displayName>
<filters>
<rules>
<Item type="0" pattern="**"/>
</rules>
</filters>
<selectedLibraries>
<Item class="java.lang.String">Oracle JDBC</Item>
</selectedLibraries>
<selectionMode>0</selectionMode>
<targetWithinJar>WEB-INF/lib</targetWithinJar>
</Item>
</groups>
</fileGroups>
<jarURL protocol="file" path="/D:/eco_pdfreport/PDFReportServerPonte.war"/>
<profileDeps/>
<properties/>
</web-app-deployment>