Repository: zest-qi4j Updated Branches: refs/heads/develop 83062452f -> 8938d545d
EventSourcing: add missing javadoc package.html Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/8938d545 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/8938d545 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/8938d545 Branch: refs/heads/develop Commit: 8938d545dbade6cef5d6c24e27498c47b0d68705 Parents: 8306245 Author: Paul Merlin <[email protected]> Authored: Tue Jul 21 12:28:34 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Tue Jul 21 12:28:34 2015 +0200 ---------------------------------------------------------------------- .../application/source/memory/package.html | 21 ++++++++++++++++++++ .../eventsourcing/bootstrap/package.html | 21 ++++++++++++++++++++ 2 files changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/8938d545/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/memory/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/memory/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/memory/package.html new file mode 100644 index 0000000..b92be93 --- /dev/null +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/memory/package.html @@ -0,0 +1,21 @@ +<!-- +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. +--> +<html> + <body> + <h2>EventSourcing in-memory EventStore.</h2> + </body> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/8938d545/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/bootstrap/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/bootstrap/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/bootstrap/package.html new file mode 100644 index 0000000..2b9376f --- /dev/null +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/bootstrap/package.html @@ -0,0 +1,21 @@ +<!-- +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. +--> +<html> + <body> + <h2>EventSourcing Assembly.</h2> + </body> +</html> \ No newline at end of file
