From: <jbo...@li...> - 2006-04-14 21:10:27
|
Author: adamw Date: 2006-04-14 17:10:20 -0400 (Fri, 14 Apr 2006) New Revision: 3719 Removed: labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/faces-config.xml labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/tree-tag.tld Modified: labs/shotoku/trunk/shotoku-svn/src/java/org/jboss/shotoku/svn/service/SvnServiceImpl.java Log: http://jira.jboss.com/jira/browse/JBSHOTOKU-82 Deleted: labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/faces-config.xml =================================================================== --- labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/faces-config.xml 2006-04-14 20:59:19 UTC (rev 3718) +++ labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/faces-config.xml 2006-04-14 21:10:20 UTC (rev 3719) @@ -1,16 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE faces-config PUBLIC - "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN" - "http://java.sun.com/dtd/web-facesconfig_1_0.dtd"> - -<faces-config> - <lifecycle> - <phase-listener>org.jboss.shotoku.web.ajaxtree.AjaxPhaseListener</phase-listener> - </lifecycle> - - <component> - <component-type>org.jboss.shotoku.web.ajaxtree.AjaxTree</component-type> - <component-class>org.jboss.shotoku.web.ajaxtree.AjaxTree</component-class> - </component> -</faces-config> - \ No newline at end of file Deleted: labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/tree-tag.tld =================================================================== --- labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/tree-tag.tld 2006-04-14 20:59:19 UTC (rev 3718) +++ labs/shotoku/trunk/shotoku-admin/src/web/WEB-INF/tree-tag.tld 2006-04-14 21:10:20 UTC (rev 3719) @@ -1,82 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" - "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> - -<taglib> - <tlib-version>0.01</tlib-version> - <jsp-version>1.2</jsp-version> - <short-name>shotoku</short-name> - <uri>http://labs.jboss.org/projects/shotoku</uri> - - <tag> - <name>ajaxTree</name> - <tag-class>org.jboss.shotoku.web.ajaxtree.AjaxTreeTag</tag-class> - <body-content>empty</body-content> - - <attribute> - <name>id</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - The component identifier for this component. This value must be - unique within the closest parent component that is a naming - container. - </description> - </attribute> - <attribute> - <name>immediate</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - Flag indicating that this component's value must be - converted and validated immediately (that is, during - Apply Request Values phase), rather than waiting - until Process Validations phase. - </description> - </attribute> - <attribute> - <name>rendered</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - Flag indicating whether or not this component should be rendered - (during Render Response Phase), or processed on any subsequent - form submit. - </description> - </attribute> - <attribute> - <name>value</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - The current value of this component. - </description> - </attribute> - <attribute> - <name>style</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - CSS style(s) to be applied when this component is rendered. - </description> - </attribute> - <attribute> - <name>styleClass</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - Space-separated list of CSS style class(es) to be applied when - this element is rendered. This value must be passed through - as the "class" attribute on generated markup. - </description> - </attribute> - <attribute> - <name>binding</name> - <required>false</required> - <rtexprvalue>false</rtexprvalue> - <description> - The value binding expression linking this component to a property in a backing bean - </description> - </attribute> - </tag> -</taglib> Modified: labs/shotoku/trunk/shotoku-svn/src/java/org/jboss/shotoku/svn/service/SvnServiceImpl.java =================================================================== --- labs/shotoku/trunk/shotoku-svn/src/java/org/jboss/shotoku/svn/service/SvnServiceImpl.java 2006-04-14 20:59:19 UTC (rev 3718) +++ labs/shotoku/trunk/shotoku-svn/src/java/org/jboss/shotoku/svn/service/SvnServiceImpl.java 2006-04-14 21:10:20 UTC (rev 3719) @@ -76,11 +76,11 @@ setTimerInterval(SvnTools.DEFAULT_TIMER_INTERVAL); // Enabling administration for this service. - Tools.getService().addAdministratedService(new AdministratedServiceGetter() { + /* TODO Tools.getService().addAdministratedService(new AdministratedServiceGetter() { public AdministratedService get() { return SvnTools.getService(); } - }); + });*/ log.info("Svn service Created."); } |