Changeset 3963 in josm


Ignore:
Timestamp:
Mar 8, 2011 11:10:16 AM (2 years ago)
Author:
bastiK
Message:

netbeans project: add images from jmapviewer + some details

Location:
trunk/netbeans
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/netbeans

    • Property svn:ignore
      •  

        old new  
        11build 
        22dist 
         3.josm-local 
  • trunk/netbeans/nbbuild.xml

    r3931 r3963  
    7575    <target name="-post-compile"> 
    7676    <!-- create the REVISION file to be included in the distribution --> 
    77                 <exec append="false" output="REVISION.XML" executable="svn" failifexecutionfails="false"> 
     77                <exec append="false" output="REVISION.XML" executable="svn" dir=".." failifexecutionfails="false"> 
    7878                        <env key="LANG" value="C"/> 
    7979                        <arg value="info"/> 
  • trunk/netbeans/nbproject/project.properties

    r3931 r3963  
    3333file.reference.metadata-extractor-2.3.1-nosun.jar=../lib/metadata-extractor-2.3.1-nosun.jar 
    3434file.reference.signpost-core-1.2.1.1.jar=../lib/signpost-core-1.2.1.1.jar 
    35 includes=images/**,org/**/*.java,data/**,styles/**,LICENSE,README,CONTRIBUTION 
     35includes=org/**/*.java,images/**,org/openstreetmap/gui/**/*.png,data/**,styles/**,LICENSE,README,CONTRIBUTION,gpl-2.0.txt,gpl-3.0.txt 
    3636jar.archive.disabled=${jnlp.enabled} 
    3737jar.compress=false 
     
    8484    ${javac.test.classpath}:\ 
    8585    ${build.test.classes.dir} 
    86 source.encoding=ISO-8859-15 
     86source.encoding=UTF-8 
    8787src.core.dir=${file.reference.core} 
    8888src.dir=${file.reference.core-src} 
Note: See TracChangeset for help on using the changeset viewer.