File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ JVM CVS
2
+
3
+ JVM/source
4
+ the oberon sources for the JVM
5
+ JVM/classpath
6
+ the java sources for building the java API
7
+
8
+
9
+ Using JVM/classpath
10
+
11
+ The Java APIs have been modified for the Oberon JVM. To allow synchronization
12
+ with the GNU Classpath project we rely on CVS source management.
13
+
14
+ We only use the java/* directory of the classpath release (the one containing the java sources). oberon/* is added for our own java classes.
15
+
16
+ * Updating the API when a new classpath version is released:
17
+
18
+ 1) download the newest version from www.classpath.org
19
+ 2) unpack it: tar -xzf
20
+ 3) keep only the java directory, remove non *.java files
21
+ 4) add it to cvs:
22
+ cvs import -m "classpath X.XX" JVM/classpath classpath classpath-X-XX
23
+ 5) merge
24
+ cvs checkout -jclasspath:yesterday -jclasspath JVM/classpath
25
+ 6) controll changed classes
26
+ 7) rebuild
You can’t perform that action at this time.
0 commit comments