Author: doll
Date: Thu Apr 17 06:29:05 2008
New Revision: 649090
URL: http://svn.apache.org/viewvc?rev=649090&view=rev
Log:
SHINDIG-200
Part of the patch from Ian Boston. Fixed to the top level pom to point to the
right directories.
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=649090&r1=649089&r2=649090&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Apr 17 06:29:05 2008
@@ -20,11 +20,10 @@
<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>
<parent>
- <groupId>org.apache.shindig</groupId>
- <artifactId>shindig-parent</artifactId>
- <version>1-SNAPSHOT</version>
- <relativePath>pom/parent/pom.xml</relativePath>
- </parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
@@ -50,8 +49,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>pom/parent</module>
- <module>java/gadgets</module>
+ <module>java</module>
</modules>
</profile>