LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Sat Sep 16 17:24:31 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/09 16:17:24

    Modified: jop/java/target/src/jdk/java/lang System.java
    Log:
    added dummy getProperty()


    Revision Changes Path
    1.6 jop/java/target/src/jdk/java/lang/System.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/jdk/java/lang/System.java.diff?r1=1.5&r2=1.6

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: System.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/jdk/java/lang/System.java,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -b -r1.5 -r1.6
    --- System.java 19 Aug 2006 18:40:17 -0000 1.5
    +++ System.java 16 Sep 2006 15:24:30 -0000 1.6
    @@ -87,4 +87,10 @@
    }


    + public static String getProperty(String nm) {
    + // TODO Auto-generated method stub
    + return null;
    + }
    +
    +
    }



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.