Author: bago
Date: Sat Sep 27 10:18:46 2008
New Revision: 699690

URL: http://svn.apache.org/viewvc?rev=699690&view=rev
Log:
Remove unused sieveConfig.xml.
Fixed test class path in commandsmap.properties.
Removed test command from official commandsmap and added a custom commandsmap 
for the test suite.

Added:
    james/jsieve/trunk/src/test/resources/org/
    james/jsieve/trunk/src/test/resources/org/apache/
    james/jsieve/trunk/src/test/resources/org/apache/jsieve/
    
james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties  
 (with props)
Removed:
    james/jsieve/trunk/src/test/resources/sieveConfig.xml
Modified:
    
james/jsieve/trunk/src/main/resources/org/apache/jsieve/commandsmap.properties

Modified: 
james/jsieve/trunk/src/main/resources/org/apache/jsieve/commandsmap.properties
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/src/main/resources/org/apache/jsieve/commandsmap.properties?rev=699690&r1=699689&r2=699690&view=diff
==============================================================================
--- 
james/jsieve/trunk/src/main/resources/org/apache/jsieve/commandsmap.properties 
(original)
+++ 
james/jsieve/trunk/src/main/resources/org/apache/jsieve/commandsmap.properties 
Sat Sep 27 10:18:46 2008
@@ -29,7 +29,5 @@
 # RFC3082 - Implementations SHOULD support these
 reject=org.apache.jsieve.commands.optional.Reject
 fileinto=org.apache.jsieve.commands.optional.FileInto
-# JUnit Commands for Testing
-throwtestexception=org.apache.jsieve.junit.commands.ThrowTestException
 # Extension Commands
 log=org.apache.jsieve.commands.extensions.Log

Added: 
james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties?rev=699690&view=auto
==============================================================================
--- 
james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties 
(added)
+++ 
james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties 
Sat Sep 27 10:18:46 2008
@@ -0,0 +1,35 @@
+################################################################
+# Licensed to the Apache Software Foundation (ASF) under one   #
+# or more contributor license agreements.  See the NOTICE file #
+# distributed with this work for additional information        #
+# regarding copyright ownership.  The ASF licenses this file   #
+# to you 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.                                           #
+################################################################
+
+if=org.apache.jsieve.commands.If
+else=org.apache.jsieve.commands.Else
+elsif=org.apache.jsieve.commands.Elsif
+require=org.apache.jsieve.commands.Require
+stop=org.apache.jsieve.commands.Stop
+# RFC3082 - Implementations MUST support these
+keep=org.apache.jsieve.commands.Keep
+discard=org.apache.jsieve.commands.Discard
+redirect=org.apache.jsieve.commands.Redirect
+# RFC3082 - Implementations SHOULD support these
+reject=org.apache.jsieve.commands.optional.Reject
+fileinto=org.apache.jsieve.commands.optional.FileInto
+# JUnit Commands for Testing
+throwtestexception=org.apache.jsieve.commands.ThrowTestException
+# Extension Commands
+log=org.apache.jsieve.commands.extensions.Log

Propchange: 
james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
james/jsieve/trunk/src/test/resources/org/apache/jsieve/commandsmap.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to