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:50:17 UTC

svn commit: r895770 - in /incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld: ./ client/ client/HelloWorldClient.java

Author: zoe
Date: Mon Jan  4 20:50:16 2010
New Revision: 895770

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

Added:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/
      - copied from r895645, incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworldclient/
Modified:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/src/main/java/org/apache/aries/samples/blueprint/helloworld/client/HelloWorldClient.java

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