|
From: <ian...@us...> - 2007-09-03 17:05:15
|
Revision: 346
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=346&view=rev
Author: iansmith
Date: 2007-09-03 10:05:17 -0700 (Mon, 03 Sep 2007)
Log Message:
-----------
Futzing with automatic builds.
Added Paths:
-----------
maven/trunk/ogoglio/pom-client-side.xml
Added: maven/trunk/ogoglio/pom-client-side.xml
===================================================================
--- maven/trunk/ogoglio/pom-client-side.xml (rev 0)
+++ maven/trunk/ogoglio/pom-client-side.xml 2007-09-03 17:05:17 UTC (rev 346)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>com.ogoglio</groupId>
+ <artifactId>ogoglio-client-side</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>../ogoglio-appdev</module>
+ <module>../ogoglio-body-editor-applet</module>
+ <module>../ogoglio-common</module>
+ <module>../ogoglio-test-applet</module>
+ <module>../ogoglio-viewer-applet</module>
+ <module>../dev-plugins</module>
+ </modules>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|