Skip to content

Commit 0cc8746

Browse files
Finish fixing header names and documentation links
Conflicts: components/common/src/loci/common/services/OMENotesService.java components/formats-bsd/src/loci/formats/ResourceNamer.java docs/sphinx/developers/xsd-fu.txt license/loci-legacy/license.txt
1 parent 1cf7420 commit 0cc8746

File tree

354 files changed

+392
-498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+392
-498
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ FindBugs Ant task
192192
JGoodies Forms
193193
JAR file: forms-1.3.0.jar
194194
URL: http://www.jgoodies.com/freeware/forms/index.html
195-
Notes: used for layout by SciFIO, Data Browser and OME Notes
195+
Notes: used for layout by Data Browser and OME Notes
196196
License: BSD
197197
198198
ImageJ
@@ -297,7 +297,7 @@ Apache XML-RPC
297297
<target name="dist" description="OME hook: build and publish Bio-Formats dist">
298298
<ant target="tools"/>
299299
<ant target="tools-ome"/>
300-
<ant target="jar-scifio-tests"/>
300+
<ant target="jar-formats-bsd-tests"/>
301301
<ant antfile="ome.xml" inheritRefs="false" inheritAll="false"/>
302302
</target>
303303

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
checkstyle.xml
33
4-
Checkstyle configuration file for use with SciFIO.
4+
Checkstyle configuration file.
55
Run "ant style" to check for source code style deviations.
66
-->
77

components/bio-formats-tools/src/loci/formats/tools/ImageConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* OME SCIFIO package for reading and converting scientific file formats.
3+
* OME Bio-Formats command line tools.
44
* %%
55
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
66
* - Board of Regents of the University of Wisconsin-Madison

components/bio-formats-tools/src/loci/formats/tools/ImageFaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* OME SCIFIO package for reading and converting scientific file formats.
3+
* OME Bio-Formats command line tools.
44
* %%
55
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
66
* - Board of Regents of the University of Wisconsin-Madison

components/bio-formats-tools/src/loci/formats/tools/ImageInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* OME SCIFIO package for reading and converting scientific file formats.
3+
* OME Bio-Formats command line tools.
44
* %%
55
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
66
* - Board of Regents of the University of Wisconsin-Madison

components/bundles/ome-tools/assembly.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
<dependencySet>
1212
<excludes>
1313
<!-- exclude things included in loci_tools.jar -->
14-
<exclude>ome:bio-formats</exclude>
1514
<exclude>ome:loci_plugins</exclude>
1615
<exclude>ome:ome-xml</exclude>
1716
<exclude>ome:common</exclude>
18-
<exclude>ome:scifio</exclude>
17+
<exclude>ome:formats-api</exclude>
18+
<exclude>ome:formats-bsd</exclude>
19+
<exclude>ome:formats-gpl</exclude>
1920
<exclude>ome:lwf-stubs</exclude>
2021
<exclude>gov.nih.imagej:imagej</exclude>
2122
<exclude>com.esotericsoftware.kryo:kryo</exclude>

components/common/build.properties

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,4 @@ component.runtime-cp = ${component.classpath}:\
3131
${lib.dir}/logback-core-${logback.version}.jar:\
3232
${lib.dir}/slf4j-api-${slf4j.version}.jar
3333

34-
# Used by TestNG suite that tests the absence of class from poi-loci.jar
35-
component.cp.no-poi = ${artifact.dir}/scifio.jar:\
36-
${lib.dir}/forms-1.3.0.jar:\
37-
${lib.dir}/logback-classic-${logback.version}.jar:\
38-
${lib.dir}/logback-core-${logback.version}.jar:\
39-
${lib.dir}/slf4j-api-${slf4j.version}.jar:\
40-
${lib.dir}/testng-6.8.jar
41-
42-
# Used by TestNG suite that tests the absence of class from netcdf-4.0.jar
43-
component.cp.no-netcdf = ${artifact.dir}/scifio.jar:\
44-
${lib.dir}/forms-1.3.0.jar:\
45-
${lib.dir}/logback-classic-${logback.version}.jar:\
46-
${lib.dir}/logback-core-${logback.version}.jar:\
47-
${lib.dir}/slf4j-api-${slf4j.version}.jar:\
48-
${lib.dir}/testng-6.8.jar
49-
5034
testng.xml.template = ${test.dir}/loci/common/utests/testng-template.xml

components/common/src/loci/common/services/AbstractService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
3+
* Common package for I/O and related utilities
44
* %%
55
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
66
* - Board of Regents of the University of Wisconsin-Madison

components/common/src/loci/common/services/DependencyException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
3+
* Common package for I/O and related utilities
44
* %%
55
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
66
* - Board of Regents of the University of Wisconsin-Madison

components/common/src/loci/common/services/OMENotesService.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)