diff --git a/easyrules-core/src/main/java/org/easyrules/api/package-info.java b/easyrules-core/src/main/java/org/easyrules/api/package-info.java index 2f567d7..c24f591 100644 --- a/easyrules-core/src/main/java/org/easyrules/api/package-info.java +++ b/easyrules-core/src/main/java/org/easyrules/api/package-info.java @@ -23,6 +23,6 @@ */ /** - * This package contains main Easy Rules public API. + * This package contains Easy Rules public API. */ package org.easyrules.api; diff --git a/easyrules-core/src/main/java/org/easyrules/core/package-info.java b/easyrules-core/src/main/java/org/easyrules/core/package-info.java index c5fafcd..c4cd8ba 100644 --- a/easyrules-core/src/main/java/org/easyrules/core/package-info.java +++ b/easyrules-core/src/main/java/org/easyrules/core/package-info.java @@ -23,6 +23,6 @@ */ /** - * This package contains the core Easy Rules implementation. + * This package contains Easy Rules core implementation. */ package org.easyrules.core; diff --git a/easyrules-core/src/main/java/org/easyrules/overview.html b/easyrules-core/src/main/java/org/easyrules/overview.html new file mode 100644 index 0000000..3b9b804 --- /dev/null +++ b/easyrules-core/src/main/java/org/easyrules/overview.html @@ -0,0 +1,11 @@ + + + + Easy Rules 1.3.0 RELEASE API + + + +

Easy Rules 1.3.0 RELEASE API

+ + + \ No newline at end of file diff --git a/easyrules-jmx/src/main/java/org/easyrules/jmx/api/package-info.java b/easyrules-jmx/src/main/java/org/easyrules/jmx/api/package-info.java new file mode 100644 index 0000000..809f223 --- /dev/null +++ b/easyrules-jmx/src/main/java/org/easyrules/jmx/api/package-info.java @@ -0,0 +1,28 @@ +/* + * The MIT License + * + * Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr) + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + +/** + * This package contains Easy Rules JMX support APIs. + */ +package org.easyrules.jmx.api; diff --git a/easyrules-jmx/src/main/java/org/easyrules/jmx/package-info.java b/easyrules-jmx/src/main/java/org/easyrules/jmx/package-info.java new file mode 100644 index 0000000..e992ef4 --- /dev/null +++ b/easyrules-jmx/src/main/java/org/easyrules/jmx/package-info.java @@ -0,0 +1,28 @@ +/* + * The MIT License + * + * Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr) + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + +/** + * This package contains Easy Rules JMX support classes and interfaces. + */ +package org.easyrules.jmx; diff --git a/easyrules-jmx/src/main/java/org/easyrules/jmx/util/package-info.java b/easyrules-jmx/src/main/java/org/easyrules/jmx/util/package-info.java new file mode 100644 index 0000000..533d5c1 --- /dev/null +++ b/easyrules-jmx/src/main/java/org/easyrules/jmx/util/package-info.java @@ -0,0 +1,28 @@ +/* + * The MIT License + * + * Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr) + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ + +/** + * This package contains Easy Rules JMX support utility classes. + */ +package org.easyrules.jmx.util;