-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsync.jpr
117 lines (117 loc) · 4.72 KB
/
sync.jpr
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version = '1.0' encoding = 'UTF-8'?>
<jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
<hash n="component-versions">
<value n="oracle.adfdt.controller.jsf.addin.JSFProjectMigrator" v="10.1.3.0.4"/>
<value n="oracle.adfdt.controller.struts.addin.StrutsProjectMigrator" v="10.1.3.0.4"/>
<value n="oracle.bm.commonIde.ProjectUpgrader" v="10.1.3.0.4"/>
<value n="oracle.ide.model.Project" v="10.1.3.0.4"/>
<value n="oracle.ide.model.ResourcePathsMigrator" v="10.1.3.0.4"/>
<value n="oracle.jdeveloper.dbmodeler.migration.ProjectMigratorHelper" v="10.1.3.0.4"/>
<value n="oracle.jdeveloper.offlinedb.migration.OfflineDBProjectMigrator" v="10.1.3.0.4"/>
<value n="oracle.jdevimpl.jsp.JspMigrator" v="10.1.3.0.4"/>
<value n="oracle.jdevimpl.runner.RunConfigurationsMigrator" v="10.1.3.0.4"/>
<value n="oracle.jdevimpl.webservices.WebServicesMigratorHelper" v="10.1.3.0.4"/>
<value n="oracle.toplink.addin.migration.TopLinkProjectMigrator" v="10.1.3.0.4"/>
</hash>
<list n="contentSets">
<string v="oracle.jdeveloper.model.PathsConfiguration/javaContentSet"/>
<string v="oracle.ide.model.ResourcePaths/resourcesContentSet"/>
<string v="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings/offlineDBContentSet"/>
<string v="oracle.jdeveloper.model.J2eeSettings/webContentSet"/>
<string v="oracle.toplink.addin.TopLinkProjectSettings/toplinkContentSet"/>
<string v="oracle.bm.commonIde.data.project.ModelerProjectSettings/modelersContentSet"/>
</list>
<value n="defaultPackage" v="dma.cat.sync"/>
<hash n="oracle.bm.commonIde.data.project.ModelerProjectSettings">
<hash n="modelersContentSet">
<list n="url-path">
<url path="model/"/>
</list>
</hash>
</hash>
<hash n="oracle.ide.model.ResourcePaths">
<hash n="resourcesContentSet">
<list n="pattern-filters">
<string v="+*"/>
</list>
<list n="url-path">
<url path="."/>
</list>
</hash>
</hash>
<hash n="oracle.jdeveloper.compiler.OjcConfiguration">
<value n="internalEncoding" v="UTF-8"/>
</hash>
<hash n="oracle.jdeveloper.model.J2eeSettings">
<value n="j2eeWebAppName" v="sync-sync-webapp"/>
<value n="j2eeWebContextRoot" v="sync-sync-context-root"/>
<hash n="webContentSet">
<list n="url-path">
<url path="public_html/"/>
</list>
</hash>
</hash>
<hash n="oracle.jdeveloper.model.PathsConfiguration">
<hash n="javaContentSet">
<list n="pattern-filters">
<string v="+**"/>
</list>
<list n="url-path">
<url path="src/"/>
</list>
</hash>
</hash>
<hash n="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings">
<hash n="offlineDBContentSet">
<list n="pattern-filters">
<string v="+**"/>
</list>
<list n="url-path">
<url path="database/"/>
</list>
</hash>
</hash>
<hash n="oracle.jdeveloper.runner.RunConfigurations">
<hash n="runConfigurationDefinitions">
<hash n="Copy of Default">
<value n="custom" v="false"/>
<value n="javaOptions" v="-Xmx500M"/>
<value n="name" v="Copy of Default"/>
<hash n="oracle.jdevimpl.runner.debug.DebugConfiguration">
<value n="remoteParameter:jpdaListen:localAddress" v=""/>
</hash>
<value n="programArguments" v="e:\personal\sync \\WDMYCLOUD\Dani\sync"/>
<url n="targetURL" path="src/dma/cat/sync/MainSync.java"/>
<value n="VMName" v="client"/>
</hash>
<hash n="Default">
<value n="custom" v="false"/>
<value n="javaOptions" v="-Xmx500M"/>
<value n="name" v="Default"/>
<hash n="oracle.jdevimpl.runner.debug.DebugConfiguration">
<value n="remoteParameter:jpdaListen:localAddress" v=""/>
</hash>
<value n="programArguments" v="test.in test.out"/>
<url n="targetURL" path="src/dma/cat/sync/MainSync.java"/>
<value n="VMName" v="client"/>
</hash>
</hash>
<list n="runConfigurationList">
<string v="Copy of Default"/>
<string v="Default"/>
</list>
</hash>
<hash n="oracle.jdevimpl.config.JProjectPaths">
<url n="outputDirectory" path="classes/"/>
</hash>
<hash n="oracle.toplink.addin.TopLinkProjectSettings">
<hash n="toplinkContentSet">
<list n="pattern-filters">
<string v="+**"/>
</list>
<list n="url-path">
<url path="toplink/"/>
</list>
</hash>
</hash>
</jpr:project>