Author: asankha
Date: Fri Nov 17 10:24:52 2006
New Revision: 476238

URL: http://svn.apache.org/viewvc?view=rev&rev=476238
Log:
fix .bat/.sh and jar/mar

Modified:
    
incubator/synapse/trunk/java/modules/core/src/main/resources/log4j.properties
    
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
    incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.bat
    incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.sh
    
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
    
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
    
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
    incubator/synapse/trunk/java/src/main/bin/synapse.bat
    incubator/synapse/trunk/java/src/main/bin/synapse.sh
    incubator/synapse/trunk/java/src/main/release/README.txt
    incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt

Modified: 
incubator/synapse/trunk/java/modules/core/src/main/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/resources/log4j.properties?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- 
incubator/synapse/trunk/java/modules/core/src/main/resources/log4j.properties 
(original)
+++ 
incubator/synapse/trunk/java/modules/core/src/main/resources/log4j.properties 
Fri Nov 17 10:24:52 2006
@@ -22,8 +22,6 @@
 # Set the level to DEBUG if you want to log all Exceptions (some of them 
aren't errors)
 #log4j.category.org.apache.axis2=INFO
 log4j.category.org.apache.synapse=DEBUG
-log4j.category.org.apache.axis2.transport.nhttp=DEBUG
-
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -32,7 +30,7 @@
 
 ####  appender writes to a file
 log4j.appender.logfile=org.apache.log4j.RollingFileAppender
-log4j.appender.logfile.File=logs/synapse.log
+log4j.appender.logfile.File=logs/logfile.log
 
 
 # Control the maximum log file size

Modified: 
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- 
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
 (original)
+++ 
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
 Fri Nov 17 10:24:52 2006
@@ -29,7 +29,7 @@
 
 public class SimpleURLRegistryTest extends TestCase {
 
-    private static final String FILE = "text.xml";
+    private static final String FILE = "target/unittest/text.xml";
     private static final String TEXT_1 = "<text1 />";
     private static final String TEXT_2 = "<text2 />";
 

Modified: 
incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.bat
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.bat?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.bat 
(original)
+++ incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.bat 
Fri Nov 17 10:24:52 2006
@@ -1,18 +1,21 @@
 @echo off
 
-REM  Copyright 2001,2004-2005 The Apache Software Foundation
+REM   Licensed to the Apache Software Foundation (ASF) under one
+REM   or more contributor license agreements.  See the NOTICE file
+REM   distributed with this work for additional information
+REM   regarding copyright ownership.  The ASF licenses this file
+REM   to you under the Apache License, Version 2.0 (the
+REM   "License"); you may not use this file except in compliance
+REM   with the License.  You may obtain a copy of the License at
 REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  You may obtain a copy of the License at
+REM    http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM  Unless required by applicable law or agreed to in writing, software
-REM  distributed under the License is distributed on an "AS IS" BASIS,
-REM  WITHOUT WARRSYNAPSEIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-REM  See the License for the specific language governing permissions and
-REM  limitations under the License.
+REM   Unless required by applicable law or agreed to in writing,
+REM   software distributed under the License is distributed on an
+REM   REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM   KIND, either express or implied.  See the License for the
+REM   specific language governing permissions and limitations
+REM   under the License.
 
 if "%OS%"=="Windows_NT" @setlocal
 if "%OS%"=="WINNT" @setlocal

Modified: 
incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.sh
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.sh?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.sh 
(original)
+++ incubator/synapse/trunk/java/modules/samples/src/main/scripts/custom.sh Fri 
Nov 17 10:24:52 2006
@@ -1,4 +1,22 @@
 #!/bin/sh
+
+#   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.
+
 # -----------------------------------------------------------------------------
 #
 # Environment Variable Prequisites

Modified: 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
 (original)
+++ 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
 Fri Nov 17 10:24:52 2006
@@ -1,3 +1,22 @@
+<!--
+  ~  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.
+  -->
+
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet version="2.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 

Modified: 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
 (original)
+++ 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
 Fri Nov 17 10:24:52 2006
@@ -1,3 +1,22 @@
+<!--
+  ~  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.
+  -->
+
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet version="2.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 

Modified: 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
 (original)
+++ 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
 Fri Nov 17 10:24:52 2006
@@ -1,3 +1,22 @@
+<!--
+  ~  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.
+  -->
+
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet version="2.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 

Modified: incubator/synapse/trunk/java/src/main/bin/synapse.bat
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/bin/synapse.bat?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- incubator/synapse/trunk/java/src/main/bin/synapse.bat (original)
+++ incubator/synapse/trunk/java/src/main/bin/synapse.bat Fri Nov 17 10:24:52 
2006
@@ -1,18 +1,21 @@
 @echo off
 
-REM  Copyright 2001,2004-2005 The Apache Software Foundation
+REM   Licensed to the Apache Software Foundation (ASF) under one
+REM   or more contributor license agreements.  See the NOTICE file
+REM   distributed with this work for additional information
+REM   regarding copyright ownership.  The ASF licenses this file
+REM   to you under the Apache License, Version 2.0 (the
+REM   "License"); you may not use this file except in compliance
+REM   with the License.  You may obtain a copy of the License at
 REM
-REM  Licensed under the Apache License, Version 2.0 (the "License");
-REM  you may not use this file except in compliance with the License.
-REM  You may obtain a copy of the License at
+REM    http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM  Unless required by applicable law or agreed to in writing, software
-REM  distributed under the License is distributed on an "AS IS" BASIS,
-REM  WITHOUT WARRSYNAPSEIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-REM  See the License for the specific language governing permissions and
-REM  limitations under the License.
+REM   Unless required by applicable law or agreed to in writing,
+REM   software distributed under the License is distributed on an
+REM   REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM   KIND, either express or implied.  See the License for the
+REM   specific language governing permissions and limitations
+REM   under the License.
 
 if "%OS%"=="Windows_NT" @setlocal
 if "%OS%"=="WINNT" @setlocal

Modified: incubator/synapse/trunk/java/src/main/bin/synapse.sh
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/bin/synapse.sh?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- incubator/synapse/trunk/java/src/main/bin/synapse.sh (original)
+++ incubator/synapse/trunk/java/src/main/bin/synapse.sh Fri Nov 17 10:24:52 
2006
@@ -1,4 +1,22 @@
 #!/bin/sh
+
+#   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.
+
 # -----------------------------------------------------------------------------
 #
 # Environment Variable Prequisites

Modified: incubator/synapse/trunk/java/src/main/release/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/release/README.txt?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- incubator/synapse/trunk/java/src/main/release/README.txt (original)
+++ incubator/synapse/trunk/java/src/main/release/README.txt Fri Nov 17 
10:24:52 2006
@@ -1,4 +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.
+
 Apache Synapse 0.90 build  (November, 2006)
 
 http://incubator.apache.org/synapse/
@@ -15,8 +32,8 @@
 Documentation
 ===================
  
-Documentation can be found in the 'docs' directory included with the 
-binary distribution and in the 'xdocs' directory in the source 
+Documentation can be found in the 'docs' directory included with the 
+binary distribution and in the 'xdocs' directory in the source 
 distribution. Documentation on samples are available in the samples directory.
 
 For examples on Apache Synapse message mediation please see the User Guide
@@ -25,9 +42,9 @@
 For more information on the Synapse Configuration language syntax and useage 
refer to
 the wiki page at 
http://wiki.apache.org/incubator/Synapse/SynapseConfigurationLanguage
 
--------------------
-Getting Started
-===================
+-------------------
+Getting Started
+===================
 
 Synapse is typically configured using a synapse.xml file in the repository 
directory. 
 In the binary distribution this is the <SYNAPSE>\synapse_repository directory, 
where

Modified: incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt?view=diff&rev=476238&r1=476237&r2=476238
==============================================================================
--- incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt 
(original)
+++ incubator/synapse/trunk/java/src/main/release/docs/release_notes.txt Fri 
Nov 17 10:24:52 2006
@@ -5,10 +5,9 @@
 3. Building the Samples
 4. Known Problems
 5. Reporting Problems
-6. Specific issues, features, and improvements fixed in the 
-Synapse XX release:
+6. Specific issues, features, and improvements fixed in the Synapse 0.90 
release
 
-Release Notes - Synapse - Version XX
+Release Notes - Synapse - Version 0.90
 
 6.1 Bugs
 



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

Reply via email to