|
From: <cg...@us...> - 2006-11-01 00:22:46
|
Revision: 938
http://svn.sourceforge.net/wotonomy/?rev=938&view=rev
Author: cgruber
Date: 2006-10-31 16:21:58 -0800 (Tue, 31 Oct 2006)
Log Message:
-----------
Fix parent pom crap.
Modified Paths:
--------------
trunk/projects/net.wotonomy.all/.project
trunk/projects/net.wotonomy.datastore/pom.xml
trunk/projects/net.wotonomy.foundation/pom.xml
trunk/projects/net.wotonomy.persistence/pom.xml
trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml
trunk/projects/net.wotonomy.test/pom.xml
trunk/projects/net.wotonomy.ui/pom.xml
trunk/projects/net.wotonomy.ui.swing/pom.xml
trunk/projects/net.wotonomy.web/pom.xml
Added Paths:
-----------
trunk/projects/net.wotonomy.all/.classpath
Added: trunk/projects/net.wotonomy.all/.classpath
===================================================================
--- trunk/projects/net.wotonomy.all/.classpath (rev 0)
+++ trunk/projects/net.wotonomy.all/.classpath 2006-11-01 00:21:58 UTC (rev 938)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified: trunk/projects/net.wotonomy.all/.project
===================================================================
--- trunk/projects/net.wotonomy.all/.project 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.all/.project 2006-11-01 00:21:58 UTC (rev 938)
@@ -5,7 +5,19 @@
<projects>
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
Modified: trunk/projects/net.wotonomy.datastore/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.datastore/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-datastore</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: Object Datastore</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-datastore</artifactId>
+ <name>Wotonomy - Object Datastore</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>net.wotonomy</groupId>
Modified: trunk/projects/net.wotonomy.foundation/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.foundation/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.foundation/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-foundation</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: Foundation Classes and Utilities</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-foundation</artifactId>
+ <name>Wotonomy - Foundation Classes</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>junit</groupId>
Modified: trunk/projects/net.wotonomy.persistence/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.persistence/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-persistence</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: Persistence Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-persistence</artifactId>
+ <name>Wotonomy - Persistence</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>net.wotonomy</groupId>
Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,15 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-persistence-adapter-jdbc</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: Persistence Framework - JDBC Adapter</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
- <dependencies>
+ <artifactId>wotonomy-persistence-adapter-jdbc</artifactId>
+ <name>Wotonomy - Persistence - JDBC Adapter</name>
+ <packaging>jar</packaging>
+ <dependencies>
<dependency>
<groupId>net.wotonomy</groupId>
<artifactId>persistence</artifactId>
Modified: trunk/projects/net.wotonomy.test/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.test/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.test/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-test</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: System Tests</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-test</artifactId>
+ <name>Wotonomy - System Tests</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>junit</groupId>
Modified: trunk/projects/net.wotonomy.ui/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.ui/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.ui/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-ui</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: Graphical User Interface</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-ui</artifactId>
+ <name>Wotonomy - GUI</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>net.wotonomy</groupId>
Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-ui-swing</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: Graphical User Interface - Swing Implementation</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-ui-swing</artifactId>
+ <name>Wotonomy - GUI - Swing Implementation</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>net.wotonomy</groupId>
Modified: trunk/projects/net.wotonomy.web/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.web/pom.xml 2006-10-15 23:20:20 UTC (rev 937)
+++ trunk/projects/net.wotonomy.web/pom.xml 2006-11-01 00:21:58 UTC (rev 938)
@@ -1,14 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>net.wotonomy</groupId>
- <artifactId>wotonomy-web</artifactId>
- <packaging>jar</packaging>
- <name>Wotonomy: MVC Web Application Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
</parent>
+ <artifactId>wotonomy-web</artifactId>
+ <name>Wotonomy - MVC Web Application Framework</name>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>net.wotonomy</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|