source: trunk/fmgVen/nbproject/project.xml @ 38

Last change on this file since 38 was 38, checked in by fmguler, 12 years ago

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 size: 907 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://www.netbeans.org/ns/project/1">
3    <type>org.netbeans.modules.java.j2seproject</type>
4    <configuration>
5        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6            <name>fmgVen</name>
7            <minimum-ant-version>1.6.5</minimum-ant-version>
8            <source-roots>
9                <root id="src.dir"/>
10            </source-roots>
11            <test-roots>
12                <root id="test.src.dir"/>
13            </test-roots>
14        </data>
15        <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
16            <definitions>.\lib\nblibraries.properties</definitions>
17        </libraries>
18        <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
19            <config-files/>
20            <config-file-groups/>
21        </spring-data>
22    </configuration>
23</project>
Note: See TracBrowser for help on using the repository browser.