You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2010/11/01 21:17:26 UTC

svn commit: r1029841 - in /incubator/photark/branches/photark-rest/photark/src/main: java/org/apache/photark/ java/org/apache/photark/services/album/ java/org/apache/photark/services/gallery/ resources/META-INF/

Author: lresende
Date: Mon Nov  1 21:17:18 2010
New Revision: 1029841

URL: http://svn.apache.org/viewvc?rev=1029841&view=rev
Log:
Clean up REST API and PhotArk Model

Removed:
    incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/services/album/Album.java
    incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/services/album/AlbumAgregator.java
    incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/services/gallery/BaseGalleryImpl.java
    incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/services/gallery/Gallery.java
Modified:
    incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/AlbumRef.java
    incubator/photark/branches/photark-rest/photark/src/main/resources/META-INF/sca-contribution.xml

Modified: incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/AlbumRef.java
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/AlbumRef.java?rev=1029841&r1=1029840&r2=1029841&view=diff
==============================================================================
--- incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/AlbumRef.java (original)
+++ incubator/photark/branches/photark-rest/photark/src/main/java/org/apache/photark/AlbumRef.java Mon Nov  1 21:17:18 2010
@@ -25,8 +25,6 @@ import java.util.List;
 
 import javax.xml.bind.annotation.XmlElement;
 
-import org.apache.wink.common.model.atom.AtomLink;
-
 /**
  * A Album Rerefence model object
  * Useful to provide summary set of album

Modified: incubator/photark/branches/photark-rest/photark/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-rest/photark/src/main/resources/META-INF/sca-contribution.xml?rev=1029841&r1=1029840&r2=1029841&view=diff
==============================================================================
--- incubator/photark/branches/photark-rest/photark/src/main/resources/META-INF/sca-contribution.xml (original)
+++ incubator/photark/branches/photark-rest/photark/src/main/resources/META-INF/sca-contribution.xml Mon Nov  1 21:17:18 2010
@@ -7,18 +7,18 @@
     * 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.    
+    * under the License.
 -->
 <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:photark="http://org.apache.photoark">
-   <export.java package="org.apache.photark.services.album"/>
-   <export.java package="org.apache.photark.services.gallery"/>
+   <export.java package="org.apache.photark"/>
+   <export.java package="org.apache.photark.services"/>
 </contribution>
\ No newline at end of file