Changeset 22 for trunk/fmgVen/nbproject


Ignore:
Timestamp:
Jul 14, 2010, 10:51:10 PM (14 years ago)
Author:
fmguler
Message:

Refs #3 - The new com.fmguler.ven package is created. Project netbeans encoding is changed from windows 1254 to UTF-8. Existing Turkish source files are transformed to UTF-8. Project license is set as apache 2.0 and netbeans license template is created (which is copied from netbeans apache20 and project name is added). To install this template to netbeans, you should import the etc/license/license-ven-apache20.txt to netbeans->tools->templates ->licenses.

The new Ven class is created having the new license template. Now the translation task is to be done.

File:
1 edited

Legend:

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

    r19 r22  
     1annotation.processing.enabled=true 
     2annotation.processing.enabled.in.editor=false 
     3annotation.processing.run.all.processors=true 
    14application.args= 
    25application.title=fmgVen 
     
    2023dist.jar=${dist.dir}/fmgVen.jar 
    2124dist.javadoc.dir=${dist.dir}/javadoc 
     25endorsed.classpath= 
    2226excludes= 
    2327file.reference.spring.jar=lib/spring.jar 
     
    2933javac.compilerargs= 
    3034javac.deprecation=false 
     35javac.processorpath=\ 
     36    ${javac.classpath} 
    3137javac.source=1.4 
    3238javac.target=1.4 
     
    5864    ${javac.test.classpath}:\ 
    5965    ${build.test.classes.dir} 
     66source.encoding=UTF-8 
    6067src.dir=src 
    6168test.src.dir=test 
     69project.license=ven-apache20 
Note: See TracChangeset for help on using the changeset viewer.