Project

General

Profile

« Previous | Next » 

Revision b44de733

Added by Markus Döring almost 17 years ago

moved cdmLibraryPlugin project to cdmlib folder

View differences:

.gitattributes
1 1
* text=auto !eol
2
cdmLibraryPlugin/.classpath -text
3
cdmLibraryPlugin/.project -text
4
cdmLibraryPlugin/META-INF/MANIFEST.MF -text
5
cdmLibraryPlugin/antlr-2.7.6.jar -text
6
cdmLibraryPlugin/asm-attrs.jar -text
7
cdmLibraryPlugin/asm.jar -text
8
cdmLibraryPlugin/build.properties -text
9
cdmLibraryPlugin/build_ant.xml -text
10
cdmLibraryPlugin/cdmLibrary.jar -text
11
cdmLibraryPlugin/cglib-2.1.3.jar -text
12
cdmLibraryPlugin/commons-collections-2.1.1.jar -text
13
cdmLibraryPlugin/commons-logging-1.0.4.jar -text
14
cdmLibraryPlugin/dist/plugins/eu.etaxonomy.cdmLibrary_1.0.0.jar -text
15
cdmLibraryPlugin/dom4j-1.6.1.jar -text
16
cdmLibraryPlugin/ehcache-1.2.3.jar -text
17
cdmLibraryPlugin/ejb3-persistence.jar -text
18
cdmLibraryPlugin/hibernate-annotations.jar -text
19
cdmLibraryPlugin/hibernate-commons-annotations.jar -text
20
cdmLibraryPlugin/hibernate-validator.jar -text
21
cdmLibraryPlugin/hibernate3.jar -text
22
cdmLibraryPlugin/hsqldb.jar -text
23
cdmLibraryPlugin/javassist.jar -text
24
cdmLibraryPlugin/jaxb-api.jar -text
25
cdmLibraryPlugin/jaxb-impl-2.0-sources.jar -text
26
cdmLibraryPlugin/jaxb-impl-2.0.jar -text
27
cdmLibraryPlugin/jdbc2_0-stdext.jar -text
28
cdmLibraryPlugin/jta.jar -text
29
cdmLibraryPlugin/junit-4.4.jar -text
30
cdmLibraryPlugin/log4j-1.2.14.jar -text
31
cdmLibraryPlugin/mysql-connector-java-3.1.14-bin.jar -text
32
cdmLibraryPlugin/plugin.xml -text
33
cdmLibraryPlugin/spring-aspects.jar -text
34
cdmLibraryPlugin/spring.jar -text
35
cdmLibraryPlugin/xercesImpl.jar -text
36
cdmLibraryPlugin/xml-apis.jar -text
2 37
docs/layers.graffle -text
cdmLibraryPlugin/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry exported="true" kind="lib" path="antlr-2.7.6.jar"/>
4
	<classpathentry exported="true" kind="lib" path="asm-attrs.jar"/>
5
	<classpathentry exported="true" kind="lib" path="asm.jar"/>
6
	<classpathentry exported="true" kind="lib" path="cglib-2.1.3.jar"/>
7
	<classpathentry exported="true" kind="lib" path="commons-collections-2.1.1.jar"/>
8
	<classpathentry exported="true" kind="lib" path="commons-logging-1.0.4.jar"/>
9
	<classpathentry exported="true" kind="lib" path="dom4j-1.6.1.jar"/>
10
	<classpathentry exported="true" kind="lib" path="ehcache-1.2.3.jar"/>
11
	<classpathentry exported="true" kind="lib" path="ejb3-persistence.jar"/>
12
	<classpathentry exported="true" kind="lib" path="hibernate-annotations.jar"/>
13
	<classpathentry exported="true" kind="lib" path="hibernate-commons-annotations.jar"/>
14
	<classpathentry exported="true" kind="lib" path="hibernate-validator.jar"/>
15
	<classpathentry exported="true" kind="lib" path="hibernate3.jar"/>
16
	<classpathentry exported="true" kind="lib" path="javassist.jar"/>
17
	<classpathentry exported="true" kind="lib" path="jdbc2_0-stdext.jar"/>
18
	<classpathentry exported="true" kind="lib" path="jta.jar"/>
19
	<classpathentry exported="true" kind="lib" path="junit-4.4.jar"/>
20
	<classpathentry exported="true" kind="lib" path="log4j-1.2.14.jar"/>
21
	<classpathentry exported="true" kind="lib" path="mysql-connector-java-3.1.14-bin.jar"/>
22
	<classpathentry exported="true" kind="lib" path="spring.jar"/>
23
	<classpathentry exported="true" kind="lib" path="xml-apis.jar"/>
24
	<classpathentry exported="true" kind="lib" path="cdmLibrary.jar" sourcepath="/edit_cdm/src"/>
25
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
26
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
27
	<classpathentry kind="lib" path="hsqldb.jar"/>
28
	<classpathentry kind="lib" path="jaxb-api.jar"/>
29
	<classpathentry kind="lib" path="jaxb-impl-2.0.jar"/>
30
	<classpathentry kind="lib" path="jaxb-impl-2.0-sources.jar"/>
31
	<classpathentry kind="lib" path="spring-aspects.jar"/>
32
	<classpathentry kind="lib" path="xercesImpl.jar"/>
33
	<classpathentry kind="output" path="bin"/>
34
</classpath>
cdmLibraryPlugin/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>eu.etaxonomy.cdmLibrary</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
		<buildCommand>
14
			<name>org.eclipse.pde.ManifestBuilder</name>
15
			<arguments>
16
			</arguments>
17
		</buildCommand>
18
		<buildCommand>
19
			<name>org.eclipse.pde.SchemaBuilder</name>
20
			<arguments>
21
			</arguments>
22
		</buildCommand>
23
	</buildSpec>
24
	<natures>
25
		<nature>org.eclipse.pde.PluginNature</nature>
26
		<nature>org.eclipse.jdt.core.javanature</nature>
27
	</natures>
28
</projectDescription>
cdmLibraryPlugin/META-INF/MANIFEST.MF
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Name: CdmLibrary Plug-in
4
Bundle-SymbolicName: eu.etaxonomy.cdmLibrary
5
Bundle-Version: 1.0.0
6
Bundle-ClassPath: antlr-2.7.6.jar,
7
 asm-attrs.jar,
8
 asm.jar,
9
 cglib-2.1.3.jar,
10
 commons-collections-2.1.1.jar,
11
 commons-logging-1.0.4.jar,
12
 dom4j-1.6.1.jar,
13
 ehcache-1.2.3.jar,
14
 ejb3-persistence.jar,
15
 hibernate-annotations.jar,
16
 hibernate-commons-annotations.jar,
17
 hibernate-validator.jar,
18
 hibernate3.jar,
19
 javassist.jar,
20
 jdbc2_0-stdext.jar,
21
 jta.jar,
22
 junit-4.4.jar,
23
 log4j-1.2.14.jar,
24
 mysql-connector-java-3.1.14-bin.jar,
25
 spring.jar,
26
 xml-apis.jar,
27
 xercesImpl.jar,
28
 cdmLibrary.jar,
29
 hsqldb.jar,
30
 jaxb-api.jar,
31
 jaxb-impl-2.0.jar,
32
 jaxb-impl-2.0-sources.jar,
33
 spring-aspects.jar
34
Bundle-Vendor: EDIT
35
Export-Package: eu.etaxonomy.cdm.api.application;uses:="eu.etaxonomy.cdm.api.service,org.springframework.context.support",
36
 eu.etaxonomy.cdm.api.service;
37
  uses:="eu.etaxonomy.cdm.persistence.dao,
38
   org.apache.log4j,
39
   eu.etaxonomy.cdm.model.name,
40
   org.springframework.context,
41
   eu.etaxonomy.cdm.model.agent",
42
 eu.etaxonomy.cdm.control;uses:="org.apache.log4j",
43
 eu.etaxonomy.cdm.model.agent;uses:="org.apache.log4j,eu.etaxonomy.cdm.model.common",
44
 eu.etaxonomy.cdm.model.common;uses:="org.apache.log4j",
45
 eu.etaxonomy.cdm.model.name;
46
  uses:="org.apache.log4j,
47
   eu.etaxonomy.cdm.model.specimen,
48
   eu.etaxonomy.cdm.model.publication,
49
   eu.etaxonomy.cdm.strategy,
50
   eu.etaxonomy.cdm.model.agent,
51
   eu.etaxonomy.cdm.model.common",
52
 eu.etaxonomy.cdm.model.publication;uses:="org.apache.log4j,eu.etaxonomy.cdm.model.agent,eu.etaxonomy.cdm.model.common",
53
 eu.etaxonomy.cdm.model.specimen;uses:="org.apache.log4j,eu.etaxonomy.cdm.model.agent,eu.etaxonomy.cdm.model.common",
54
 eu.etaxonomy.cdm.model.taxon;
55
  uses:="org.apache.log4j,
56
   eu.etaxonomy.cdm.model.name,
57
   eu.etaxonomy.cdm.model.publication,
58
   eu.etaxonomy.cdm.model.common",
59
 eu.etaxonomy.cdm.model.view;uses:="org.apache.log4j",
60
 eu.etaxonomy.cdm.persistence.dao;uses:="org.apache.log4j,org.springframework.orm.hibernate3.support,eu.etaxonomy.cdm.model.name",
61
 junit.extensions;uses:="junit.framework",
62
 junit.framework;uses:="org.junit.runner.manipulation,org.junit.runner,org.junit.runner.notification",
63
 junit.runner;uses:="junit.framework",
64
 junit.textui;uses:="junit.framework,junit.runner",
65
 org.apache.log4j;uses:="org.apache.log4j.helpers,org.apache.log4j.or,org.apache.log4j.spi",
66
 org.apache.log4j.chainsaw;
67
  uses:="org.apache.log4j,
68
   javax.swing,
69
   javax.swing.table,
70
   org.apache.log4j.spi,
71
   javax.swing.event,
72
   org.xml.sax.helpers,
73
   org.xml.sax",
74
 org.apache.log4j.config;uses:="org.apache.log4j",
75
 org.apache.log4j.helpers;uses:="org.apache.log4j,org.apache.log4j.spi",
76
 org.apache.log4j.jdbc;uses:="org.apache.log4j,org.apache.log4j.spi",
77
 org.apache.log4j.jmx;uses:="org.apache.log4j,org.apache.log4j.spi,javax.management",
78
 org.apache.log4j.lf5;uses:="org.apache.log4j.lf5.viewer,org.apache.log4j,org.apache.log4j.spi",
79
 org.apache.log4j.lf5.util;uses:="org.apache.log4j.lf5.viewer,org.apache.log4j.lf5",
80
 org.apache.log4j.lf5.viewer;
81
  uses:="org.apache.log4j.lf5.util,
82
   org.apache.log4j.lf5.viewer.categoryexplorer,
83
   org.apache.log4j.lf5,
84
   javax.swing,
85
   javax.swing.table,
86
   javax.swing.event,
87
   org.apache.log4j.lf5.viewer.configure",
88
 org.apache.log4j.lf5.viewer.categoryexplorer;
89
  uses:="org.apache.log4j.lf5,
90
   javax.swing.tree,
91
   javax.swing,
92
   javax.swing.table,
93
   javax.swing.event",
94
 org.apache.log4j.lf5.viewer.configure;uses:="org.apache.log4j.lf5.viewer,javax.swing.tree,org.w3c.dom",
95
 org.apache.log4j.net;
96
  uses:="javax.naming,
97
   org.apache.log4j.helpers,
98
   org.apache.log4j,
99
   javax.jms,
100
   javax.mail.internet,
101
   org.apache.log4j.spi,
102
   javax.mail",
103
 org.apache.log4j.nt;uses:="org.apache.log4j,org.apache.log4j.spi",
104
 org.apache.log4j.or;uses:="org.apache.log4j.spi",
105
 org.apache.log4j.or.jms;uses:="org.apache.log4j.or",
106
 org.apache.log4j.or.sax;uses:="org.apache.log4j.or",
107
 org.apache.log4j.spi;uses:="org.apache.log4j,org.apache.log4j.or",
108
 org.apache.log4j.varia;uses:="org.apache.log4j,org.apache.log4j.spi",
109
 org.apache.log4j.xml;
110
  uses:="org.apache.log4j.config,
111
   org.apache.log4j.helpers,
112
   org.apache.log4j,
113
   javax.xml.parsers,
114
   org.apache.log4j.spi,
115
   org.w3c.dom,
116
   org.xml.sax",
117
 org.junit;uses:="org.hamcrest",
118
 org.junit.experimental.results;uses:="org.junit.runner,org.hamcrest",
119
 org.junit.experimental.theories;uses:="org.junit.internal.runners,new org.junit.experimental.theories",
120
 org.junit.experimental.theories.internal;uses:="org.junit.experimental.theories,org.junit.internal.runners",
121
 org.junit.experimental.theories.suppliers;uses:="org.junit.experimental.theories",
122
 org.junit.internal;uses:="org.junit.runner,org.junit.runner.notification",
123
 org.junit.internal.requests;uses:="org.junit.runner.manipulation,org.junit.runner,org.junit.runner.notification",
124
 org.junit.internal.runners;
125
  uses:="org.junit.runner.manipulation,
126
   junit.framework,
127
   org.junit.runner,
128
   org.junit.runner.notification,
129
   new org.junit.internal.runners",
130
 org.junit.matchers;uses:="org.hamcrest",
131
 org.junit.runner;uses:="org.junit.runner.manipulation,junit.framework,org.junit.runner.notification",
132
 org.junit.runner.manipulation;uses:="org.junit.runner",
133
 org.junit.runner.notification;uses:="org.junit.runner",
134
 org.junit.runners;uses:="junit.framework,org.junit.internal.runners,org.junit.runner.notification"
cdmLibraryPlugin/build.properties
1
bin.includes = META-INF/,\
2
               antlr-2.7.6.jar,\
3
               asm-attrs.jar,\
4
               asm.jar,\
5
               cglib-2.1.3.jar,\
6
               commons-collections-2.1.1.jar,\
7
               commons-logging-1.0.4.jar,\
8
               dom4j-1.6.1.jar,\
9
               ehcache-1.2.3.jar,\
10
               ejb3-persistence.jar,\
11
               hibernate-annotations.jar,\
12
               hibernate-commons-annotations.jar,\
13
               hibernate-validator.jar,\
14
               hibernate3.jar,\
15
               javassist.jar,\
16
               jdbc2_0-stdext.jar,\
17
               jta.jar,\
18
               junit-4.4.jar,\
19
               log4j-1.2.14.jar,\
20
               mysql-connector-java-3.1.14-bin.jar,\
21
               spring.jar,\
22
               xml-apis.jar,\
23
               cdmLibrary.jar,\
24
               plugin.xml,\
25
               xerces-2.6.2.jar,\
26
               xerces-2.9.0.jar,\
27
               hsqldb.jar,\
28
               jaxb-api.jar,\
29
               jaxb-impl-2.0.jar,\
30
               jaxb-impl-2.0-sources.jar,\
31
               spring-aspects.jar
cdmLibraryPlugin/build_ant.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project default="plugin_export" name="build">
3
	<target name="plugin_export">
4
		<pde.exportPlugins destination="P:\eclipse\europaWS\eu.etaxonomy.cdmLibrary\dist" 
5
			exportSource="false" 
6
			exportType="directory" 
7
			plugins="eu.etaxonomy.cdmLibrary" 
8
			qualifier="200708170038" 
9
			useJARFormat="true"/>
10
	</target>
11
</project>
cdmLibraryPlugin/plugin.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.2"?>
3
<plugin>
4

  
5
</plugin>
docs/layers.graffle
29 29
	<integer>5</integer>
30 30
	<key>GraphicsList</key>
31 31
	<array>
32
		<dict>
33
			<key>Class</key>
34
			<string>Group</string>
35
			<key>Graphics</key>
36
			<array>
37
				<dict>
38
					<key>Bounds</key>
39
					<string>{{445.02, 172.8}, {24.378, 13.064}}</string>
40
					<key>Class</key>
41
					<string>ShapedGraphic</string>
42
					<key>FontInfo</key>
43
					<dict>
44
						<key>Font</key>
45
						<string>Helvetica-Oblique</string>
46
						<key>Size</key>
47
						<real>10</real>
48
					</dict>
49
					<key>ID</key>
50
					<integer>55</integer>
51
					<key>Shape</key>
52
					<string>Rectangle</string>
53
					<key>Style</key>
54
					<dict>
55
						<key>shadow</key>
56
						<dict>
57
							<key>Draws</key>
58
							<string>NO</string>
59
						</dict>
60
						<key>stroke</key>
61
						<dict>
62
							<key>Color</key>
63
							<dict>
64
								<key>b</key>
65
								<string>0.255435</string>
66
								<key>g</key>
67
								<string>0.255435</string>
68
								<key>r</key>
69
								<string>0.255435</string>
70
							</dict>
71
							<key>Draws</key>
72
							<string>NO</string>
73
							<key>Width</key>
74
							<real>0.25</real>
75
						</dict>
76
					</dict>
77
				</dict>
78
				<dict>
79
					<key>Bounds</key>
80
					<string>{{417.758, 124.528}, {78.782, 26.2974}}</string>
81
					<key>Class</key>
82
					<string>ShapedGraphic</string>
83
					<key>FontInfo</key>
84
					<dict>
85
						<key>Font</key>
86
						<string>Helvetica-Oblique</string>
87
						<key>Size</key>
88
						<real>10</real>
89
					</dict>
90
					<key>ID</key>
91
					<integer>56</integer>
92
					<key>Rotation</key>
93
					<real>270</real>
94
					<key>Shape</key>
95
					<string>Bezier</string>
96
					<key>ShapeData</key>
97
					<dict>
98
						<key>UnitPoints</key>
99
						<array>
100
							<string>{0.5, -0.0434523}</string>
101
							<string>{0.500001, -0.0434537}</string>
102
							<string>{-0.5, 0.5}</string>
103
							<string>{-0.5, 0.5}</string>
104
							<string>{-0.5, 0.5}</string>
105
							<string>{-0.5, -0.5}</string>
106
							<string>{-0.5, -0.5}</string>
107
							<string>{-0.5, -0.5}</string>
108
							<string>{-0.5, -0.5}</string>
109
							<string>{-0.5, -0.5}</string>
110
							<string>{-0.5, -0.5}</string>
111
							<string>{-0.5, -0.5}</string>
112
							<string>{-0.5, -0.5}</string>
113
							<string>{-0.5, -0.5}</string>
114
							<string>{0.500001, -0.0434523}</string>
115
						</array>
116
					</dict>
117
					<key>Style</key>
118
					<dict>
119
						<key>stroke</key>
120
						<dict>
121
							<key>Color</key>
122
							<dict>
123
								<key>b</key>
124
								<string>0.255435</string>
125
								<key>g</key>
126
								<string>0.255435</string>
127
								<key>r</key>
128
								<string>0.255435</string>
129
							</dict>
130
							<key>Pattern</key>
131
							<integer>24</integer>
132
						</dict>
133
					</dict>
134
					<key>TextRotation</key>
135
					<real>90</real>
136
				</dict>
137
				<dict>
138
					<key>Bounds</key>
139
					<string>{{444.149, 175.623}, {26, 224.377}}</string>
140
					<key>Class</key>
141
					<string>ShapedGraphic</string>
142
					<key>FontInfo</key>
143
					<dict>
144
						<key>Font</key>
145
						<string>Helvetica</string>
146
						<key>Size</key>
147
						<real>9</real>
148
					</dict>
149
					<key>ID</key>
150
					<integer>57</integer>
151
					<key>Shape</key>
152
					<string>Rectangle</string>
153
					<key>Style</key>
154
					<dict>
155
						<key>fill</key>
156
						<dict>
157
							<key>FillType</key>
158
							<integer>2</integer>
159
							<key>GradientAngle</key>
160
							<real>90</real>
161
							<key>GradientColor</key>
162
							<dict>
163
								<key>b</key>
164
								<string>0.86413</string>
165
								<key>g</key>
166
								<string>0.86413</string>
167
								<key>r</key>
168
								<string>0.86413</string>
169
							</dict>
170
							<key>MiddleFraction</key>
171
							<real>0.420634925365448</real>
172
						</dict>
173
						<key>stroke</key>
174
						<dict>
175
							<key>Color</key>
176
							<dict>
177
								<key>b</key>
178
								<string>0.255435</string>
179
								<key>g</key>
180
								<string>0.255435</string>
181
								<key>r</key>
182
								<string>0.255435</string>
183
							</dict>
184
							<key>Pattern</key>
185
							<integer>24</integer>
186
						</dict>
187
					</dict>
188
					<key>Text</key>
189
					<dict>
190
						<key>Text</key>
191
						<string>{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
192
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Oblique;}
193
{\colortbl;\red255\green255\blue255;}
194
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
195

  
196
\f0\i\fs24 \cf0 Spring Framework}</string>
197
					</dict>
198
					<key>TextRotation</key>
199
					<real>270</real>
200
					<key>Wrap</key>
201
					<string>NO</string>
202
				</dict>
203
			</array>
204
			<key>ID</key>
205
			<integer>54</integer>
206
		</dict>
207
		<dict>
208
			<key>Class</key>
209
			<string>Group</string>
210
			<key>Graphics</key>
211
			<array>
212
				<dict>
213
					<key>Class</key>
214
					<string>LineGraphic</string>
215
					<key>FontInfo</key>
216
					<dict>
217
						<key>Font</key>
218
						<string>Helvetica-Oblique</string>
219
						<key>Size</key>
220
						<real>10</real>
221
					</dict>
222
					<key>ID</key>
223
					<integer>35</integer>
224
					<key>Points</key>
225
					<array>
226
						<string>{247.582, 193.778}</string>
227
						<string>{247.923, 159}</string>
228
					</array>
229
					<key>Style</key>
230
					<dict>
231
						<key>shadow</key>
232
						<dict>
233
							<key>Fuzziness</key>
234
							<real>1.7220070362091064</real>
235
						</dict>
236
						<key>stroke</key>
237
						<dict>
238
							<key>Color</key>
239
							<dict>
240
								<key>b</key>
241
								<string>0.5</string>
242
								<key>g</key>
243
								<string>0.5</string>
244
								<key>r</key>
245
								<string>0.5</string>
246
							</dict>
247
							<key>HeadArrow</key>
248
							<string>0</string>
249
							<key>TailArrow</key>
250
							<string>FilledArrow</string>
251
						</dict>
252
					</dict>
253
				</dict>
254
				<dict>
255
					<key>Class</key>
256
					<string>LineGraphic</string>
257
					<key>FontInfo</key>
258
					<dict>
259
						<key>Font</key>
260
						<string>Helvetica-Oblique</string>
261
						<key>Size</key>
262
						<real>10</real>
263
					</dict>
264
					<key>ID</key>
265
					<integer>36</integer>
266
					<key>Points</key>
267
					<array>
268
						<string>{239.582, 189.778}</string>
269
						<string>{239.923, 155}</string>
270
					</array>
271
					<key>Style</key>
272
					<dict>
273
						<key>shadow</key>
274
						<dict>
275
							<key>Fuzziness</key>
276
							<real>1.7220070362091064</real>
277
						</dict>
278
						<key>stroke</key>
279
						<dict>
280
							<key>Color</key>
281
							<dict>
282
								<key>b</key>
283
								<string>0.5</string>
284
								<key>g</key>
285
								<string>0.5</string>
286
								<key>r</key>
287
								<string>0.5</string>
288
							</dict>
289
							<key>HeadArrow</key>
290
							<string>FilledArrow</string>
291
							<key>TailArrow</key>
292
							<string>0</string>
293
						</dict>
294
					</dict>
295
				</dict>
296
			</array>
297
			<key>ID</key>
298
			<integer>34</integer>
299
		</dict>
300
		<dict>
301
			<key>Class</key>
302
			<string>Group</string>
303
			<key>Graphics</key>
304
			<array>
305
				<dict>
306
					<key>Class</key>
307
					<string>LineGraphic</string>
308
					<key>FontInfo</key>
309
					<dict>
310
						<key>Font</key>
311
						<string>Helvetica-Oblique</string>
312
						<key>Size</key>
313
						<real>10</real>
314
					</dict>
315
					<key>ID</key>
316
					<integer>32</integer>
317
					<key>Points</key>
318
					<array>
319
						<string>{319.582, 193.778}</string>
320
						<string>{319.923, 159}</string>
321
					</array>
322
					<key>Style</key>
323
					<dict>
324
						<key>shadow</key>
325
						<dict>
326
							<key>Fuzziness</key>
327
							<real>1.7220070362091064</real>
328
						</dict>
329
						<key>stroke</key>
330
						<dict>
331
							<key>Color</key>
332
							<dict>
333
								<key>b</key>
334
								<string>0.5</string>
335
								<key>g</key>
336
								<string>0.5</string>
337
								<key>r</key>
338
								<string>0.5</string>
339
							</dict>
340
							<key>HeadArrow</key>
341
							<string>0</string>
342
							<key>TailArrow</key>
343
							<string>FilledArrow</string>
344
						</dict>
345
					</dict>
346
				</dict>
347
				<dict>
348
					<key>Class</key>
349
					<string>LineGraphic</string>
350
					<key>FontInfo</key>
351
					<dict>
352
						<key>Font</key>
353
						<string>Helvetica-Oblique</string>
354
						<key>Size</key>
355
						<real>10</real>
356
					</dict>
357
					<key>ID</key>
358
					<integer>33</integer>
359
					<key>Points</key>
360
					<array>
361
						<string>{311.582, 189.778}</string>
362
						<string>{311.923, 155}</string>
363
					</array>
364
					<key>Style</key>
365
					<dict>
366
						<key>shadow</key>
367
						<dict>
368
							<key>Fuzziness</key>
369
							<real>1.7220070362091064</real>
370
						</dict>
371
						<key>stroke</key>
372
						<dict>
373
							<key>Color</key>
374
							<dict>
375
								<key>b</key>
376
								<string>0.5</string>
377
								<key>g</key>
378
								<string>0.5</string>
379
								<key>r</key>
380
								<string>0.5</string>
381
							</dict>
382
							<key>HeadArrow</key>
383
							<string>FilledArrow</string>
384
							<key>TailArrow</key>
385
							<string>0</string>
386
						</dict>
387
					</dict>
388
				</dict>
389
			</array>
390
			<key>ID</key>
391
			<integer>31</integer>
392
		</dict>
393
		<dict>
394
			<key>Class</key>
395
			<string>Group</string>
396
			<key>Graphics</key>
397
			<array>
398
				<dict>
399
					<key>Class</key>
400
					<string>LineGraphic</string>
401
					<key>FontInfo</key>
402
					<dict>
403
						<key>Font</key>
404
						<string>Helvetica-Oblique</string>
405
						<key>Size</key>
406
						<real>10</real>
407
					</dict>
408
					<key>ID</key>
409
					<integer>29</integer>
410
					<key>Points</key>
411
					<array>
412
						<string>{393.043, 193.778}</string>
413
						<string>{393.384, 159}</string>
414
					</array>
415
					<key>Style</key>
416
					<dict>
417
						<key>shadow</key>
418
						<dict>
419
							<key>Fuzziness</key>
420
							<real>1.7220070362091064</real>
421
						</dict>
422
						<key>stroke</key>
423
						<dict>
424
							<key>Color</key>
425
							<dict>
426
								<key>b</key>
427
								<string>0.5</string>
428
								<key>g</key>
429
								<string>0.5</string>
430
								<key>r</key>
431
								<string>0.5</string>
432
							</dict>
433
							<key>HeadArrow</key>
434
							<string>0</string>
435
							<key>TailArrow</key>
436
							<string>FilledArrow</string>
437
						</dict>
438
					</dict>
439
				</dict>
440
				<dict>
441
					<key>Class</key>
442
					<string>LineGraphic</string>
443
					<key>FontInfo</key>
444
					<dict>
445
						<key>Font</key>
446
						<string>Helvetica-Oblique</string>
447
						<key>Size</key>
448
						<real>10</real>
449
					</dict>
450
					<key>ID</key>
451
					<integer>30</integer>
452
					<key>Points</key>
453
					<array>
454
						<string>{385.043, 189.778}</string>
455
						<string>{385.384, 155}</string>
456
					</array>
457
					<key>Style</key>
458
					<dict>
459
						<key>shadow</key>
460
						<dict>
461
							<key>Fuzziness</key>
462
							<real>1.7220070362091064</real>
463
						</dict>
464
						<key>stroke</key>
465
						<dict>
466
							<key>Color</key>
467
							<dict>
468
								<key>b</key>
469
								<string>0.5</string>
470
								<key>g</key>
471
								<string>0.5</string>
472
								<key>r</key>
473
								<string>0.5</string>
474
							</dict>
475
							<key>HeadArrow</key>
476
							<string>FilledArrow</string>
477
							<key>TailArrow</key>
478
							<string>0</string>
479
						</dict>
480
					</dict>
481
				</dict>
482
			</array>
483
			<key>ID</key>
484
			<integer>28</integer>
485
		</dict>
486
		<dict>
487
			<key>Bounds</key>
488
			<string>{{362.543, 100}, {54, 54}}</string>
489
			<key>Class</key>
490
			<string>ShapedGraphic</string>
491
			<key>FontInfo</key>
492
			<dict>
493
				<key>Font</key>
494
				<string>Helvetica</string>
495
				<key>Size</key>
496
				<real>6</real>
497
			</dict>
498
			<key>ID</key>
499
			<integer>18</integer>
500
			<key>Magnets</key>
501
			<array>
502
				<string>{0, 1}</string>
503
				<string>{0, -1}</string>
504
				<string>{1, 0}</string>
505
				<string>{-1, 0}</string>
506
			</array>
507
			<key>Shape</key>
508
			<string>Circle</string>
509
			<key>Text</key>
510
			<dict>
511
				<key>Text</key>
512
				<string>{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
513
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
514
{\colortbl;\red255\green255\blue255;}
515
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
516

  
517
\f0\fs18 \cf0 ?}</string>
518
			</dict>
519
		</dict>
520
		<dict>
521
			<key>Bounds</key>
522
			<string>{{289.543, 100}, {54, 54}}</string>
523
			<key>Class</key>
524
			<string>ShapedGraphic</string>
525
			<key>FontInfo</key>
526
			<dict>
527
				<key>Font</key>
528
				<string>Helvetica</string>
529
				<key>Size</key>
530
				<real>6</real>
531
			</dict>
532
			<key>ID</key>
533
			<integer>17</integer>
534
			<key>Shape</key>
535
			<string>Circle</string>
536
			<key>Text</key>
537
			<dict>
538
				<key>Text</key>
539
				<string>{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
540
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
541
{\colortbl;\red255\green255\blue255;}
542
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
543

  
544
\f0\fs18 \cf0 Data Transfer Objects}</string>
545
			</dict>
546
		</dict>
547
		<dict>
548
			<key>Bounds</key>
549
			<string>{{217.091, 100}, {54, 54}}</string>
550
			<key>Class</key>
551
			<string>ShapedGraphic</string>
552
			<key>FontInfo</key>
553
			<dict>
554
				<key>Font</key>
555
				<string>Helvetica</string>
556
				<key>Size</key>
557
				<real>6</real>
558
			</dict>
559
			<key>ID</key>
560
			<integer>16</integer>
561
			<key>Shape</key>
562
			<string>Circle</string>
563
			<key>Text</key>
564
			<dict>
565
				<key>Text</key>
566
				<string>{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
567
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
568
{\colortbl;\red255\green255\blue255;}
569
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
570

  
571
\f0\fs18 \cf0 Domain\
572
POJOs}</string>
573
			</dict>
574
		</dict>
32 575
		<dict>
33 576
			<key>Bounds</key>
34 577
			<string>{{355.116, 194}, {69.9147, 28}}</string>
......
39 582
				<key>Font</key>
40 583
				<string>Helvetica</string>
41 584
				<key>Size</key>
42
				<real>12</real>
585
				<real>9</real>
43 586
			</dict>
44 587
			<key>ID</key>
45 588
			<integer>14</integer>
589
			<key>Magnets</key>
590
			<array>
591
				<string>{0, 1}</string>
592
				<string>{0, -1}</string>
593
				<string>{1, 0}</string>
594
				<string>{-1, 0}</string>
595
			</array>
46 596
			<key>Shape</key>
47 597
			<string>Rectangle</string>
48 598
			<key>Style</key>
......
86 636
				<key>Font</key>
87 637
				<string>Helvetica</string>
88 638
				<key>Size</key>
89
				<real>12</real>
639
				<real>9</real>
90 640
			</dict>
91 641
			<key>ID</key>
92 642
			<integer>13</integer>
......
133 683
				<key>Font</key>
134 684
				<string>Helvetica</string>
135 685
				<key>Size</key>
136
				<real>12</real>
686
				<real>9</real>
137 687
			</dict>
138 688
			<key>ID</key>
139 689
			<integer>12</integer>
......
175 725
			<string>{{251.067, 279}, {116.933, 36}}</string>
176 726
			<key>Class</key>
177 727
			<string>ShapedGraphic</string>
728
			<key>FontInfo</key>
729
			<dict>
730
				<key>Font</key>
731
				<string>Helvetica-Oblique</string>
732
				<key>Size</key>
733
				<real>10</real>
734
			</dict>
178 735
			<key>ID</key>
179 736
			<integer>11</integer>
180 737
			<key>Shape</key>
......
210 767
			<string>{{264.534, 257}, {90, 24}}</string>
211 768
			<key>Class</key>
212 769
			<string>ShapedGraphic</string>
213
			<key>ID</key>
214
			<integer>3</integer>
215
			<key>Shape</key>
216
			<string>Rectangle</string>
217
			<key>Style</key>
218
			<dict>
219
				<key>stroke</key>
220
				<dict>
221
					<key>Pattern</key>
222
					<integer>1</integer>
223
				</dict>
224
			</dict>
225
			<key>Text</key>
226
			<dict>
227
				<key>Text</key>
228
				<string>{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
229
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
230
{\colortbl;\red255\green255\blue255;}
231
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
232

  
233
\f0\fs24 \cf0 Marshalling}</string>
234
			</dict>
235
		</dict>
236
		<dict>
237
			<key>Bounds</key>
238
			<string>{{167, 194}, {26, 236}}</string>
239
			<key>Class</key>
240
			<string>ShapedGraphic</string>
241 770
			<key>FontInfo</key>
242 771
			<dict>
243 772
				<key>Font</key>
244
				<string>Helvetica</string>
773
				<string>Helvetica-Oblique</string>
245 774
				<key>Size</key>
246
				<real>12</real>
775
				<real>10</real>
247 776
			</dict>
248 777
			<key>ID</key>
249
			<integer>1</integer>
778
			<integer>3</integer>
250 779
			<key>Shape</key>
251 780
			<string>Rectangle</string>
252 781
			<key>Style</key>
......
254 783
				<key>stroke</key>
255 784
				<dict>
256 785
					<key>Pattern</key>
257
					<integer>24</integer>
786
					<integer>1</integer>
258 787
				</dict>
259 788
			</dict>
260 789
			<key>Text</key>
261 790
			<dict>
262 791
				<key>Text</key>
263 792
				<string>{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
264
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Oblique;}
793
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
265 794
{\colortbl;\red255\green255\blue255;}
266 795
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
267 796

  
268
\f0\i\fs24 \cf0 Spring Framework}</string>
797
\f0\fs24 \cf0 Marshalling}</string>
269 798
			</dict>
270
			<key>TextRotation</key>
271
			<real>270</real>
272
			<key>Wrap</key>
273
			<string>NO</string>
274 799
		</dict>
275 800
		<dict>
276 801
			<key>Bounds</key>
......
295 820
				<key>Font</key>
296 821
				<string>Helvetica-Oblique</string>
297 822
				<key>Size</key>
298
				<real>10</real>
823
				<real>7</real>
299 824
			</dict>
300 825
			<key>ID</key>
301 826
			<integer>9</integer>
......
355 880
				<key>Font</key>
356 881
				<string>Helvetica-Oblique</string>
357 882
				<key>Size</key>
358
				<real>10</real>
883
				<real>7</real>
359 884
			</dict>
360 885
			<key>ID</key>
361 886
			<integer>8</integer>
......
402 927
				<key>Font</key>
403 928
				<string>Helvetica</string>
404 929
				<key>Size</key>
405
				<real>12</real>
930
				<real>9</real>
406 931
			</dict>
407 932
			<key>ID</key>
408 933
			<integer>7</integer>
......
437 962
				<key>Font</key>
438 963
				<string>Helvetica</string>
439 964
				<key>Size</key>
440
				<real>12</real>
965
				<real>9</real>
441 966
			</dict>
442 967
			<key>ID</key>
443 968
			<integer>6</integer>
......
472 997
				<key>Font</key>
473 998
				<string>Helvetica</string>
474 999
				<key>Size</key>
475
				<real>12</real>
1000
				<real>9</real>
476 1001
			</dict>
477 1002
			<key>ID</key>
478 1003
			<integer>5</integer>
......
507 1032
				<key>Font</key>
508 1033
				<string>Helvetica</string>
509 1034
				<key>Size</key>
510
				<real>12</real>
1035
				<real>9</real>
511 1036
			</dict>
512 1037
			<key>ID</key>
513 1038
			<integer>4</integer>
......
522 1047
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
523 1048

  
524 1049
\f0\fs24 \cf0 \
1050
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
525 1051

  
526
\f1\b Persistence layer\
1052
\f1\b \cf0 Persistence layer\
1053
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
527 1054

  
528
\f0\b0 \
1055
\f0\b0 \cf0 \
529 1056
\
530 1057
\
531 1058
\
......
544 1071
				<key>Font</key>
545 1072
				<string>Helvetica</string>
546 1073
				<key>Size</key>
547
				<real>12</real>
1074
				<real>9</real>
548 1075
			</dict>
549 1076
			<key>ID</key>
550 1077
			<integer>2</integer>
......
561 1088
\f0\b\fs24 \cf0 \
562 1089
\
563 1090
Service layer\
1091
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
564 1092

  
565
\f1\b0 \
1093
\f1\b0 \cf0 \
566 1094
}</string>
567 1095
			</dict>
568 1096
		</dict>
......
666 1194
		</dict>
667 1195
	</array>
668 1196
	<key>ModificationDate</key>
669
	<string>2007-09-11 15:25:41 +0200</string>
1197
	<string>2007-09-13 16:20:35 +0200</string>
670 1198
	<key>Modifier</key>
671 1199
	<string>Markus Döring</string>
672 1200
	<key>NotesVisible</key>
......
738 1266
		<key>FitInWindow</key>
739 1267
		<false/>
740 1268
		<key>Frame</key>
741
		<string>{{18, 15}, {584, 933}}</string>
1269
		<string>{{18, 40}, {584, 706}}</string>
742 1270
		<key>ShowRuler</key>
743 1271
		<false/>
744 1272
		<key>ShowStatusBar</key>
745 1273
		<true/>
746 1274
		<key>VisibleRegion</key>
747
		<string>{{0, 0}, {569, 819}}</string>
1275
		<string>{{0, 0}, {569, 592}}</string>
748 1276
		<key>Zoom</key>
749 1277
		<string>1</string>
750 1278
	</dict>

Also available in: Unified diff