Ignore:
Timestamp:
Mar 20, 2012, 2:58:13 PM (12 years ago)
Author:
fmguler
Message:

Refs #7 - Removed explicit platform specification on build. Changed platform to default. Relying on javac target.

Used to set the active platform explicitly to JDK 1.4, but we're in the year 2012! This should not be a problem anymore. At most the user will have run time link problems on Java 1.4, which is easily recoverable (if we accidentally use latest java features). Also I have started to think that even if Java 1.4 happens to be supported, we can use retroweaver for that. Maybe we should update minimum java version to 1.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fmgVen/nbproject/genfiles.properties

    r37 r38  
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 
    6 nbproject/build-impl.xml.data.CRC32=31e5c25b 
    7 nbproject/build-impl.xml.script.CRC32=74d9d881 
    8 nbproject/build-impl.xml.stylesheet.CRC32=fcddb364@1.50.1.46 
     6nbproject/build-impl.xml.data.CRC32=6b84a8b1 
     7nbproject/build-impl.xml.script.CRC32=84e2f99a 
     8nbproject/build-impl.xml.stylesheet.CRC32=fcddb364@1.50.2.46 
Note: See TracChangeset for help on using the changeset viewer.