You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2010/07/26 19:33:03 UTC

svn commit: r979376 - /portals/applications/demo/trunk/pom.xml

Author: woonsan
Date: Mon Jul 26 17:33:03 2010
New Revision: 979376

URL: http://svn.apache.org/viewvc?rev=979376&view=rev
Log:
Commenting out portals-bridges-script dependency because of the complaints from the Hudson build.
I think somebody should add portals-bridges-script project in the Hudson build process as well.

Modified:
    portals/applications/demo/trunk/pom.xml

Modified: portals/applications/demo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=979376&r1=979375&r2=979376&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Mon Jul 26 17:33:03 2010
@@ -166,12 +166,15 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <!-- TODO: Uncomment the following after portals-bridges-script project is added
+               to the Apache Hudson build process.
     <dependency>
       <groupId>org.apache.portals.bridges</groupId>
       <artifactId>portals-bridges-script-dependencies-jruby</artifactId>
       <version>${org.apache.portals.bridges.script.version}</version>
       <type>pom</type>
     </dependency>
+    -->
     <dependency>
       <groupId>org.apache.portals.bridges</groupId>
       <artifactId>portals-bridges-groovy</artifactId>