Author: robbinspg
Date: Tue Oct  3 23:03:16 2006
New Revision: 452749

URL: http://svn.apache.org/viewvc?view=rev&rev=452749
Log:
TUSCANY-779 licence update - scripts

Modified:
    incubator/tuscany/cpp/sca/samples/PythonCalculator/deploy.cmd
    
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/build.cmd
    
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/deploy.cmd
    
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/wsdeploy.cmd
    
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/deploy.cmd
    
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/wsdeploy.cmd
    incubator/tuscany/cpp/sca/test/ws.binding.service/deploy.cmd
    incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd
    
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go.cmd
    
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_dir_option.cmd
    
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_input_dir.cmd
    
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_output_dir.cmd
    
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/refresh-tools-jar.cmd
    incubator/tuscany/cpp/sca/tools/scagen/scagen.cmd
    incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd
    incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/build.cmd

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/deploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/deploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/deploy.cmd (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/deploy.cmd Tue Oct  3 
23:03:16 2006
@@ -1,18 +1,20 @@
 @echo off

-

[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.

[EMAIL PROTECTED]

[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");

[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.

[EMAIL PROTECTED]  You may obtain a copy of the License at

[EMAIL PROTECTED]

[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0

[EMAIL PROTECTED]

[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software

[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,

[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.

[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and

[EMAIL PROTECTED]  limitations under the License.

[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one

[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file

[EMAIL PROTECTED]  distributed with this work for additional information

[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file

[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the

[EMAIL PROTECTED]  "License"); you may not use this file except in compliance

[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at

[EMAIL PROTECTED]  

[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0

[EMAIL PROTECTED]    

[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,

[EMAIL PROTECTED]  software distributed under the License is distributed on an

[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the

[EMAIL PROTECTED]  specific language governing permissions and limitations

[EMAIL PROTECTED]  under the License.

 

 rem Will copy the correct files from the source tree for packaging and 
deployment of the 

 rem SCA sample.


Modified: 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/build.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/build.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/build.cmd 
(original)
+++ 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/build.cmd 
Tue Oct  3 23:03:16 2006
@@ -1,18 +1,21 @@
 @echo off
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
 setlocal
 call vcvars32
 cd WSClient

Modified: 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/deploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/deploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/deploy.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/deploy.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,18 +1,20 @@
 @echo off
-
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
 rem Will copy the correct files from the source tree for packaging and 
deployment of the 
 rem SCA sample.

Modified: 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/wsdeploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/wsdeploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/wsdeploy.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/ides/devstudio6/projects/Calculator/wsdeploy.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,18 +1,20 @@
 @echo off
-
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
 rem Will copy the correct files from the source tree for packaging and 
deployment of the 
 rem SCA sample.

Modified: 
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/deploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/deploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/deploy.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/deploy.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,18 +1,21 @@
 @echo off
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
 
 rem Will copy the correct files from the source tree for packaging and 
deployment of the 
 rem SCA sample.

Modified: 
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/wsdeploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/wsdeploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/wsdeploy.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/Calculator/wsdeploy.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,18 +1,20 @@
 @echo off
-
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
 rem Will copy the correct files from the source tree for packaging and 
deployment of the 
 rem SCA sample.

Modified: incubator/tuscany/cpp/sca/test/ws.binding.service/deploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/test/ws.binding.service/deploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- incubator/tuscany/cpp/sca/test/ws.binding.service/deploy.cmd (original)
+++ incubator/tuscany/cpp/sca/test/ws.binding.service/deploy.cmd Tue Oct  3 
23:03:16 2006
@@ -1,18 +1,21 @@
 @echo off

[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one

[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file

[EMAIL PROTECTED]  distributed with this work for additional information

[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file

[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the

[EMAIL PROTECTED]  "License"); you may not use this file except in compliance

[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at

[EMAIL PROTECTED]  

[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0

[EMAIL PROTECTED]    

[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,

[EMAIL PROTECTED]  software distributed under the License is distributed on an

[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the

[EMAIL PROTECTED]  specific language governing permissions and limitations

[EMAIL PROTECTED]  under the License.

 

[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.

[EMAIL PROTECTED]

[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");

[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.

[EMAIL PROTECTED]  You may obtain a copy of the License at

[EMAIL PROTECTED]

[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0

[EMAIL PROTECTED]

[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software

[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,

[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.

[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and

[EMAIL PROTECTED]  limitations under the License.

 

 rem Will copy the correct files from the source tree for packaging and 
deployment of the 

 rem SCA sample.


Modified: incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd (original)
+++ incubator/tuscany/cpp/sca/test/ws.service.interop/deploy.cmd Tue Oct  3 
23:03:16 2006
@@ -1,18 +1,20 @@
 @echo off

-

[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.

[EMAIL PROTECTED]

[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");

[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.

[EMAIL PROTECTED]  You may obtain a copy of the License at

[EMAIL PROTECTED]

[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0

[EMAIL PROTECTED]

[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software

[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,

[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.

[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and

[EMAIL PROTECTED]  limitations under the License.

[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one

[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file

[EMAIL PROTECTED]  distributed with this work for additional information

[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file

[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the

[EMAIL PROTECTED]  "License"); you may not use this file except in compliance

[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at

[EMAIL PROTECTED]  

[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0

[EMAIL PROTECTED]    

[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,

[EMAIL PROTECTED]  software distributed under the License is distributed on an

[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the

[EMAIL PROTECTED]  specific language governing permissions and limitations

[EMAIL PROTECTED]  under the License.

 

 rem Will copy the correct files from the source tree for packaging and 
deployment of the 

 rem SCA sample.


Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,3 +1,4 @@
[EMAIL PROTECTED] off
 @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
@@ -14,5 +15,6 @@
 @REM  KIND, either express or implied.  See the License for the
 @REM  specific language governing permissions and limitations
 @REM  under the License.
+
 rm -rf out
 java -jar scagen.jar -dir 
c:\workspaces\wid60-no-core\Hydra.sca.core\test\testSCASystem\packages\MyValueServiceComposite
 -output c:\hydra\out

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_dir_option.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_dir_option.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_dir_option.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_dir_option.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,3 +1,4 @@
[EMAIL PROTECTED] off
 @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
@@ -14,4 +15,5 @@
 @REM  KIND, either express or implied.  See the License for the
 @REM  specific language governing permissions and limitations
 @REM  under the License.
+
 java -jar scagen.jar -dirX 
c:\workspaces\wid60-no-core\Hydra.sca.core\test\testSCASystem\packages\MyValueServiceComposite
 -output c:\hydra\out

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_input_dir.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_input_dir.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_input_dir.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_input_dir.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,3 +1,4 @@
[EMAIL PROTECTED] off
 @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
@@ -14,4 +15,5 @@
 @REM  KIND, either express or implied.  See the License for the
 @REM  specific language governing permissions and limitations
 @REM  under the License.
+
 java -jar scagen.jar -dir x:\not_there -output c:\hydra\irrelevant

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_output_dir.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_output_dir.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_output_dir.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/go_no_output_dir.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,3 +1,4 @@
[EMAIL PROTECTED] off
 @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
@@ -14,4 +15,5 @@
 @REM  KIND, either express or implied.  See the License for the
 @REM  specific language governing permissions and limitations
 @REM  under the License.
+
 java -jar scagen.jar -dir 
c:\workspaces\wid60-no-core\Hydra.sca.core\test\testSCASystem\packages\MyValueServiceComposite
 -output r:\hydra\out

Modified: 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/refresh-tools-jar.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/refresh-tools-jar.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/refresh-tools-jar.cmd
 (original)
+++ 
incubator/tuscany/cpp/sca/tools/scagen/junit/scripts_for_standalone_testing/refresh-tools-jar.cmd
 Tue Oct  3 23:03:16 2006
@@ -1,3 +1,4 @@
[EMAIL PROTECTED] off
 @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
@@ -14,4 +15,5 @@
 @REM  KIND, either express or implied.  See the License for the
 @REM  specific language governing permissions and limitations
 @REM  under the License.
+
 copy c:\workspaces\wid60-no-core\Hydra.sca.tools\scagen.jar .

Modified: incubator/tuscany/cpp/sca/tools/scagen/scagen.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/tools/scagen/scagen.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- incubator/tuscany/cpp/sca/tools/scagen/scagen.cmd (original)
+++ incubator/tuscany/cpp/sca/tools/scagen/scagen.cmd Tue Oct  3 23:03:16 2006
@@ -1,3 +1,4 @@
[EMAIL PROTECTED] off
 @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

Modified: incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd (original)
+++ incubator/tuscany/cpp/sdo/projects/tuscany_sdo/build.cmd Tue Oct  3 
23:03:16 2006
@@ -1,18 +1,21 @@
 @echo off
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
 setlocal
 cd sdo_axiom_test
 NMAKE /f "sdo_axiom_test.mak" CFG="sdo_axiom_test - Win32 Release"

Modified: 
incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/build.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/build.cmd?view=diff&rev=452749&r1=452748&r2=452749
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/build.cmd 
(original)
+++ incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/build.cmd 
Tue Oct  3 23:03:16 2006
@@ -1,18 +1,21 @@
 @echo off
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
 setlocal
 if not exist ..\..\..\..\misc\deploy mkdir ..\..\..\..\misc\deploy
 if not exist ..\..\..\..\misc\deploy\bin mkdir ..\..\..\..\misc\deploy\bin



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

Reply via email to