summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/web-javascript
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-04 05:13:59 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-04 05:13:59 +0000
commit369f0c170e4800d6c0de321c10553c73358037f9 (patch)
tree95f6e06b1cde447fe200bacc99eafaebc738f5d4 /branches/sca-java-1.x/modules/web-javascript
parent06f7fb1aaf62f47562f0c9f348f7d04911e3539c (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 '')
-rw-r--r--branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml38
-rw-r--r--branches/sca-java-1.x/modules/web-javascript/pom.xml12
2 files changed, 25 insertions, 25 deletions
diff --git a/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml b/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml
index 5009bcb22c..b64f62d8f4 100644
--- a/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml
+++ b/branches/sca-java-1.x/modules/web-javascript-dojo/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-dojo</artifactId>
- <name>Apache Tuscany SCA Core Web</name>
+ <name>Apache Tuscany SCA Web JavaScript for DOJO</name>
<dependencies>
<dependency>
@@ -41,21 +41,21 @@
<artifactId>tuscany-host-http</artifactId>
<version>1.5-SNAPSHOT</version>
</dependency>
-
+
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.4</version> <!-- to keep compatible with older servlet containers -->
+ <version>2.4</version> <!-- to keep compatible with older servlet containers -->
<scope>provided</scope>
- </dependency>
-
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
-
+
</dependencies>
@@ -64,17 +64,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <!-- version>1.1</version -->
+ <!-- version>1.1</version -->
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-trax</artifactId>
<version>1.6.5</version>
</dependency>
- </dependencies>
+ </dependencies>
<executions>
- <execution>
- <id>install-dojo</id>
+ <execution>
+ <id>install-dojo</id>
<phase>validate</phase>
<goals>
<goal>run</goal>
@@ -87,8 +87,8 @@
</tasks>
</configuration>
</execution>
- <execution>
- <id>copy-dojo-files</id>
+ <execution>
+ <id>copy-dojo-files</id>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
@@ -102,8 +102,8 @@
</tasks>
</configuration>
</execution>
- <execution>
- <id>clean-dojo-files</id>
+ <execution>
+ <id>clean-dojo-files</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
@@ -118,7 +118,7 @@
</configuration>
</execution>
</executions>
- </plugin>
+ </plugin>
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
@@ -127,7 +127,7 @@
<execution>
<configuration>
<buildDependencyFileOnly>true</buildDependencyFileOnly>
- </configuration>
+ </configuration>
<goals>
<goal>generate</goal>
</goals>
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>