- Timestamp:
- 2020-03-15T19:54:10+01:00 (5 years ago)
- Location:
- trunk/ide/netbeans
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ide/netbeans/nbbuild.xml
r16064 r16139 107 107 ** Load the Netbeans properties first, which makes the values permanent. 108 108 --> 109 <target name="init-josmbase" depends="-init-project, set-josmbase-properties, josmbase.init-properties"/> 109 <target name="init-josmbase" depends="-init-project, set-josmbase-properties, josmbase.init-properties"> 110 <pathconvert property="ivy.classpath.computed" dirsep="/" pathsep=":"> 111 <path refid="runtime.path"/> 112 <map from="${basedir}${file.separator}" to=""/> 113 </pathconvert> 114 <propertyfile file="nbproject/project.properties"> 115 <entry operation="=" key="ivy.classpath" value="${ivy.classpath.computed}"/> 116 </propertyfile> 117 </target> 110 118 111 119 <target name="-pre-compile" depends="init-josmbase, josmbase.javacc"/> -
trunk/ide/netbeans/nbproject/genfiles.properties
r12943 r16139 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 6 nbproject/build-impl.xml.data.CRC32=f36994fb 7 nbproject/build-impl.xml.script.CRC32= 5e13918b8 nbproject/build-impl.xml.stylesheet.CRC32= 830a3534@1.80.1.487 nbproject/build-impl.xml.script.CRC32=250d22b4 8 nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.94.0.48 -
trunk/ide/netbeans/nbproject/private
-
Property svn:ignore
set to
private.*
-
Property svn:ignore
set to
-
trunk/ide/netbeans/nbproject/project.properties
r16095 r16139 51 51 includes=**/*.java 52 52 jar.compress=false 53 javac.classpath= 53 javac.classpath=${ivy.classpath} 54 54 # Space-separated list of extra javac options 55 55 javac.compilerargs=-Xlint:unchecked -Xlint:cast -Xlint:dep-ann -Xlint:divzero -Xlint:empty -Xlint:finally -Xlint:overrides -Xlint:static -Xlint:try -Xlint:deprecation 56 56 javac.deprecation=true 57 57 javac.external.vm=false 58 javac.modulepath= 59 javac.processormodulepath= 58 60 javac.processorpath=\ 59 61 ${javac.classpath} … … 76 78 ${file.reference.spotbugs.jar}:\ 77 79 ${file.reference.commons-testing-2.1.0.jar} 80 javac.test.modulepath=${javac.modulepath} 78 81 javac.test.processorpath=\ 79 82 ${javac.test.classpath} … … 97 100 ${javac.classpath}:\ 98 101 ${build.classes.dir} 102 run.modulepath=${javac.modulepath} 99 103 run.test.classpath=\ 100 104 ${javac.test.classpath}:\ 101 105 ${build.test.classes.dir} 106 run.test.modulepath=${javac.test.modulepath} 102 107 source.encoding=UTF-8 103 108 src.dir=${file.reference.core-src}
Note:
See TracChangeset
for help on using the changeset viewer.