[Yanel-commits] rev 42980 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Thu May 21 16:12:32 CEST 2009


Author: michi
Date: 2009-05-21 16:12:32 +0200 (Thu, 21 May 2009)
New Revision: 42980

Modified:
   public/yanel/trunk/src/build/pom-webapp.xml
Log:
neutron dependency commented

Modified: public/yanel/trunk/src/build/pom-webapp.xml
===================================================================
--- public/yanel/trunk/src/build/pom-webapp.xml	2009-05-21 13:24:19 UTC (rev 42979)
+++ public/yanel/trunk/src/build/pom-webapp.xml	2009-05-21 14:12:32 UTC (rev 42980)
@@ -16,11 +16,13 @@
       <artifactId>yanel-core</artifactId>
       <version>1.0-dev-rREVISION</version>
     </dependency>
+<!-- NOTE: The webapp actually depends on Neutron, but the code below somehow generates errors when building resources which depend on the webapp lib, such as for example the session manager resource
     <dependency>
       <groupId>wyona-org-neutron</groupId>
       <artifactId>wyona-neutron</artifactId>
       <version>1.0-dev-rREVISION</version>
     </dependency>
+-->
   </dependencies>
 </project>
 



More information about the Yanel-commits mailing list