Develop and Download Open Source Software

Browse CVS Repository

Contents of /mdc/BetaProject/BetaProject.jpr

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Nov 5 21:10:46 2005 UTC (18 years, 4 months ago) by takuya-o
Branch: MAIN
CVS Tags: Release0_46, Release0_45, StartNetBeans55Development, Release0_4, Release0_45RC, HEAD
Changes since 1.2: +20 -0 lines
FALESAFE: The result is not OK, it mean NG.
MOD Use ResultNotify interface.
ADD: Swing border layout. It enable to change size at address list on Dialog.

1 <?xml version = '1.0' encoding = 'UTF-8'?>
2 <jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
3 <hash n="component-versions">
4 <value n="oracle.adf.dt.migration.ProjectMigrator" v="10.1.3.0.3"/>
5 <value n="oracle.adfdt.controller.jsf.addin.JSFProjectMigrator" v="10.1.3.0.3"/>
6 <value n="oracle.adfdt.controller.struts.addin.db.ADFStrutsProjectMigrator" v="10.1.3.0.3"/>
7 <value n="oracle.adfdt.controller.struts.addin.StrutsProjectMigrator" v="10.1.3.0.2;10.1.3.0.3"/>
8 <value n="oracle.bm.commonIde.ProjectUpgrader" v="10.1.3.0.3"/>
9 <value n="oracle.ide.model.Project" v="10.1.3.0.2;10.1.3.0.3"/>
10 <value n="oracle.ide.model.ResourcePathsMigrator" v="10.1.3.0.3"/>
11 <value n="oracle.jbo.dt.jclient.migrator.JCProjectMigrator" v="10.1.3.0.3"/>
12 <value n="oracle.jbo.dt.jdevx.ui.appnav.APProjectMigrator" v="10.1.3.0.3"/>
13 <value n="oracle.jdeveloper.dbmodeler.migration.ProjectMigratorHelper" v="10.1.3.0.3"/>
14 <value n="oracle.jdeveloper.offlinedb.migration.OfflineDBProjectMigrator" v="10.1.3.0.2;10.1.3.0.3"/>
15 <value n="oracle.jdevimpl.jsp.JspMigrator" v="10.1.3.0.2;10.1.3.0.3"/>
16 <value n="oracle.jdevimpl.runner.RunConfigurationsMigrator" v="10.1.3.0.3"/>
17 <value n="oracle.jdevimpl.webservices.WebServicesMigratorHelper" v="10.1.3.0.2;10.1.3.0.3"/>
18 <value n="oracle.toplink.addin.migration.TopLinkProjectMigrator" v="10.1.3.0.3"/>
19 </hash>
20 <list n="contentSets">
21 <string v="oracle.jdeveloper.model.PathsConfiguration/javaContentSet"/>
22 <string v="oracle.jdeveloper.model.J2eeSettings/webContentSet"/>
23 <string v="oracle.bm.commonIde.data.project.ModelerProjectSettings/modelersContentSet"/>
24 <string v="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings/offlineDBContentSet"/>
25 <string v="oracle.ide.model.ResourcePaths/resourcesContentSet"/>
26 <string v="oracle.toplink.addin.TopLinkProjectSettings/toplinkContentSet"/>
27 </list>
28 <value n="defaultPackage" v="mypackage"/>
29 <hash n="oracle.adf.dt.settings.ADFMSettings">
30 <value n="metafilepackage" v="mypackage"/>
31 </hash>
32 <hash n="oracle.bm.commonIde.data.project.ModelerProjectSettings">
33 <hash n="modelersContentSet">
34 <list n="pattern-filters">
35 <string v="+**"/>
36 </list>
37 <list n="url-path">
38 <url path="model/"/>
39 </list>
40 </hash>
41 <value n="modelersVersion" v="10.13"/>
42 </hash>
43 <hash n="oracle.ide.model.ResourcePaths">
44 <hash n="resourcesContentSet">
45 <list n="pattern-filters">
46 <string v="+*"/>
47 </list>
48 <list n="url-path">
49 <url path="."/>
50 </list>
51 </hash>
52 </hash>
53 <hash n="oracle.jdeveloper.model.J2eeSettings">
54 <value n="j2eeWebAppName" v="BetaProject"/>
55 <value n="j2eeWebContextRoot" v="BetaProject"/>
56 <hash n="webContentSet">
57 <list n="url-path">
58 <url path="public_html/"/>
59 </list>
60 </hash>
61 </hash>
62 <hash n="oracle.jdeveloper.model.PathsConfiguration">
63 <hash n="javaContentSet">
64 <list n="pattern-filters">
65 <string v="+**"/>
66 </list>
67 <list n="url-path">
68 <url path="src/"/>
69 </list>
70 </hash>
71 </hash>
72 <hash n="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings">
73 <hash n="offlineDBContentSet">
74 <list n="pattern-filters">
75 <string v="+**"/>
76 </list>
77 <list n="url-path">
78 <url path="database/"/>
79 </list>
80 </hash>
81 </hash>
82 <hash n="oracle.jdeveloper.runner.RunConfigurations">
83 <hash n="runConfigurationDefinitions">
84 <hash n="Default">
85 <value n="custom" v="false"/>
86 <value n="name" v="Default"/>
87 <url n="targetURL" path="src/org/jent/checksmtp/Application.java"/>
88 <value n="VMName" v="server"/>
89 </hash>
90 </hash>
91 <list n="runConfigurationList">
92 <string v="Default"/>
93 </list>
94 </hash>
95 <hash n="oracle.jdevimpl.config.JProjectLibraries">
96 <list n="exportedReferences">
97 <hash>
98 <value n="id" v="JDeveloper Runtime"/>
99 <value n="isJDK" v="false"/>
100 </hash>
101 <hash>
102 <value n="id" v="JUnit Runtime"/>
103 <value n="isJDK" v="false"/>
104 </hash>
105 </list>
106 <hash n="jdkReference">
107 <url n="id" path="../../../system/oracle.jdeveloper.10.1.3.34.12/1.5.0_05.jdk"/>
108 <value n="isJDK" v="true"/>
109 <value n="jdkVersion" v="1.5.0_05"/>
110 </hash>
111 <list n="libraryReferences">
112 <hash>
113 <value n="id" v="JDeveloper Runtime"/>
114 <value n="isJDK" v="false"/>
115 </hash>
116 <hash>
117 <value n="id" v="JUnit Runtime"/>
118 <value n="isJDK" v="false"/>
119 </hash>
120 </list>
121 </hash>
122 <hash n="oracle.jdevimpl.config.JProjectPaths">
123 <url n="outputDirectory" path="classes/"/>
124 </hash>
125 <hash n="oracle.toplink.addin.TopLinkProjectSettings">
126 <hash n="toplinkContentSet">
127 <list n="pattern-filters">
128 <string v="+**"/>
129 </list>
130 <list n="url-path">
131 <url path="toplink/"/>
132 </list>
133 </hash>
134 </hash>
135 </jpr:project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26