You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by gv...@apache.org on 2007/07/26 04:13:16 UTC

svn commit: r559670 - in /shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse: icons/Thumbs.db pom.xml

Author: gvanmatre
Date: Wed Jul 25 19:13:14 2007
New Revision: 559670

URL: http://svn.apache.org/viewvc?view=rev&rev=559670
Log:
Fixed-up the eclipse plugin's pom to the sandbox parent pom and removed a bogus file.

Removed:
    shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse/icons/Thumbs.db
Modified:
    shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse/pom.xml

Modified: shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse/pom.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse/pom.xml?view=diff&rev=559670&r1=559669&r2=559670
==============================================================================
--- shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse/pom.xml (original)
+++ shale/sandbox/shale-eclipse-plugins/plugins/shale_clay_plugin_for_eclipse/pom.xml Wed Jul 25 19:13:14 2007
@@ -23,18 +23,15 @@
 	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.shale</groupId>
-		<artifactId>sandbox-parent</artifactId>
-		<version>1-SNAPSHOT</version>
+               <groupId>org.apache.shale</groupId>
+               <artifactId>sandbox-parent</artifactId>
+               <version>1-SNAPSHOT</version>
+		       <relativePath>../../../pom.xml</relativePath>
 		</parent>
 		
-	-->
-
-	<groupId>org.apache.shale</groupId>
 	<artifactId>shale_clay_plugin</artifactId>
-	<version>1-SNAPSHOT</version>
 	<packaging>zip</packaging>
 	<name>Shale Clay Plugin for Eclipse</name>
 	<description />
@@ -50,8 +47,6 @@
 					<antVerbose>true</antVerbose>
 				</configuration>
 			</plugin>
-
-
 
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>