You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/05/20 18:06:38 UTC

cvs commit: jakarta-jetspeed-2/components/locator/testdata/templates/email/html htmltest.vm

weaver      2004/05/20 09:06:38

  Added:       components/locator/src/java/org/apache/jetspeed/locator
                        JetspeedTemplateLocator.java
                        JetspeedTemplateDescriptor.java
                        JetspeedLocatorDescriptor.java
               components/locator/testdata/templates/email/html/en/US
                        ustest.vm
               components/locator/testdata/templates/email test.vm
               components/locator project.properties project.xml maven.xml
               components/locator/src/test log4j.properties
               components/locator/testdata/templates/email/html/en
                        entest.vm
               components/locator/src/test/org/apache/jetspeed/locator
                        TestTemplateLocator.java
               components/locator/testdata/templates/email/html htmltest.vm
  Removed:     components/jetspeed/src/java/org/apache/jetspeed/locator
                        LocatorDescriptor.java
                        JetspeedTemplateDescriptor.java
                        JetspeedLocatorDescriptor.java
                        JetspeedTemplateLocator.java TemplateLocator.java
                        TemplateLocatorException.java
                        TemplateDescriptor.java
               components/jetspeed/test/WEB-INF/templates/email/html/en/US
                        ustest.vm
               components/jetspeed/test/WEB-INF/templates/email test.vm
               components/jetspeed/test/WEB-INF/templates/email/html
                        htmltest.vm
               components/jetspeed/test/WEB-INF/templates/email/html/en
                        entest.vm
               components/jetspeed/src/test/org/apache/jetspeed/locator
                        TestTemplateLocator.java
  Log:
  JS2-35:  Jetspeed Locator moved to its won component.
  
  Revision  Changes    Path
  1.2       +418 -0    jakarta-jetspeed-2/components/locator/src/java/org/apache/jetspeed/locator/JetspeedTemplateLocator.java
  
  
  
  
  1.2       +86 -0     jakarta-jetspeed-2/components/locator/src/java/org/apache/jetspeed/locator/JetspeedTemplateDescriptor.java
  
  
  
  
  1.2       +216 -0    jakarta-jetspeed-2/components/locator/src/java/org/apache/jetspeed/locator/JetspeedLocatorDescriptor.java
  
  
  
  
  1.1                  jakarta-jetspeed-2/components/locator/testdata/templates/email/html/en/US/ustest.vm
  
  Index: ustest.vm
  ===================================================================
  #*
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  *#
  This is a test.
  
  
  
  1.1                  jakarta-jetspeed-2/components/locator/testdata/templates/email/test.vm
  
  Index: test.vm
  ===================================================================
  #*
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  *#
  This is a test.
  
  
  
  1.2       +43 -0     jakarta-jetspeed-2/components/locator/project.properties
  
  
  
  
  1.2       +109 -0    jakarta-jetspeed-2/components/locator/project.xml
  
  
  
  
  1.2       +27 -0     jakarta-jetspeed-2/components/locator/maven.xml
  
  
  
  
  1.2       +43 -0     jakarta-jetspeed-2/components/locator/src/test/log4j.properties
  
  
  
  
  1.1                  jakarta-jetspeed-2/components/locator/testdata/templates/email/html/en/entest.vm
  
  Index: entest.vm
  ===================================================================
  #*
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  *#
  This is a test.
  
  
  
  1.2       +135 -0    jakarta-jetspeed-2/components/locator/src/test/org/apache/jetspeed/locator/TestTemplateLocator.java
  
  
  
  
  1.1                  jakarta-jetspeed-2/components/locator/testdata/templates/email/html/htmltest.vm
  
  Index: htmltest.vm
  ===================================================================
  #*
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  *#
  This is a test.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org