Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Exclude javadoc from source release, ASL on README.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieumorel committed May 5, 2013
1 parent f237d61 commit 2f47450
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ task binDist(dependsOn: ["s4-tools:clean", "javadocBinRelease", "copyRequiredFil
}


task srcDist(dependsOn: ["javadoc"], type: Zip) {
task srcDist(type: Zip) {
doFirst {
platformProjects.collect { project ->
project.tasks.clean.execute()
Expand Down
15 changes: 15 additions & 0 deletions test-apps/custom-modules/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# 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.

This project contains some custom modules used for testing independently from the project's classpath
15 changes: 15 additions & 0 deletions test-apps/twitter-adapter/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# 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.

Please refer to README.txt in twitter-counter application
18 changes: 16 additions & 2 deletions test-apps/twitter-counter/README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 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.

An application that displays the current top 10 topics, as gathered from the twitter sample stream.
It was ported and adapted from S4 0.3

Expand All @@ -13,5 +28,4 @@ password=<the matching password>

How to run:

Please follow the instructions in the S4 piper walkthrough at the following place:
https://cwiki.apache.org/confluence/display/S4/S4+piper+walkthrough
Please follow the instructions in the S4 piper walkthrough on the documentation from the website

0 comments on commit 2f47450

Please sign in to comment.