diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-14 05:50:04 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-14 05:50:04 +0000 |
commit | 2ef35d89393b884c5589229ed7335f557cb08270 (patch) | |
tree | c193bf0aa96925d7d6f567cbeb47cb88f01ae78d | |
parent | 21f6552b2ab27378366f0497a14ff3c83c1f7599 (diff) |
Renamed 'dependencies' profile to 'modules'.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685777 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/distribution/features/all/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/distribution/features/core/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/distribution/features/ejava/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/distribution/features/manager/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/distribution/features/process/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/distribution/features/web20/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/distribution/features/webservice/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/java/sca/distribution/features/all/pom.xml b/java/sca/distribution/features/all/pom.xml index 2f103c0cfb..f843dd9dee 100644 --- a/java/sca/distribution/features/all/pom.xml +++ b/java/sca/distribution/features/all/pom.xml @@ -74,7 +74,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> diff --git a/java/sca/distribution/features/core/pom.xml b/java/sca/distribution/features/core/pom.xml index 1c5e627938..c9f59237b6 100644 --- a/java/sca/distribution/features/core/pom.xml +++ b/java/sca/distribution/features/core/pom.xml @@ -204,7 +204,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> diff --git a/java/sca/distribution/features/ejava/pom.xml b/java/sca/distribution/features/ejava/pom.xml index 001fc40970..17948aca58 100644 --- a/java/sca/distribution/features/ejava/pom.xml +++ b/java/sca/distribution/features/ejava/pom.xml @@ -75,7 +75,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> diff --git a/java/sca/distribution/features/manager/pom.xml b/java/sca/distribution/features/manager/pom.xml index ea91b4827b..898301679a 100644 --- a/java/sca/distribution/features/manager/pom.xml +++ b/java/sca/distribution/features/manager/pom.xml @@ -142,7 +142,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> diff --git a/java/sca/distribution/features/process/pom.xml b/java/sca/distribution/features/process/pom.xml index c1e14b0c35..a9e8b4cf3b 100644 --- a/java/sca/distribution/features/process/pom.xml +++ b/java/sca/distribution/features/process/pom.xml @@ -64,7 +64,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> diff --git a/java/sca/distribution/features/web20/pom.xml b/java/sca/distribution/features/web20/pom.xml index c5a553dffa..0b7e82ffe7 100644 --- a/java/sca/distribution/features/web20/pom.xml +++ b/java/sca/distribution/features/web20/pom.xml @@ -99,7 +99,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> diff --git a/java/sca/distribution/features/webservice/pom.xml b/java/sca/distribution/features/webservice/pom.xml index d26dc376b0..3bfc13e4f7 100644 --- a/java/sca/distribution/features/webservice/pom.xml +++ b/java/sca/distribution/features/webservice/pom.xml @@ -113,7 +113,7 @@ <profiles> <!-- Profile that can be used to build the modules included in the distro --> <profile> - <id>dependencies</id> + <id>modules</id> <modules> <module>../../../modules/assembly</module> <module>../../../modules/assembly-xml</module> |