This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
examples/src/main/resources/META-INF/maven
test/resources/projects/basic/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright (C) 2017 Google Inc.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License"); you may not
4+ # use this file except in compliance with the License. You may obtain a copy of
5+ # the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+ # License for the specific language governing permissions and limitations under
13+ # the License.
14+
115# The default behavior, which overrides 'core.autocrlf', is to use Git's
216# built-in heuristics to determine whether a particular file is text or binary.
317# Text files are automatically normalized to the user's platforms.
Original file line number Diff line number Diff line change 1+ # Copyright (C) 2017 Google Inc.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License"); you may not
4+ # use this file except in compliance with the License. You may obtain a copy of
5+ # the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+ # License for the specific language governing permissions and limitations under
13+ # the License.
14+
115target /
216
317# Ignore IntelliJ files.
Original file line number Diff line number Diff line change 1+ # Copyright (C) 2017 Google Inc.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License"); you may not
4+ # use this file except in compliance with the License. You may obtain a copy of
5+ # the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+ # License for the specific language governing permissions and limitations under
13+ # the License.
14+
115language : java
216
317sudo : false
Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright (C) 2017 Google Inc.
3+
4+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+ use this file except in compliance with the License. You may obtain a copy of
6+ the License at
7+
8+ http://www.apache.org/licenses/LICENSE-2.0
9+
10+ Unless required by applicable law or agreed to in writing, software
11+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ License for the specific language governing permissions and limitations under
14+ the License.
15+ -->
16+
117Want to contribute? Great! First, read this page (including the small print at
218the end).
319
Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright (C) 2017 Google Inc.
3+
4+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+ use this file except in compliance with the License. You may obtain a copy of
6+ the License at
7+
8+ http://www.apache.org/licenses/LICENSE-2.0
9+
10+ Unless required by applicable law or agreed to in writing, software
11+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+ License for the specific language governing permissions and limitations under
14+ the License.
15+ -->
16+
117# Google Cloud Dataflow SDK for Java
218
319[ Google Cloud Dataflow] ( https://cloud.google.com/dataflow/ ) provides a simple,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+ ~ Copyright (C) 2017 Google Inc.
4+ ~
5+ ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+ ~ use this file except in compliance with the License. You may obtain a copy of
7+ ~ the License at
8+ ~
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
10+ ~
11+ ~ Unless required by applicable law or agreed to in writing, software
12+ ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ ~ License for the specific language governing permissions and limitations under
15+ ~ the License.
16+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
217<archetype-descriptor
318 xsi : schemaLocation =" http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
419 name =" Google Cloud Dataflow Example Pipelines Archetype"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+ ~ Copyright (C) 2017 Google Inc.
4+ ~
5+ ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+ ~ use this file except in compliance with the License. You may obtain a copy of
7+ ~ the License at
8+ ~
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
10+ ~
11+ ~ Unless required by applicable law or agreed to in writing, software
12+ ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ ~ License for the specific language governing permissions and limitations under
15+ ~ the License.
16+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
217<archetype-descriptor
318 xsi : schemaLocation =" http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
419 name =" Google Cloud Dataflow Starter Pipeline Archetype"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+ ~ Copyright (C) 2017 Google Inc.
4+ ~
5+ ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+ ~ use this file except in compliance with the License. You may obtain a copy of
7+ ~ the License at
8+ ~
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
10+ ~
11+ ~ Unless required by applicable law or agreed to in writing, software
12+ ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ ~ License for the specific language governing permissions and limitations under
15+ ~ the License.
16+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
117<project xmlns =" http://maven.apache.org/POM/4.0.0"
218 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
319 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+ ~ Copyright (C) 2017 Google Inc.
4+ ~
5+ ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+ ~ use this file except in compliance with the License. You may obtain a copy of
7+ ~ the License at
8+ ~
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
10+ ~
11+ ~ Unless required by applicable law or agreed to in writing, software
12+ ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ ~ License for the specific language governing permissions and limitations under
15+ ~ the License.
16+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
117<project xmlns =" http://maven.apache.org/POM/4.0.0"
218 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
319 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
You can’t perform that action at this time.
0 commit comments