Author: rickhall
Date: Thu Dec 10 16:35:49 2009
New Revision: 889317

URL: http://svn.apache.org/viewvc?rev=889317&view=rev
Log:
Change default resolve target.

Modified:
    
felix/sandbox/rickhall/resolver/src/main/java/org/apache/felix/resolver/manifestparser/Main.java

Modified: 
felix/sandbox/rickhall/resolver/src/main/java/org/apache/felix/resolver/manifestparser/Main.java
URL: 
http://svn.apache.org/viewvc/felix/sandbox/rickhall/resolver/src/main/java/org/apache/felix/resolver/manifestparser/Main.java?rev=889317&r1=889316&r2=889317&view=diff
==============================================================================
--- 
felix/sandbox/rickhall/resolver/src/main/java/org/apache/felix/resolver/manifestparser/Main.java
 (original)
+++ 
felix/sandbox/rickhall/resolver/src/main/java/org/apache/felix/resolver/manifestparser/Main.java
 Thu Dec 10 16:35:49 2009
@@ -381,8 +381,8 @@
 
     private static Module getTarget(List<Module> modules)
     {
-//        return getTargetByUnresolved(modules);
-        return getTargetBySymbolicName(modules, "org.springframework.faces");
+        return getTargetByUnresolved(modules);
+//        return getTargetBySymbolicName(modules, "org.springframework.faces");
     }
 
     private static Module getTargetByUnresolved(List<Module> modules)


Reply via email to