You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2009/12/10 23:00:02 UTC

svn commit: r889438 - /felix/sandbox/rickhall/resolver/src/main/java/org/apache/felix/resolver/manifestparser/Main.java

Author: rickhall
Date: Thu Dec 10 22:00:02 2009
New Revision: 889438

URL: http://svn.apache.org/viewvc?rev=889438&view=rev
Log:
Minor change.

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=889438&r1=889437&r2=889438&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 22:00:02 2009
@@ -400,8 +400,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");
 //        return getTargetBySymbolicName(modules, "bundle1");
     }