Revision 6524,
1001 bytes
checked in by melissa, 9 years ago
(diff) |
Merged r6521 and a bunch of ImageJ plugin changes to 4.2.
|
Line | |
---|
1 | # |
---|
2 | # build.properties |
---|
3 | # |
---|
4 | |
---|
5 | # Ant properties file for LOCI Plugins. |
---|
6 | # Download Apache Ant from http://ant.apache.org/. |
---|
7 | # Type "ant -p" for a list of targets. |
---|
8 | |
---|
9 | component.name = loci_plugins |
---|
10 | component.jar = loci_plugins.jar |
---|
11 | component.version = 4.1.1 |
---|
12 | component.classpath = ${artifact.dir}/bio-formats.jar:\ |
---|
13 | ${artifact.dir}/loci-common.jar:\ |
---|
14 | ${artifact.dir}/ome-xml.jar:\ |
---|
15 | ${lib.dir}/forms-1.3.0.jar:\ |
---|
16 | ${lib.dir}/ij.jar:\ |
---|
17 | ${lib.dir}/junit-4.8.2.jar:\ |
---|
18 | ${lib.dir}/log4j-1.2.15.jar |
---|
19 | component.java-version = 1.5 |
---|
20 | component.deprecation = true |
---|
21 | |
---|
22 | component.resources-bin = |
---|
23 | component.resources-text = plugins.config \ |
---|
24 | loci/plugins/config/*.txt \ |
---|
25 | loci/plugins/in/*.txt |
---|
26 | |
---|
27 | component.main-class = loci.plugins.About |
---|
28 | component.runtime-cp = ${component.classpath} |
---|
Note: See
TracBrowser
for help on using the repository browser.