diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-21 19:31:47 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-21 19:31:47 +0000 |
commit | efbe679941d978e0ac9ba38b8c753a9382a67b4d (patch) | |
tree | 315869b21ec2ec5fb28110ee4b3af6a0f29db98a /sca-java-2.x/trunk/samples/learning-more/implementation-script | |
parent | 9b3115619f719474953d936b8006593c29ad16b2 (diff) |
A bit of name tidying to make the docs a little more consistent. Still a few that are odd, e.g. the dosgi ones but getting better.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-script')
2 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/build.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/build.xml index 91285fdbca..837e3b6716 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/build.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/build.xml @@ -17,9 +17,9 @@ * under the License.
-->
-<project name="calculator" default="compile">
+<project name="sample-implementation-script-calculator-contribution" default="compile">
<property name="tuscany.home" value="../../.."/>
- <property name="jar.name" value="sample-contribution-implementation-script-calculator.jar" />
+ <property name="jar.name" value="sample-implementation-script-calculator-contribution.jar" />
<echo>${tuscany.home}</echo>
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml index 61c864a4f0..65436d1cea 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml @@ -25,8 +25,8 @@ <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>sample-contribution-implementation-script-calculator</artifactId>
- <name>Apache Tuscany SCA Sample Contribution implementation-script Calculator</name>
+ <artifactId>sample-implementation-script-calculator-contribution</artifactId>
+ <name>Apache Tuscany SCA Sample implementation.script Calculator Contribution</name>
<dependencies>
<dependency>
|