Skip to content

Commit 34473fb

Browse files
author
ocp
committed
git-svn-id: https://www.ocp.inf.ethz.ch/svn/ocp/trunk@427 ee0346a5-954a-46bf-9309-d26f15615825
1 parent 250389b commit 34473fb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Reanimator/JAOS/README

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)