[skycastle-commits] SF.net SVN: skycastle: [223] trunk/skycastle/pom.xml

  • From: zzorn@xxxxxxxxxxxxxxxxxxxxx
  • To: skycastle-commits@xxxxxxxxxxxxx
  • Date: Sat, 06 Oct 2007 22:59:17 -0700

Revision: 223
          http://skycastle.svn.sourceforge.net/skycastle/?rev=223&view=rev
Author:   zzorn
Date:     2007-10-06 22:59:16 -0700 (Sat, 06 Oct 2007)

Log Message:
-----------
Some minor edits to the pom

Modified Paths:
--------------
    trunk/skycastle/pom.xml

Modified: trunk/skycastle/pom.xml
===================================================================
--- trunk/skycastle/pom.xml     2007-10-07 05:58:29 UTC (rev 222)
+++ trunk/skycastle/pom.xml     2007-10-07 05:59:16 UTC (rev 223)
@@ -97,19 +97,19 @@
                 <version>3.8.1</version>
                 <scope>test</scope>
             </dependency>
-<!--            
+            <!--
+                        <dependency>
+                            <groupId>scala</groupId>
+                            <artifactId>scala-compiler</artifactId>
+                            <version>2.4.0</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>scala</groupId>
+                            <artifactId>scala-library</artifactId>
+                            <version>2.4.0</version>
+                        </dependency>
+            -->
             <dependency>
-                <groupId>scala</groupId>
-                <artifactId>scala-compiler</artifactId>
-                <version>2.4.0</version>
-            </dependency>
-            <dependency>
-                <groupId>scala</groupId>
-                <artifactId>scala-library</artifactId>
-                <version>2.4.0</version>
-            </dependency>
--->            
-            <dependency>
                 <groupId>xstream</groupId>
                 <artifactId>xstream</artifactId>
                 <version>1.2.0</version>
@@ -152,13 +152,13 @@
         </repository>
 
         <!-- For scala plugin -->
-<!--
-        <repository>
-            <id>scriptlandia-repo</id>
-            <name>Scriptlandia Maven2 repository</name>
-            
<url>http://scriptlandia-repository.googlecode.com/svn/trunk/languages</url>
-        </repository>
--->
+        <!--
+                <repository>
+                    <id>scriptlandia-repo</id>
+                    <name>Scriptlandia Maven2 repository</name>
+                    
<url>http://scriptlandia-repository.googlecode.com/svn/trunk/languages</url>
+                </repository>
+        -->
 
         <!-- For webstart plugin -->
         <repository>
@@ -234,51 +234,51 @@
             </plugin>
 
             <!--Specify where Scala sources can be found in a project. -->
-<!--
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>src/main/scala</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
--->
+            <!--
+                        <plugin>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>build-helper-maven-plugin</artifactId>
+                            <executions>
+                                <execution>
+                                    <id>add-source</id>
+                                    <phase>generate-sources</phase>
+                                    <goals>
+                                        <goal>add-source</goal>
+                                    </goals>
+                                    <configuration>
+                                        <sources>
+                                            <source>src/main/scala</source>
+                                        </sources>
+                                    </configuration>
+                                </execution>
+                            </executions>
+                        </plugin>
+            -->
 
             <!-- Configure the use of the Scala compiler (through plexus). -->
-<!--
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <compilerId>scalac</compilerId>
+            <!--
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-compiler-plugin</artifactId>
+                            <configuration>
+                                <compilerId>scalac</compilerId>
 
-                    <includes>
-                        <include>**</include>
-                    </includes>
-                </configuration>
+                                <includes>
+                                    <include>**</include>
+                                </includes>
+                            </configuration>
 
-                <dependencies>
-                    <dependency>
-                        <groupId>org.codehaus.plexus</groupId>
-                        <artifactId>plexus-compiler-scalac</artifactId>
-                        <version>1.5.3</version>
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.codehaus.plexus</groupId>
+                                    
<artifactId>plexus-compiler-scalac</artifactId>
+                                    <version>1.5.3</version>
 
-                        <scope>runtime</scope>
-                    </dependency>
-                </dependencies>
-            </plugin>
--->
+                                    <scope>runtime</scope>
+                                </dependency>
+                            </dependencies>
+                        </plugin>
+            -->
 
             <!-- Configure testing -->
             <plugin>
@@ -488,6 +488,11 @@
         <module>modules/texture</module>
         <module>modules/client</module>
         <module>modules/server</module>
+        <!--
+                <module>modules/map</module>
+                <module>modules/map-geotools</module>
+                <module>modules/renderer</module>
+        -->
     </modules>
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Other related posts:

  • » [skycastle-commits] SF.net SVN: skycastle: [223] trunk/skycastle/pom.xml