summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/implementation-script/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-22 01:08:00 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-22 01:08:00 +0000
commit0fb894eab4b8c86bf8363a11efc063f4eb3dc498 (patch)
treef17a2c1c070994cca997bc942ef2159122f10b1e /branches/sca-equinox/modules/implementation-script/pom.xml
parenta770a0cd29a37998e805287dca090cae44109bdb (diff)
FIX for JIRA TUSCANY-2396, starting to split implementation-script in two modules for model and runtime.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/implementation-script/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/branches/sca-equinox/modules/implementation-script/pom.xml b/branches/sca-equinox/modules/implementation-script/pom.xml
index 60cfa5abd8..8651295898 100644
--- a/branches/sca-equinox/modules/implementation-script/pom.xml
+++ b/branches/sca-equinox/modules/implementation-script/pom.xml
@@ -28,18 +28,12 @@
</parent>
<artifactId>tuscany-implementation-script</artifactId>
- <name>Apache Tuscany SCA Script Implementation Extension</name>
+ <name>Apache Tuscany SCA Script Implementation Model</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-extension-helper</artifactId>
- <version>1.4-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>compile</scope>