diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-04 05:13:59 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-04 05:13:59 +0000 |
commit | 369f0c170e4800d6c0de321c10553c73358037f9 (patch) | |
tree | 95f6e06b1cde447fe200bacc99eafaebc738f5d4 /branches/sca-java-1.x/modules/web-javascript | |
parent | 06f7fb1aaf62f47562f0c9f348f7d04911e3539c (diff) |
Set svn:ignore and update the module names
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/web-javascript')
-rw-r--r-- | branches/sca-java-1.x/modules/web-javascript/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.x/modules/web-javascript/pom.xml b/branches/sca-java-1.x/modules/web-javascript/pom.xml index 42da492d2f..8bded85342 100644 --- a/branches/sca-java-1.x/modules/web-javascript/pom.xml +++ b/branches/sca-java-1.x/modules/web-javascript/pom.xml @@ -7,15 +7,15 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations - * under the License. + * under the License. --> <project> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ </parent> <artifactId>tuscany-web-javascript</artifactId> - <name>Apache Tuscany SCA Core Web</name> + <name>Apache Tuscany SCA Web JavaScript</name> <dependencies> <dependency> @@ -35,14 +35,14 @@ <artifactId>tuscany-core</artifactId> <version>1.5-SNAPSHOT</version> </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> <scope>test</scope> </dependency> - + </dependencies> |