You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2007/02/03 22:53:34 UTC

svn commit: r503319 - /portals/pluto/trunk/maven-pluto-plugin/src/main/java/org/apache/pluto/maven/InstallationDependency.java

Author: ddewolf
Date: Sat Feb  3 13:53:33 2007
New Revision: 503319

URL: http://svn.apache.org/viewvc?view=rev&rev=503319
Log:
Fixing libs per pluto 282

Modified:
    portals/pluto/trunk/maven-pluto-plugin/src/main/java/org/apache/pluto/maven/InstallationDependency.java

Modified: portals/pluto/trunk/maven-pluto-plugin/src/main/java/org/apache/pluto/maven/InstallationDependency.java
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/maven-pluto-plugin/src/main/java/org/apache/pluto/maven/InstallationDependency.java?view=diff&rev=503319&r1=503318&r2=503319
==============================================================================
--- portals/pluto/trunk/maven-pluto-plugin/src/main/java/org/apache/pluto/maven/InstallationDependency.java (original)
+++ portals/pluto/trunk/maven-pluto-plugin/src/main/java/org/apache/pluto/maven/InstallationDependency.java Sat Feb  3 13:53:33 2007
@@ -85,10 +85,8 @@
     private static final List SHARED = new ArrayList();
 
     static {
-//        ENDORSED.add(XERCES);
-//        ENDORSED.add(XML_PARSER_APIS);
-        SHARED.add(XERCES);
-        SHARED.add(XML_PARSER_APIS);
+        ENDORSED.add(XERCES);
+        ENDORSED.add(XML_PARSER_APIS);
 
         SHARED.add(PORTLET_API);
         SHARED.add(DESCRIPTOR_API);