Author: zoe
Date: Mon Jan 4 20:48:48 2010
New Revision: 895766
URL: http://svn.apache.org/viewvc?rev=895766&view=rev
Log:
ARIES-104
Added:
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworld/
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworld/api/
- copied from r895645,
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworldapi/
Modified:
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworld/api/HelloWorldService.java
Modified:
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworld/api/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/helloworld/api/HelloWorldService.java?rev=895766&r1=895645&r2=895766&view=diff
==============================================================================
---
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworld/api/HelloWorldService.java
(original)
+++
incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/src/main/java/org/apache/aries/samples/blueprint/helloworld/api/HelloWorldService.java
Mon Jan 4 20:48:48 2010
@@ -17,7 +17,7 @@
* under the License.
*/
-package org.apache.aries.samples.blueprint.helloworldapi;
+package org.apache.aries.samples.blueprint.helloworld.api;
public interface HelloWorldService {
public void hello();