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 2009/12/23 11:31:41 UTC

svn commit: r893460 - in /incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples: ./ blueprint/ blueprint/helloworldapi/ blueprint/helloworldapi/HelloWorldService.java

Author: zoe
Date: Wed Dec 23 10:31:40 2009
New Revision: 893460

URL: http://svn.apache.org/viewvc?rev=893460&view=rev
Log:
ARIES-90 Fix package names in hello world sample api

Added:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/
      - copied from r893442, incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/blueprint/helloworldapi/
Modified:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/HelloWorldService.java

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/HelloWorldService.java
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/HelloWorldService.java?rev=893460&r1=893442&r2=893460&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/HelloWorldService.java (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/HelloWorldService.java Wed Dec 23 10:31:40 2009
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-package org.apache.aries.blueprint.helloworldapi;
+package org.apache.aries.samples.blueprint.helloworldapi;
 
 public interface HelloWorldService {
 	public void hello();