Author: berndf
Date: Thu Sep 27 02:18:00 2007
New Revision: 579957

URL: http://svn.apache.org/viewvc?rev=579957&view=rev
Log:
minor changes to build.xml
add missing license headers

Modified:
    james/server/sandbox/spring-integration/spring-deployment/build.xml
    
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
    
james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring/examples/configuration/TraversingConfigurationInterceptor.java

Modified: james/server/sandbox/spring-integration/spring-deployment/build.xml
URL: 
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/build.xml?rev=579957&r1=579956&r2=579957&view=diff
==============================================================================
--- james/server/sandbox/spring-integration/spring-deployment/build.xml 
(original)
+++ james/server/sandbox/spring-integration/spring-deployment/build.xml Thu Sep 
27 02:18:00 2007
@@ -324,14 +324,13 @@
         <echo file="${spring-deployment.target.bin.dir}/run.sh" 
append="false">#! /bin/sh
 java -cp ${exe-classpath}:../conf org.apache.james.container.spring.Main       
      
         </echo>
-        <echo>${spring-deployment.target.lib.dir}</echo>
         <replace file="${spring-deployment.target.bin.dir}/run.sh" 
token="${spring-deployment.target.lib.dir}" value="../lib" />
         <replace file="${spring-deployment.target.bin.dir}/run.sh" token=";" 
value=":" />
         <chmod file="${spring-deployment.target.bin.dir}/run.sh" perm="a+rx" />
 
         <!-- create windows startup script-->
         <echo file="${spring-deployment.target.bin.dir}/run.bat" 
append="false">
-echo This is batch file is untested. Please report to 
[email protected] if it works or not. Thank you!
+echo This batch file is untested. Please report to [email protected] 
if it works or not. Thank you!
 pause
 java -cp ${exe-classpath};../conf org.apache.james.container.spring.Main       
      
         </echo>

Modified: 
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
URL: 
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties?rev=579957&r1=579956&r2=579957&view=diff
==============================================================================
--- 
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
 (original)
+++ 
james/server/sandbox/spring-integration/spring-deployment/src/main/config/log4j.properties
 Thu Sep 27 02:18:00 2007
@@ -1,3 +1,19 @@
+#  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.
 log4j.rootLogger=DEBUG
 
 log4j.appender.CONS=org.apache.log4j.ConsoleAppender

Modified: 
james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring/examples/configuration/TraversingConfigurationInterceptor.java
URL: 
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring/examples/configuration/TraversingConfigurationInterceptor.java?rev=579957&r1=579956&r2=579957&view=diff
==============================================================================
--- 
james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring/examples/configuration/TraversingConfigurationInterceptor.java
 (original)
+++ 
james/server/sandbox/spring-integration/spring-deployment/src/main/java/org/apache/james/container/spring/examples/configuration/TraversingConfigurationInterceptor.java
 Thu Sep 27 02:18:00 2007
@@ -1,3 +1,21 @@
+/****************************************************************
+ * 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.                                           *
+ ****************************************************************/
 package org.apache.james.container.spring.examples.configuration;
 
 import 
org.apache.james.container.spring.configuration.ConfigurationInterceptor;



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

Reply via email to