You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/06/15 21:22:22 UTC

svn commit: r784928 - in /incubator/pivot/trunk/wtk/src: META-INF/services/org.apache.pivot.wtk.Theme META-INF/services/pivot.wtk.Theme org/apache/pivot/wtk/Theme.java

Author: tvolkert
Date: Mon Jun 15 19:22:22 2009
New Revision: 784928

URL: http://svn.apache.org/viewvc?rev=784928&view=rev
Log:
Renamed Theme services file to org.apache.pivot.wtk.Theme (added org.apache)

Added:
    incubator/pivot/trunk/wtk/src/META-INF/services/org.apache.pivot.wtk.Theme   (props changed)
      - copied unchanged from r784924, incubator/pivot/trunk/wtk/src/META-INF/services/pivot.wtk.Theme
Removed:
    incubator/pivot/trunk/wtk/src/META-INF/services/pivot.wtk.Theme
Modified:
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java

Propchange: incubator/pivot/trunk/wtk/src/META-INF/services/org.apache.pivot.wtk.Theme
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java?rev=784928&r1=784927&r2=784928&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java Mon Jun 15 19:22:22 2009
@@ -54,7 +54,7 @@
     protected HashMap<Class<? extends Component>, Class<? extends Skin>> componentSkinMap =
         new HashMap<Class<? extends Component>, Class<? extends Skin>>();
 
-    public static final String PROVIDER_NAME = "pivot.wtk.Theme";
+    public static final String PROVIDER_NAME = "org.apache.pivot.wtk.Theme";
 
     private static Theme theme = null;