Skip to content

Commit ec3fe6c

Browse files
committed
codebase upload 01
0 parents  commit ec3fe6c

File tree

93 files changed

+3125
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3125
-0
lines changed

Diff for: Lastenheft.odt

15 KB
Binary file not shown.

Diff for: MetaMindLearn.jar

44.3 KB
Binary file not shown.

Diff for: UseCases.odt

10 KB
Binary file not shown.

Diff for: code/.classpath

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="output" path="bin"/>
6+
</classpath>

Diff for: code/.project

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>MetaMindLearn</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+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
16+
<nature>org.eclipse.jdt.core.javanature</nature>
17+
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
18+
</natures>
19+
</projectDescription>

Diff for: code/.svn/entries

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
9
2+
3+
dir
4+
12
5+
svn+ssh://svnuser@rainsrv/store/svn/testrepo/MetaMindLearn
6+
svn+ssh://svnuser@rainsrv/store/svn/testrepo
7+
8+
9+
10+
2009-01-22T17:00:35.204262Z
11+
12
12+
rain
13+
14+
15+
svn:special svn:externals svn:needs-lock
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
d10dd7ea-6386-49f0-b2ad-c2d8e584b153
28+
29+
30+
31+
32+
33+
34+
35+
immediates
36+
37+
.classpath
38+
file
39+
40+
41+
42+
43+
2009-01-24T15:13:26.000000Z
44+
9b8154506b9055a8398c0cc323c260c6
45+
2009-01-22T16:49:52.449350Z
46+
11
47+
rain
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
226
70+
71+
.project
72+
file
73+
74+
75+
76+
77+
2009-01-24T15:13:26.000000Z
78+
ec4bce8e156ce9f486644f6df9eb5448
79+
2009-01-22T16:49:52.449350Z
80+
11
81+
rain
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
490
104+
105+
bin
106+
dir
107+
108+
dist
109+
dir
110+
111+
src
112+
dir
113+

Diff for: code/.svn/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

Diff for: code/.svn/text-base/.classpath.svn-base

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="output" path="bin"/>
6+
</classpath>

Diff for: code/.svn/text-base/.project.svn-base

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>MetaMindLearn</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+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
16+
<nature>org.eclipse.jdt.core.javanature</nature>
17+
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
18+
</natures>
19+
</projectDescription>

Diff for: code/bin/.svn/entries

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
9
2+
3+
dir
4+
12
5+
svn+ssh://svnuser@rainsrv/store/svn/testrepo/MetaMindLearn/bin
6+
svn+ssh://svnuser@rainsrv/store/svn/testrepo
7+
8+
9+
10+
2009-01-22T16:49:52.449350Z
11+
11
12+
rain
13+
14+
15+
svn:special svn:externals svn:needs-lock
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
d10dd7ea-6386-49f0-b2ad-c2d8e584b153
28+
29+
30+
31+
32+
33+
34+
0
35+

Diff for: code/bin/.svn/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

Diff for: code/bin/metamindlearn/core/GraphNode.class

297 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/core/InfoMap.class

839 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/core/InfoNode.class

4.53 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/core/InfoNodeList.class

2.47 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/core/Node.class

676 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/core/NodeHistory.class

426 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/core/NodeList.class

1.07 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/db/Load.class

339 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/ControlPanel.class

605 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/HTMLViewer.class

1.79 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/InfoMapFrame.class

1.58 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/NodeGraphFrame.class

1.02 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/NodeGraphPanel.class

2.36 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/NodeLabel$1.class

1.23 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/NodeLabel.class

2.01 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/NodePanel.class

810 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/SearchPanel$1.class

1.15 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/SearchPanel$2.class

961 Bytes
Binary file not shown.

Diff for: code/bin/metamindlearn/gui/SearchPanel.class

2.14 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/main/GlobalData.class

1.12 KB
Binary file not shown.

Diff for: code/bin/metamindlearn/main/Main.class

1.32 KB
Binary file not shown.

Diff for: code/bin/rainlib/Debug.class

500 Bytes
Binary file not shown.

Diff for: code/dist/.svn/entries

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
9
2+
3+
dir
4+
12
5+
svn+ssh://svnuser@rainsrv/store/svn/testrepo/MetaMindLearn/dist
6+
svn+ssh://svnuser@rainsrv/store/svn/testrepo
7+
8+
9+
10+
2009-01-22T17:00:35.204262Z
11+
12
12+
rain
13+
14+
15+
svn:special svn:externals svn:needs-lock
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
d10dd7ea-6386-49f0-b2ad-c2d8e584b153
28+
29+
30+
31+
32+
33+
34+
0
35+
36+
MetaMindLearn.jar
37+
file
38+
39+
40+
41+
42+
2009-01-22T17:00:40.000000Z
43+
7b9c27760f94a73800edf7334b3fcb59
44+
2009-01-22T17:00:35.204262Z
45+
12
46+
rain
47+
has-props
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
45337
69+

Diff for: code/dist/.svn/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

Diff for: code/dist/.svn/prop-base/MetaMindLearn.jar.svn-base

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
K 13
2+
svn:mime-type
3+
V 24
4+
application/octet-stream
5+
END

Diff for: code/dist/.svn/text-base/MetaMindLearn.jar.svn-base

44.3 KB
Binary file not shown.

Diff for: code/dist/MetaMindLearn.jar

44.3 KB
Binary file not shown.

Diff for: code/src/.svn/entries

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
9
2+
3+
dir
4+
12
5+
svn+ssh://svnuser@rainsrv/store/svn/testrepo/MetaMindLearn/src
6+
svn+ssh://svnuser@rainsrv/store/svn/testrepo
7+
8+
9+
10+
2009-01-22T16:49:52.449350Z
11+
11
12+
rain
13+
14+
15+
svn:special svn:externals svn:needs-lock
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
d10dd7ea-6386-49f0-b2ad-c2d8e584b153
28+
29+
30+
31+
32+
33+
34+
0
35+
36+
metamindlearn
37+
dir
38+
39+
rainlib
40+
dir
41+

Diff for: code/src/.svn/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

Diff for: code/src/metamindlearn/.svn/entries

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
9
2+
3+
dir
4+
12
5+
svn+ssh://svnuser@rainsrv/store/svn/testrepo/MetaMindLearn/src/metamindlearn
6+
svn+ssh://svnuser@rainsrv/store/svn/testrepo
7+
8+
9+
10+
2009-01-22T16:49:52.449350Z
11+
11
12+
rain
13+
14+
15+
svn:special svn:externals svn:needs-lock
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
d10dd7ea-6386-49f0-b2ad-c2d8e584b153
28+
29+
30+
31+
32+
33+
34+
0
35+
36+
core
37+
dir
38+
39+
db
40+
dir
41+
42+
gui
43+
dir
44+
45+
main
46+
dir
47+

Diff for: code/src/metamindlearn/.svn/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

0 commit comments

Comments
 (0)