project.properties (bd8ef897) | project.properties (2e75c5d2) |
---|---|
1# ************************************************************* 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 26 unchanged lines hidden (view full) --- 35build.test.results.dir=${build.dir}/test/results 36# Uncomment to specify the preferred debugger connection transport: 37#debug.transport=dt_socket 38debug.classpath=\ 39 ${run.classpath} 40debug.test.classpath=\ 41 ${run.test.classpath} 42# This directory is removed when the project is cleaned: | 1# ************************************************************* 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 26 unchanged lines hidden (view full) --- 35build.test.results.dir=${build.dir}/test/results 36# Uncomment to specify the preferred debugger connection transport: 37#debug.transport=dt_socket 38debug.classpath=\ 39 ${run.classpath} 40debug.test.classpath=\ 41 ${run.test.classpath} 42# This directory is removed when the project is cleaned: |
43dist.dir=dist | 43dist.dir=${JAR_OUTPUT_DIRECTORY} |
44dist.jar=${dist.dir}/ConvwatchGUIProject.jar 45dist.javadoc.dir=${dist.dir}/javadoc 46endorsed.classpath= 47excludes= 48includes=** 49jar.compress=false 50javac.classpath= 51# Space-separated list of extra javac options --- 42 unchanged lines hidden --- | 44dist.jar=${dist.dir}/ConvwatchGUIProject.jar 45dist.javadoc.dir=${dist.dir}/javadoc 46endorsed.classpath= 47excludes= 48includes=** 49jar.compress=false 50javac.classpath= 51# Space-separated list of extra javac options --- 42 unchanged lines hidden --- |