Updating gallery implementation class to avoid classNotFound in GAE environment

git-svn-id: https://svn.apache.org/repos/asf/incubator/photark/trunk@1004116 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/photark-appengine-webapp/war/META-INF/photo-gallery.composite b/photark-appengine-webapp/war/META-INF/photo-gallery.composite
index 58bcde1..1adfecf 100644
--- a/photark-appengine-webapp/war/META-INF/photo-gallery.composite
+++ b/photark-appengine-webapp/war/META-INF/photo-gallery.composite
@@ -7,28 +7,28 @@
  * 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.
 -->
 <composite	xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
 		xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
 		targetNamespace="http://org.apache.photoark"
 		name="photo-gallery">
-  
+
     <component name="Gallery">
-   		<implementation.java class="org.apache.photark.services.gallery.filesystem.GalleryImpl"/>
+   		<implementation.java class="org.apache.photark.filesystem.services.FileSystemGalleryImpl"/>
    		<property name="name">gallery</property>
    		<service name="Gallery">
    			<interface.java interface="org.apache.photark.services.gallery.Gallery"/>
    			<tuscany:binding.jsonrpc uri="/Gallery"/>
    		</service>
     </component>
-    
+
 </composite>