You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/10/30 17:49:05 UTC

svn commit: r709204 - in /tuscany/java: etc/ sca/modules/implementation-das/ sca/modules/implementation-data-xml/ sca/samples/customer-dojo-webapp/ sca/samples/customer-dojo/ sca/tutorials/store/assets/services/db/ sca/tutorials/store/www-services/cata...

Author: lresende
Date: Thu Oct 30 09:49:05 2008
New Revision: 709204

URL: http://svn.apache.org/viewvc?rev=709204&view=rev
Log:
Adding proper eol-style configuration for sql files and updating the existing ones with this configuration

Modified:
    tuscany/java/etc/svn-props
    tuscany/java/sca/modules/implementation-das/company.sql   (contents, props changed)
    tuscany/java/sca/modules/implementation-data-xml/company.sql   (contents, props changed)
    tuscany/java/sca/samples/customer-dojo-webapp/customer.sql   (props changed)
    tuscany/java/sca/samples/customer-dojo/customer.sql   (props changed)
    tuscany/java/sca/tutorials/store/assets/services/db/cart.sql   (contents, props changed)
    tuscany/java/sca/tutorials/store/www-services/catalog-amazon/store-db/store.sql   (contents, props changed)

Modified: tuscany/java/etc/svn-props
URL: http://svn.apache.org/viewvc/tuscany/java/etc/svn-props?rev=709204&r1=709203&r2=709204&view=diff
==============================================================================
--- tuscany/java/etc/svn-props (original)
+++ tuscany/java/etc/svn-props Thu Oct 30 09:49:05 2008
@@ -53,3 +53,4 @@
 sca.subsystem = svn:eol-style=native;svn:mime-type=text/xml
 DISCLAIMER = svn:eol-style=native;svn:mime-type=text/plain
 *.composite = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Rev Date
+*.sql = svn:eol-style=native

Modified: tuscany/java/sca/modules/implementation-das/company.sql
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-das/company.sql?rev=709204&r1=709203&r2=709204&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-das/company.sql (original)
+++ tuscany/java/sca/modules/implementation-das/company.sql Thu Oct 30 09:49:05 2008
@@ -1,28 +1,28 @@
---
---  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.
---
-
-DROP TABLE COMPANY;
-
-CREATE TABLE COMPANY (
-   ID INT PRIMARY KEY NOT NULL GENERATED ALWAYS AS IDENTITY, 
-   NAME VARCHAR(30));
-
-INSERT INTO COMPANY (NAME) VALUES('ACME Publishing');
-INSERT INTO COMPANY (NAME) VALUES('Do-rite plumbing');
+--
+--  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.
+--
+
+DROP TABLE COMPANY;
+
+CREATE TABLE COMPANY (
+   ID INT PRIMARY KEY NOT NULL GENERATED ALWAYS AS IDENTITY, 
+   NAME VARCHAR(30));
+
+INSERT INTO COMPANY (NAME) VALUES('ACME Publishing');
+INSERT INTO COMPANY (NAME) VALUES('Do-rite plumbing');
 INSERT INTO COMPANY (NAME) VALUES('MegaCorp');
\ No newline at end of file

Propchange: tuscany/java/sca/modules/implementation-das/company.sql
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tuscany/java/sca/modules/implementation-data-xml/company.sql
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-data-xml/company.sql?rev=709204&r1=709203&r2=709204&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-data-xml/company.sql (original)
+++ tuscany/java/sca/modules/implementation-data-xml/company.sql Thu Oct 30 09:49:05 2008
@@ -1,28 +1,28 @@
---
---  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.
---
-
-DROP TABLE COMPANY;
-
-CREATE TABLE COMPANY (
-   ID INT PRIMARY KEY NOT NULL GENERATED ALWAYS AS IDENTITY, 
-   NAME VARCHAR(30));
-
-INSERT INTO COMPANY (NAME) VALUES('ACME Publishing');
-INSERT INTO COMPANY (NAME) VALUES('Do-rite plumbing');
+--
+--  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.
+--
+
+DROP TABLE COMPANY;
+
+CREATE TABLE COMPANY (
+   ID INT PRIMARY KEY NOT NULL GENERATED ALWAYS AS IDENTITY, 
+   NAME VARCHAR(30));
+
+INSERT INTO COMPANY (NAME) VALUES('ACME Publishing');
+INSERT INTO COMPANY (NAME) VALUES('Do-rite plumbing');
 INSERT INTO COMPANY (NAME) VALUES('MegaCorp');
\ No newline at end of file

Propchange: tuscany/java/sca/modules/implementation-data-xml/company.sql
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/java/sca/samples/customer-dojo-webapp/customer.sql
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/java/sca/samples/customer-dojo/customer.sql
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tuscany/java/sca/tutorials/store/assets/services/db/cart.sql
URL: http://svn.apache.org/viewvc/tuscany/java/sca/tutorials/store/assets/services/db/cart.sql?rev=709204&r1=709203&r2=709204&view=diff
==============================================================================
--- tuscany/java/sca/tutorials/store/assets/services/db/cart.sql (original)
+++ tuscany/java/sca/tutorials/store/assets/services/db/cart.sql Thu Oct 30 09:49:05 2008
@@ -1,27 +1,27 @@
---
---  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.
---
-
-DROP TABLE CART;
-
-CREATE TABLE CART(
-   id VARCHAR(50) NOT NULL,
-   name VARCHAR(50),
-   price VARCHAR(10),
-   primary key (id)
-);
+--
+--  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.
+--
+
+DROP TABLE CART;
+
+CREATE TABLE CART(
+   id VARCHAR(50) NOT NULL,
+   name VARCHAR(50),
+   price VARCHAR(10),
+   primary key (id)
+);

Propchange: tuscany/java/sca/tutorials/store/assets/services/db/cart.sql
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tuscany/java/sca/tutorials/store/www-services/catalog-amazon/store-db/store.sql
URL: http://svn.apache.org/viewvc/tuscany/java/sca/tutorials/store/www-services/catalog-amazon/store-db/store.sql?rev=709204&r1=709203&r2=709204&view=diff
==============================================================================
--- tuscany/java/sca/tutorials/store/www-services/catalog-amazon/store-db/store.sql (original)
+++ tuscany/java/sca/tutorials/store/www-services/catalog-amazon/store-db/store.sql Thu Oct 30 09:49:05 2008
@@ -1,37 +1,37 @@
---
---  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.
---
-
-DROP TABLE CATALOG;
-
-CREATE TABLE CATALOG(
-   id             NUMERIC(5 , 0) NOT NULL,
-   product_name   VARCHAR(30),
-   currency_code  CHAR(3),
-   price          REAL,
-   primary key (id)
-);
-
-
-
-INSERT INTO CATALOG
- VALUES(0,'Apple', 'USD', 2.99);
-INSERT INTO CATALOG
- VALUES(1,'Orange', 'USD', 3.55);
-INSERT INTO CATALOG
+--
+--  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.
+--
+
+DROP TABLE CATALOG;
+
+CREATE TABLE CATALOG(
+   id             NUMERIC(5 , 0) NOT NULL,
+   product_name   VARCHAR(30),
+   currency_code  CHAR(3),
+   price          REAL,
+   primary key (id)
+);
+
+
+
+INSERT INTO CATALOG
+ VALUES(0,'Apple', 'USD', 2.99);
+INSERT INTO CATALOG
+ VALUES(1,'Orange', 'USD', 3.55);
+INSERT INTO CATALOG
  VALUES(2,'Pear', 'USD', 1.55);
\ No newline at end of file

Propchange: tuscany/java/sca/tutorials/store/www-services/catalog-amazon/store-db/store.sql
------------------------------------------------------------------------------
    svn:eol-style = native