Author: nicolas
Date: Wed Jan 30 05:36:12 2008
New Revision: 616756
URL: http://svn.apache.org/viewvc?rev=616756&view=rev
Log:
jars removed from SVN to follow commons sandbox conventions
retrotranslator configuration commented (wating for MAVENUPLOAD request)
Removed:
commons/sandbox/monitoring/trunk/lib/
Modified:
commons/sandbox/monitoring/trunk/pom.xml
Modified: commons/sandbox/monitoring/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/pom.xml?rev=616756&r1=616755&r2=616756&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/pom.xml Wed Jan 30 05:36:12 2008
@@ -99,6 +99,8 @@
</configuration>
</plugin>
+ <!--
+ FIXME waiting for Retrotranslator 1.2.4 to get deployed on central
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.1</version>
@@ -140,7 +142,7 @@
<groupId>net.sf.retrotranslator</groupId>
<artifactId>retrotranslator-transformer</artifactId>
<version>1.2.4</version>
- <scope>system</scope> <!-- not deployed on central yet -->
+ <scope>system</scope>
<systemPath>
${basedir}/lib/retrotranslator-transformer-1.2.4.jar
</systemPath>
@@ -178,7 +180,7 @@
</configuration>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>