You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/01/04 21:51:32 UTC

svn commit: r895773 - in /incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld: ./ server/ server/HelloWorldServiceImpl.java

Author: zoe
Date: Mon Jan  4 20:51:32 2010
New Revision: 895773

URL: http://svn.apache.org/viewvc?rev=895773&view=rev
Log:
ARIES-104

Added:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/server/
      - copied from r895645, incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworldserver/
Modified:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/server/HelloWorldServiceImpl.java

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/server/HelloWorldServiceImpl.java
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/server/HelloWorldServiceImpl.java?rev=895773&r1=895645&r2=895773&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/server/HelloWorldServiceImpl.java (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/src/main/java/org/apache/aries/samples/blueprint/helloworld/server/HelloWorldServiceImpl.java Mon Jan  4 20:51:32 2010
@@ -16,8 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.aries.samples.blueprint.helloworldserver;
-import org.apache.aries.blueprint.helloworldapi.HelloWorldService;
+package org.apache.aries.samples.blueprint.helloworld.server;
+import org.apache.aries.samples.blueprint.helloworld.api.*;
 
 public class HelloWorldServiceImpl implements HelloWorldService {