Skip to content

Commit

Permalink
Merge ../git-workspace/jai-imageio-core
Browse files Browse the repository at this point in the history
  • Loading branch information
stian@mygrid.org.uk committed May 4, 2010
1 parent 89b1517 commit db87ca5
Show file tree
Hide file tree
Showing 355 changed files with 134,394 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
bin
.classpath
.project
.settings
build
target
50 changes: 50 additions & 0 deletions COPYRIGHT.txt
@@ -0,0 +1,50 @@
Copyright � 2005 Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, California 95054, U.S.A. All rights reserved.

U.S. Government Rights - Commercial software. Government users are
subject to the Sun Microsystems, Inc. standard license agreement and
applicable provisions of the FAR and its supplements.

Use is subject to license terms.

This distribution may include materials developed by third parties.

Sun, Sun Microsystems, the Sun logo and Java are trademarks or
registered trademarks of Sun Microsystems, Inc. in the U.S. and
other countries.

This product is covered and controlled by U.S. Export Control laws and
may be subject to the export or import laws in other countries.
Nuclear, missile, chemical biological weapons or nuclear maritime end
uses or end users, whether direct or indirect, are strictly
prohibited. Export or reexport to countries subject to U.S. embargo or
to entities identified on U.S. export exclusion lists, including, but
not limited to, the denied persons and specially designated nationals
lists is strictly prohibited.

Copyright � 2005 Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, California 95054, Etats-Unis. Tous droits r�serv�s.

L'utilisation est soumise aux termes de la Licence.

Cette distribution peut comprendre des composants d�velopp�s par des
tierces parties.

Sun, Sun Microsystems, le logo Sun et Java sont des marques de fabrique
ou des marques d�pos�es de Sun Microsystems, Inc. aux Etats-Unis et
dans d'autres pays.

Ce produit est soumis � la l�gislation am�ricaine en mati�re de
contr�le des exportations et peut �tre soumis � la r�glementation en
vigueur dans d'autres pays dans le domaine des exportations et
importations. Les utilisations, ou utilisateurs finaux, pour des armes
nucl�aires,des missiles, des armes biologiques et chimiques ou du
nucl�aire maritime, directement ou indirectement, sont strictement
interdites. Les exportations ou r�exportations vers les pays sous
embargo am�ricain, ou vers des entit�s figurant sur les listes
d'exclusion d'exportation am�ricaines, y compris, mais de mani�re non
exhaustive, la liste de personnes qui font objet d'un ordre de ne pas
participer, d'une fa�on directe ou indirecte, aux exportations des
produits ou des services qui sont r�gis par la l�gislation am�ricaine
en mati�re de contr�le des exportations et la liste de ressortissants
sp�cifiquement d�sign�s, sont rigoureusement interdites.
35 changes: 35 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,35 @@
Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

- Redistribution of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

- Redistribution in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

Neither the name of Sun Microsystems, Inc. or the names of
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

This software is provided "AS IS," without a warranty of any
kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

You acknowledge that this software is not designed or intended for
use in the design, construction, operation or maintenance of any
nuclear facility.
59 changes: 59 additions & 0 deletions README.txt
@@ -0,0 +1,59 @@
jai-imageio-core-standalone
===========================

The source code for the jai-imageio-core project is copyrighted code that
is licensed to individuals or companies who download or otherwise
access the code.

The copyright notice for this project is in COPYRIGHT.txt

The source code license for this project is in LICENSE.txt

To build this project, use Apache Maven 2.0.9 or newer and run:
mvn clean install


Standalone modifications
------------------------

NOTE:

This is a 'standalone' version of jai-imageio-core where dependencies
to jai-core (javax.media.jai) has been removed. This version also
does not include any of the C implementations from libJIIO, meaning
that this version is fully redistributable under the modified
BSD license in LICENSE.txt.

Modifications (c) Stian Soiland-Reyes <stian@soiland-reyes.com> 2010-04-30


Maven repository
----------------

To use jai-imageio-core-standalone from a Maven project, add:

<dependency>
<groupId>net.java.dev.jai-imageio</groupId>
<artifactId>jai-imageio-core-standalone</artifactId>
<version>1.2-pre-dr-b04-2010-04-30</version>
</dependency>

and:

<repositories>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>mygrid-repository</id>
<name>myGrid Repository</name>
<url>http://www.mygrid.org.uk/maven/repository</url>
</repository>
</repositories>


More info
---------
http://github.com/stain/jai-imageio-core
https://jai-imageio-core.dev.java.net/
159 changes: 159 additions & 0 deletions pom.xml
@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.java.dev.jai-imageio</groupId>
<artifactId>jai-imageio-core-standalone</artifactId>
<version>1.2-pre-dr-b04-2010-04-30</version>
<packaging>jar</packaging>
<name>Java Advanced Imaging Image I/O Tools API core (standalone)</name>
<description>
Java Advanced Imaging Image I/O Tools API core, but without the classes
involved with javax.media.jai dependencies and codecLibJIIO, meaning that
this library can be distributed under the modified BSD license and should be
GPL compatible.
</description>
<licenses>
<license>
<name>Modified BSD license</name>
<url>https://jai-imageio-core.dev.java.net/source/browse/jai-imageio-core/LICENSE.txt?rev=1.1</url>
<distribution>repo</distribution>
</license>
</licenses>
<url>https://jai-imageio.dev.java.net/</url>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
<!--
<goal>test-jar</goal>
-->
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<manifestEntries>
<mode>development</mode>
<url>${pom.url}</url>
</manifestEntries>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
<systemProperties>
<property>
<name>java.awt.headless</name>
<value>true</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>mygrid-repository</id>
<name>myGrid Repository</name>
<url>http://www.mygrid.org.uk/maven/repository</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>mygrid-snapshot-repository</id>
<name>myGrid Snapshot Repository</name>
<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>mailing-list</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.0-beta-3</version>
<configuration>
<linksource>true</linksource>
<protected>true</protected>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.0-beta-1</version>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:git:git://github.com/stain/jai-imageio-core.git</connection>
<developerConnection>scm:git:git@github.com:stain/jai-imageio-core.git</developerConnection>
<url>http://github.com/stain/jai-imageio-core</url>
</scm>
<distributionManagement>
<repository>
<id>mygrid-repository</id>
<name>myGrid Repository</name>
<!-- on rosalind.cs.man.ac.uk (www.mygrid.org.uk) -->
<url>file:///local/www/mygrid/maven/repository</url>
</repository>
<snapshotRepository>
<id>mygrid-snapshot-repository</id>
<name>myGrid Snapshot Repository</name>
<!-- on rosalind.cs.man.ac.uk (www.mygrid.org.uk) -->
<url>file:///local/www/mygrid/maven/snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit db87ca5

Please sign in to comment.