Author: vsiveton Date: Sat Aug 13 13:04:41 2011 New Revision: 1157375 URL: http://svn.apache.org/viewvc?rev=1157375&view=rev Log: o fixed build
Modified: maven/sandbox/trunk/doxia/doxia-ide/pom.xml Modified: maven/sandbox/trunk/doxia/doxia-ide/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/pom.xml?rev=1157375&r1=1157374&r2=1157375&view=diff ============================================================================== --- maven/sandbox/trunk/doxia/doxia-ide/pom.xml (original) +++ maven/sandbox/trunk/doxia/doxia-ide/pom.xml Sat Aug 13 13:04:41 2011 @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sandbox</artifactId> - <version>1.0</version> + <version>1.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>doxia-ide</artifactId> @@ -32,6 +32,8 @@ under the License. <description>Doxia IDE integration</description> <packaging>pom</packaging> <modules> - <module>netbeans</module> +<!-- TODO --> +<!-- <module>netbeans</module> --> + <module>eclipse</module> </modules> </project>