You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/05 11:48:17 UTC

svn commit: r1004590 - in /tuscany/sca-java-2.x/trunk/samples/learning-more: distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml distributed-osgi/dosgi-dynamic-calculator/pom.xml implementation-osgi/dosgi-calculator-operations/pom.xml

Author: slaws
Date: Tue Oct  5 09:48:16 2010
New Revision: 1004590

URL: http://svn.apache.org/viewvc?rev=1004590&view=rev
Log:
Fix typo in project names

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml
    tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml?rev=1004590&r1=1004589&r2=1004590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml Tue Oct  5 09:48:16 2010
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>sample-dosgi-dynamic-calculator-operations</artifactId>
-    <name>Apache Tuscany SCA OSGi Remote Services Dynamic Caculator Operations Sample</name>
+    <name>Apache Tuscany SCA OSGi Remote Services Dynamic Calculator Operations Sample</name>
 
     <dependencies>
        <dependency>

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml?rev=1004590&r1=1004589&r2=1004590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml Tue Oct  5 09:48:16 2010
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>sample-dosgi-dynamic-calculator</artifactId>
-    <name>Apache Tuscany SCA OSGi Remote Services Dynamic Caculator Sample</name>
+    <name>Apache Tuscany SCA OSGi Remote Services Dynamic Calculator Sample</name>
 
     <dependencies>
        <dependency>

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml?rev=1004590&r1=1004589&r2=1004590&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml Tue Oct  5 09:48:16 2010
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>sample-dosgi-calculator-operations</artifactId>
-    <name>Apache Tuscany SCA OSGi Remote Services Caculator Operations Sample</name>
+    <name>Apache Tuscany SCA OSGi Remote Services Calculator Operations Sample</name>
 
     <dependencies>
        <dependency>