-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.jpr
97 lines (97 loc) · 4.01 KB
/
project.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
<?xml version = '1.0' encoding = 'UTF-8'?>
<jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
<hash n="component-versions">
<value n="oracle.ide.model.Project" v="12.1.3.0.0"/>
<value n="oracle.ide.model.ResourcePathsMigrator" v="11.1.1.1.0"/>
<value n="oracle.ideimpl.model.TechnologyScopeUpdateMigrator" v="11.1.2.0.0.5"/>
<value n="oracle.jdeveloper.library.ProjectLibraryMigrator" v="11.1.1.1.0"/>
<value n="oracle.jdeveloper.model.OutputDirectoryMigrator" v="11.1.1.1.0"/>
<value n="oracle.jdevimpl.deploy.migrators.DeploymentMigrator" v="12.1.2.0.1"/>
</hash>
<list n="contentSets">
<string v="oracle.jdeveloper.model.J2eeSettings/webContentSet"/>
<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.mds.internal.dt.ide.MDSLibraryCustCSProvider/mdsContentSet"/>
<string v="oracle.mds.internal.dt.ide.MDSADFLibVirtualNodeCSProvider/mdsLibVirtualNodeContentSet"/>
<string v="oracle.bm.commonIde.data.project.ModelerProjectSettings/modelersContentSet"/>
<string v="oracle.toplink.workbench.addin/toplinkContentSet"/>
</list>
<value n="defaultPackage" v="com.anars.brainjuck"/>
<hash n="oracle.ide.model.TechnologyScopeConfiguration">
<list n="technologyScope">
<string v="Ant"/>
<string v="Java"/>
<string v="XML"/>
</list>
</hash>
<hash n="oracle.jdeveloper.compiler.OjcConfiguration">
<value n="internalEncoding" v="ASCII"/>
<value n="webIANAEncoding" v="US-ASCII"/>
</hash>
<hash n="oracle.jdeveloper.deploy.dt.DeploymentProfiles">
<hash n="profileDefinitions">
<hash n="BrainJuck">
<hash n="archiveOptions">
<value n="hasManifest" v="true"/>
<value n="mainClass" v="com.anars.brainjuck.Main"/>
</hash>
<hash n="fileGroups">
<list n="groups">
<hash>
<list n="contributors">
<hash>
<value n="type" v="2"/>
</hash>
<hash>
<value n="type" v="7"/>
</hash>
</list>
<value n="displayName" v="Project Output"/>
<hash n="filters">
<list n="rules">
<hash>
<value n="pattern" v="**"/>
<value n="type" v="0"/>
</hash>
</list>
</hash>
<value n="internalName" v="project-output"/>
<value n="type" v="1"/>
</hash>
</list>
</hash>
<url n="jarURL" path="release/BrainJuck.jar"/>
<value n="profileClass" v="oracle.jdeveloper.deploy.jar.ArchiveProfile"/>
<value n="profileName" v="BrainJuck"/>
</hash>
</hash>
<list n="profileList">
<string v="BrainJuck"/>
</list>
</hash>
<hash n="oracle.jdeveloper.model.PathsConfiguration">
<hash n="javaContentSet">
<list n="pattern-filters">
<string v="+**"/>
</list>
<list n="url-path">
<url path="source/"/>
</list>
</hash>
</hash>
<hash n="oracle.jdeveloper.runner.RunConfigurations">
<hash n="runConfigurationDefinitions">
<hash n="Default">
<value n="custom" v="false"/>
<value n="name" v="Default"/>
<value n="programArguments" v=""/>
<url n="targetURL" path="source/com/anars/brainjuck/Main.java"/>
</hash>
</hash>
</hash>
<hash n="oracle.jdevimpl.config.JProjectPaths">
<url n="outputDirectory" path="classes/"/>
</hash>
</jpr:project>