You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2010/06/17 08:28:50 UTC

svn commit: r955490 - /incubator/chemistry/opencmis/trunk/pom.xml

Author: sklevenz
Date: Thu Jun 17 06:28:50 2010
New Revision: 955490

URL: http://svn.apache.org/viewvc?rev=955490&view=rev
Log:
odd profile removed

Modified:
    incubator/chemistry/opencmis/trunk/pom.xml

Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=955490&r1=955489&r2=955490&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Thu Jun 17 06:28:50 2010
@@ -337,29 +337,6 @@
     </reporting>
 
     <profiles>
-        <profile>
-            <!--
-                bob profile used by local build infrastructure contact:
-                stephan.klevenz at sap.com
-            -->
-            <id>bob</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <distributionManagement>
-                <site>
-                    <id>opencmis.bob.site</id>
-                    <name>OpenCMIS Bob Site</name>
-                    <url>file:///C:/sharedfolder/www/davuploads/opencmis</url>
-                </site>
-            </distributionManagement>
-            <!--
-                <reporting> <plugins> <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                </plugin> </plugins> </reporting>
-            -->
-        </profile>
     </profiles>
 
 </project>