You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/09/26 21:51:48 UTC

svn commit: r1390699 - in /commons/proper/imaging/trunk: ./ src/main/java/org/apache/commons/imaging/color/ src/main/java/org/apache/commons/imaging/formats/ src/main/java/org/apache/commons/imaging/icc/

Author: damjan
Date: Wed Sep 26 19:51:47 2012
New Revision: 1390699

URL: http://svn.apache.org/viewvc?rev=1390699&view=rev
Log:
Add Javadocs.
This isn't a post 1.0 release.


Added:
    commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/color/package-info.java   (with props)
    commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/package-info.java   (with props)
    commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/package-info.java   (with props)
Modified:
    commons/proper/imaging/trunk/pom.xml

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1390699&r1=1390698&r2=1390699&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Wed Sep 26 19:51:47 2012
@@ -35,7 +35,7 @@
   <artifactId>commons-imaging</artifactId>
   <name>Commons Imaging</name>
 
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
 
   <!--
     Keep the description on a single line. Otherwise Maven might generate

Added: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/color/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/color/package-info.java?rev=1390699&view=auto
==============================================================================
--- commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/color/package-info.java (added)
+++ commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/color/package-info.java Wed Sep 26 19:51:47 2012
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Color spaces and conversions between them.
+ */
+package org.apache.commons.imaging.color;

Propchange: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/color/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/package-info.java?rev=1390699&view=auto
==============================================================================
--- commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/package-info.java (added)
+++ commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/package-info.java Wed Sep 26 19:51:47 2012
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/**
+ * Image file formats.
+ */
+package org.apache.commons.imaging.formats;
+

Propchange: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/package-info.java?rev=1390699&view=auto
==============================================================================
--- commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/package-info.java (added)
+++ commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/package-info.java Wed Sep 26 19:51:47 2012
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * ICC color profile.
+ */
+package org.apache.commons.imaging.icc;

Propchange: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native