You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/05 11:29:34 UTC

[incubator-streampipes] 01/06: Cleanup properties files

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit a7358a172d641152ae2f5c7d5f1f59f042e4fe22
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun May 3 19:28:27 2020 +0200

    Cleanup properties files
---
 .../resources/projects/basic/archetype.properties  | 25 ----------------------
 .../resources/projects/basic/archetype.properties  | 25 ----------------------
 .../resources/projects/basic/archetype.properties  | 25 ----------------------
 .../resources/projects/basic/archetype.properties  | 25 ----------------------
 .../src/test/resources/projects/basic/goal.txt     |  0
 5 files changed, 100 deletions(-)

diff --git a/archetypes/streampipes-archetype-pe-processors-flink/src/test/resources/projects/basic/archetype.properties b/archetypes/streampipes-archetype-pe-processors-flink/src/test/resources/projects/basic/archetype.properties
deleted file mode 100644
index 2c7da24..0000000
--- a/archetypes/streampipes-archetype-pe-processors-flink/src/test/resources/projects/basic/archetype.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# 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.
-#
-#
-
-#Tue Nov 21 10:33:48 CET 2017
-package=org.apache.streampipes.test
-version=0.1-SNAPSHOT
-groupId=test-pe
-artifactId=basic
-classNamePrefix=Example
-packageName=example
diff --git a/archetypes/streampipes-archetype-pe-processors-jvm/src/test/resources/projects/basic/archetype.properties b/archetypes/streampipes-archetype-pe-processors-jvm/src/test/resources/projects/basic/archetype.properties
deleted file mode 100644
index 2c7da24..0000000
--- a/archetypes/streampipes-archetype-pe-processors-jvm/src/test/resources/projects/basic/archetype.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# 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.
-#
-#
-
-#Tue Nov 21 10:33:48 CET 2017
-package=org.apache.streampipes.test
-version=0.1-SNAPSHOT
-groupId=test-pe
-artifactId=basic
-classNamePrefix=Example
-packageName=example
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/src/test/resources/projects/basic/archetype.properties b/archetypes/streampipes-archetype-pe-sinks-flink/src/test/resources/projects/basic/archetype.properties
deleted file mode 100644
index 2c7da24..0000000
--- a/archetypes/streampipes-archetype-pe-sinks-flink/src/test/resources/projects/basic/archetype.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# 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.
-#
-#
-
-#Tue Nov 21 10:33:48 CET 2017
-package=org.apache.streampipes.test
-version=0.1-SNAPSHOT
-groupId=test-pe
-artifactId=basic
-classNamePrefix=Example
-packageName=example
diff --git a/archetypes/streampipes-archetype-pe-sinks-jvm/src/test/resources/projects/basic/archetype.properties b/archetypes/streampipes-archetype-pe-sinks-jvm/src/test/resources/projects/basic/archetype.properties
deleted file mode 100644
index 2c7da24..0000000
--- a/archetypes/streampipes-archetype-pe-sinks-jvm/src/test/resources/projects/basic/archetype.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# 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.
-#
-#
-
-#Tue Nov 21 10:33:48 CET 2017
-package=org.apache.streampipes.test
-version=0.1-SNAPSHOT
-groupId=test-pe
-artifactId=basic
-classNamePrefix=Example
-packageName=example
diff --git a/archetypes/streampipes-archetype-pe-sinks-jvm/src/test/resources/projects/basic/goal.txt b/archetypes/streampipes-archetype-pe-sinks-jvm/src/test/resources/projects/basic/goal.txt
deleted file mode 100644
index e69de29..0000000