Author: rfeng
Date: Sat Apr  4 05:13:59 2009
New Revision: 761872

URL: http://svn.apache.org/viewvc?rev=761872&view=rev
Log:
Set svn:ignore and update the module names

Modified:
    tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/   (props changed)
    tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml
    
tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/src/main/resources/   
(props changed)
    tuscany/branches/sca-java-1.x/modules/web-javascript/pom.xml

Propchange: tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Apr  4 05:13:59 2009
@@ -0,0 +1,20 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+derby.log
+maven.log
+maven-eclipse.xml
+build.xml
+build-dependency.xml
+velocity.log*
+junit*.properties
+surefire*.properties
+.project
+.classpath
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders

Modified: tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml?rev=761872&r1=761871&r2=761872&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml Sat Apr  
4 05:13:59 2009
@@ -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>

Propchange: 
tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Apr  4 05:13:59 2009
@@ -0,0 +1 @@
+dojo

Modified: tuscany/branches/sca-java-1.x/modules/web-javascript/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/web-javascript/pom.xml?rev=761872&r1=761871&r2=761872&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/web-javascript/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/web-javascript/pom.xml Sat Apr  4 
05:13:59 2009
@@ -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>
 
 


Reply via email to