Skip to content

Commit

Permalink
Finish fixing header names and documentation links
Browse files Browse the repository at this point in the history
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
  • Loading branch information
melissalinkert committed Feb 27, 2014
1 parent 1cf7420 commit 0cc8746
Show file tree
Hide file tree
Showing 354 changed files with 392 additions and 498 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ FindBugs Ant task
JGoodies Forms
JAR file: forms-1.3.0.jar
URL: http://www.jgoodies.com/freeware/forms/index.html
Notes: used for layout by SciFIO, Data Browser and OME Notes
Notes: used for layout by Data Browser and OME Notes
License: BSD
ImageJ
Expand Down Expand Up @@ -297,7 +297,7 @@ Apache XML-RPC
<target name="dist" description="OME hook: build and publish Bio-Formats dist">
<ant target="tools"/>
<ant target="tools-ome"/>
<ant target="jar-scifio-tests"/>
<ant target="jar-formats-bsd-tests"/>
<ant antfile="ome.xml" inheritRefs="false" inheritAll="false"/>
</target>

Expand Down
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
checkstyle.xml
Checkstyle configuration file for use with SciFIO.
Checkstyle configuration file.
Run "ant style" to check for source code style deviations.
-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* OME SCIFIO package for reading and converting scientific file formats.
* OME Bio-Formats command line tools.
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* OME SCIFIO package for reading and converting scientific file formats.
* OME Bio-Formats command line tools.
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* OME SCIFIO package for reading and converting scientific file formats.
* OME Bio-Formats command line tools.
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
5 changes: 3 additions & 2 deletions components/bundles/ome-tools/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
<dependencySet>
<excludes>
<!-- exclude things included in loci_tools.jar -->
<exclude>ome:bio-formats</exclude>
<exclude>ome:loci_plugins</exclude>
<exclude>ome:ome-xml</exclude>
<exclude>ome:common</exclude>
<exclude>ome:scifio</exclude>
<exclude>ome:formats-api</exclude>
<exclude>ome:formats-bsd</exclude>
<exclude>ome:formats-gpl</exclude>
<exclude>ome:lwf-stubs</exclude>
<exclude>gov.nih.imagej:imagej</exclude>
<exclude>com.esotericsoftware.kryo:kryo</exclude>
Expand Down
16 changes: 0 additions & 16 deletions components/common/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,4 @@ component.runtime-cp = ${component.classpath}:\
${lib.dir}/logback-core-${logback.version}.jar:\
${lib.dir}/slf4j-api-${slf4j.version}.jar

# Used by TestNG suite that tests the absence of class from poi-loci.jar
component.cp.no-poi = ${artifact.dir}/scifio.jar:\
${lib.dir}/forms-1.3.0.jar:\
${lib.dir}/logback-classic-${logback.version}.jar:\
${lib.dir}/logback-core-${logback.version}.jar:\
${lib.dir}/slf4j-api-${slf4j.version}.jar:\
${lib.dir}/testng-6.8.jar

# Used by TestNG suite that tests the absence of class from netcdf-4.0.jar
component.cp.no-netcdf = ${artifact.dir}/scifio.jar:\
${lib.dir}/forms-1.3.0.jar:\
${lib.dir}/logback-classic-${logback.version}.jar:\
${lib.dir}/logback-core-${logback.version}.jar:\
${lib.dir}/slf4j-api-${slf4j.version}.jar:\
${lib.dir}/testng-6.8.jar

testng.xml.template = ${test.dir}/loci/common/utests/testng-template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Common package for I/O and related utilities
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Common package for I/O and related utilities
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
52 changes: 0 additions & 52 deletions components/common/src/loci/common/services/OMENotesService.java

This file was deleted.

2 changes: 1 addition & 1 deletion components/common/src/loci/common/services/Service.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Common package for I/O and related utilities
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Common package for I/O and related utilities
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Common package for I/O and related utilities
* %%
* Copyright (C) 2005 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###
# #%L
# Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
# Common package for I/O and related utilities
# %%
# Copyright (C) 2005 - 2013 Open Microscopy Environment:
# - Board of Regents of the University of Wisconsin-Madison
Expand Down Expand Up @@ -38,8 +38,6 @@
# NOTE: All service classes must be fully qualified
#

# OME notes service (implementation in legacy ome-notes component)
loci.common.services.OMENotesService=loci.ome.notes.services.OMENotesServiceImpl
# OME-XML service (interface and implementation in bio-formats component)
loci.formats.services.OMEXMLService=loci.formats.services.OMEXMLServiceImpl
# POI service (interface and implementation in bio-formats component)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
2 changes: 1 addition & 1 deletion components/common/test/loci/common/utests/ReadIntTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* #%L
* Legacy layer preserving compatibility between legacy Bio-Formats and SCIFIO.
* Tests for the common I/O package.
* %%
* Copyright (C) 2008 - 2013 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
Expand Down
Loading

0 comments on commit 0cc8746

Please sign in to comment.