[jboss-cvs] Picketlink SVN: r232 - console/trunk/picketlink-console/src/main/java/org/picketlink/console/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 30 17:29:18 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-04-30 17:29:17 -0400 (Fri, 30 Apr 2010)
New Revision: 232

Removed:
   console/trunk/picketlink-console/src/main/java/org/picketlink/console/server/PicketLinkConfigurator.java
Log:
obsolete

Deleted: console/trunk/picketlink-console/src/main/java/org/picketlink/console/server/PicketLinkConfigurator.java
===================================================================
--- console/trunk/picketlink-console/src/main/java/org/picketlink/console/server/PicketLinkConfigurator.java	2010-04-30 19:36:40 UTC (rev 231)
+++ console/trunk/picketlink-console/src/main/java/org/picketlink/console/server/PicketLinkConfigurator.java	2010-04-30 21:29:17 UTC (rev 232)
@@ -1,42 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors. 
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.picketlink.console.server;
-
-import java.util.Map;
-
-import org.jboss.errai.bus.server.ext.ErraiConfigExtension;
-
-import com.google.inject.Provider;
-
-/**
- * Initialize the PicketLink Console Service
- * @author Anil.Saldhana at redhat.com
- * @since Apr 26, 2010
- */
-public class PicketLinkConfigurator implements ErraiConfigExtension
-{ 
-   public void configure(Map<Class, Provider> bindings, Map<String, Provider> resourceProviders)
-   {
-      
-   }
-
-}
\ No newline at end of file




More information about the jboss-cvs-commits mailing list