[Edevsagetools-commit] SF.net SVN: edevsagetools: [17] trunk
Status: Beta
Brought to you by:
avdyk
|
From: <av...@us...> - 2007-02-19 15:47:27
|
Revision: 17
http://svn.sourceforge.net/edevsagetools/?rev=17&view=rev
Author: avdyk
Date: 2007-02-19 07:47:24 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom.xml
trunk/synchro/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-02-19 15:34:56 UTC (rev 16)
+++ trunk/pom.xml 2007-02-19 15:47:24 UTC (rev 17)
@@ -7,9 +7,7 @@
<version>1.0-SNAPSHOT</version>
<url>http://sagetools.edev.be</url>
<modules>
- <module>synchro-core</module>
- <module>synchro-client</module>
- <module>synchro-webapp</module>
+ <module>synchro</module>
</modules>
<build>
<plugins>
Modified: trunk/synchro/pom.xml
===================================================================
--- trunk/synchro/pom.xml 2007-02-19 15:34:56 UTC (rev 16)
+++ trunk/synchro/pom.xml 2007-02-19 15:47:24 UTC (rev 17)
@@ -1,15 +1,15 @@
<?xml version="1.0"?><project>
<modelVersion>4.0.0</modelVersion>
- <groupId>be.edev.sagetools</groupId>
- <artifactId>edevsagetools</artifactId>
+ <groupId>be.edev.sagetools.synchro</groupId>
+ <artifactId>synchro</artifactId>
<packaging>pom</packaging>
<name>eDev Sage Tools</name>
<version>1.0-SNAPSHOT</version>
<url>http://sagetools.edev.be</url>
<modules>
- <module>synchro-core</module>
- <module>synchro-client</module>
- <module>synchro-webapp</module>
+ <module>core</module>
+ <module>client</module>
+ <module>webapp</module>
</modules>
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|