Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76C49177BB for ; Mon, 23 Mar 2015 17:03:00 +0000 (UTC) Received: (qmail 75117 invoked by uid 500); 23 Mar 2015 17:03:00 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 75063 invoked by uid 500); 23 Mar 2015 17:03:00 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 74352 invoked by uid 99); 23 Mar 2015 17:02:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 17:02:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F0A9E1823; Mon, 23 Mar 2015 17:02:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reto@apache.org To: commits@clerezza.apache.org Date: Mon, 23 Mar 2015 17:03:16 -0000 Message-Id: <759f6f7a089c422eb3a3d3a6f335d729@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/51] [partial] clerezza git commit: CLEREZZA-966: removed platform. prefix of folder names http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/staticweb/scripts/language-list.js ---------------------------------------------------------------------- diff --git a/platform/language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/staticweb/scripts/language-list.js b/platform/language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/staticweb/scripts/language-list.js new file mode 100644 index 0000000..f88737e --- /dev/null +++ b/platform/language/platform.language.core/src/main/resources/org/apache/clerezza/platform/language/staticweb/scripts/language-list.js @@ -0,0 +1,35 @@ +/* + * 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. + */ + +/** + * The LanguageList is a global object which provides a function to retrieve + * the language selected in the language list widget. + * + */ + +LanguageList = new Object(); + + +LanguageList.getLanguage = function() { + var language = ""; + $('#availablelanguages option:selected').each(function() { + language = $(this).val(); + }); + return language; +} http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/language/platform.language.ontologies/LICENSE ---------------------------------------------------------------------- diff --git a/platform/language/platform.language.ontologies/LICENSE b/platform/language/platform.language.ontologies/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/platform/language/platform.language.ontologies/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/language/platform.language.ontologies/pom.xml ---------------------------------------------------------------------- diff --git a/platform/language/platform.language.ontologies/pom.xml b/platform/language/platform.language.ontologies/pom.xml new file mode 100644 index 0000000..e836b09 --- /dev/null +++ b/platform/language/platform.language.ontologies/pom.xml @@ -0,0 +1,67 @@ + + + + 4.0.0 + + org.apache.clerezza + platform.language + 0.3 + + org.apache.clerezza + platform.language.ontologies + 1.0.0-SNAPSHOT + bundle + Clerezza - Platform Language Ontologies + + Language Ontologies + + + + org.apache.clerezza + rdf.core + 0.14 + + + + + + org.apache.clerezza + maven-ontologies-plugin + + + generate-sources + + ${basedir}/src/main/resources + + ${basedir}/target/generated-sources/main/java + + + + generate + + + + 0.4 + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/language/platform.language.ontologies/src/main/resources/org/apache/clerezza/platform/language/ontologies/language.rdf ---------------------------------------------------------------------- diff --git a/platform/language/platform.language.ontologies/src/main/resources/org/apache/clerezza/platform/language/ontologies/language.rdf b/platform/language/platform.language.ontologies/src/main/resources/org/apache/clerezza/platform/language/ontologies/language.rdf new file mode 100644 index 0000000..9e8ff8c --- /dev/null +++ b/platform/language/platform.language.ontologies/src/main/resources/org/apache/clerezza/platform/language/ontologies/language.rdf @@ -0,0 +1,52 @@ + + + + + + + + + Revision: 0.1 + + Clerezza Language + + + + + + + + + + Language List + A list containing Lingvoj language uris + + + + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/language/pom.xml ---------------------------------------------------------------------- diff --git a/platform/language/pom.xml b/platform/language/pom.xml new file mode 100644 index 0000000..cb1cae0 --- /dev/null +++ b/platform/language/pom.xml @@ -0,0 +1,41 @@ + + + + 4.0.0 + + org.apache.clerezza + clerezza + 0.5 + ../parent + + org.apache.clerezza + platform.language + pom + 1.0.0-SNAPSHOT + Clerezza - Platform Language + This bundles provides methods to manage languages in the Clerezza platform. + + + platform.language.ontologies + platform.language.core + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/LICENSE ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/LICENSE b/platform/launcher.mulgara/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/platform/launcher.mulgara/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/pom.xml ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/pom.xml b/platform/launcher.mulgara/pom.xml new file mode 100644 index 0000000..2c44d16 --- /dev/null +++ b/platform/launcher.mulgara/pom.xml @@ -0,0 +1,163 @@ + + + + 4.0.0 + + org.apache.clerezza + clerezza + 0.2-SNAPSHOT + ../parent + + org.apache.clerezza + platform.launcher.mulgara + 0.5-SNAPSHOT + jar + Clerezza - Platform Launcher with Mulgara + Mulgara variant of standalone java application for launching the clerezza.org platform. It is also a bundle, but there is no OSGi container known to support this (we are working on it :-) ). + + + + org.codehaus.xsite + xsite-maven-plugin + + ${basedir}/src/site/xsite + content/sitemap.xml + templates/skin.html + ${basedir}/target/site/documentation + + + + pre-site + + run + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + inline-jars + + unpack-dependencies + + + + org.apache.clerezza.platform.launcher.storageless + + target/extracted + ** + + META-INF/** + + + + + + copy-dependencies + + copy-platform-bundles + + ${basedir}/target/bundles/startlevel-3 + true + true + runtime + slf4j-api + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.clerezza.platform.launcher.Main + true + + + Clerezza - Platform Launcher + org.apache.clerezza.platform.launcher.tdb + org.apache.clerezza.platform.launcher.Main + org.osgi.framework,org.osgi.service.startlevel + * + + + + + + + + target/extracted/ + + ** + + + + META-INF + false + ${basedir} + + NOTICE.txt + LICENSE.* + + + + + bundles + target/bundles + + **/*20*.*-*.jar + + + + + + + org.apache.clerezza + platform.launcher.storageless + provided + + + + org.apache.clerezza + rdf.mulgara.storage + runtime + + + org.apache.clerezza.ext + org.mulgara + runtime + + + org.apache.clerezza.ext + org.openrdf.sesame + runtime + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/main/appended-resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/main/appended-resources/META-INF/NOTICE b/platform/launcher.mulgara/src/main/appended-resources/META-INF/NOTICE new file mode 100644 index 0000000..27c71d2 --- /dev/null +++ b/platform/launcher.mulgara/src/main/appended-resources/META-INF/NOTICE @@ -0,0 +1,6 @@ + + +- Mort Bay Jetty Project (http://www.mortbay.org/jetty/) +- Open Participation Software for Java (http://www.ops4j.org/) +- WYMIWYG (http://wymiwyg.org/) +- HP Labs Semantic Web Research (http://www.hpl.hp.com/semweb/) http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/resources/documentation/images/tut_1_class_diagram.png ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/resources/documentation/images/tut_1_class_diagram.png b/platform/launcher.mulgara/src/site/resources/documentation/images/tut_1_class_diagram.png new file mode 100644 index 0000000..0bd04f4 Binary files /dev/null and b/platform/launcher.mulgara/src/site/resources/documentation/images/tut_1_class_diagram.png differ http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/resources/documentation/style/style.css ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/resources/documentation/style/style.css b/platform/launcher.mulgara/src/site/resources/documentation/style/style.css new file mode 100644 index 0000000..ff49a4d --- /dev/null +++ b/platform/launcher.mulgara/src/site/resources/documentation/style/style.css @@ -0,0 +1,421 @@ +/* + * + * 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. + * +*/ + +/*--------------------------------------------------------------------------- + * Two- and three-column layout + */ + +#banner { + top: 0px; + left: 0px; + right: 0px; + height: 116px; +} + +#left { + position: absolute; + z-index: 2; + left: 8px; + width: 184px; + top: 125px; + bottom: 8px; + margin: 0px; + padding: 0px; +} + +#right { + position: absolute; + z-index: 1; + right: 8px; + width: 184px; + top: 125px; + bottom: 8px; + margin: 0px; + padding: 0px; +} + +.Content3Column { + position: absolute; + top: 125px; + bottom: 8px; + left: 208px; + right: 216px; +} + +.Content2Column { + position: absolute; + top: 125px; + bottom: 8px; + left: 208px; + right: 16px; +} + +#center { + z-index: 3; + margin: 0px; + border: none; + padding-bottom: 8px; +} + + +/*--------------------------------------------------------------------------- + * Default element styles + */ + +body { + padding: 0px; + margin: 0px; + border: 0px; + + font-family: helvetica, arial, sans-serif; + font-size: 12px; + + background-color: white; + color: black; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0px; + border: 0px; + padding: 0px; + font-weight: normal; +} + +a:link { color: #008DA8; } +a:active { color: #FE5400; } +a:hover { color: #FE5400; } +a:visited { color: black; } + +iframe { + width:100%; + height: 800px; + border: 0px; +} + +img { + border: 0px; + padding: 0px; + margin: 0px; +} + +p { + border: 0px; + padding: 0px; + margin: 0px; + margin-bottom: 10px; +} + +blockquote { + margin-bottom: 10px; +} + +td { + font-size: 12px; + padding: 2px; +} + +tr.a { + background-color: #e0e0e0; +} +tr.b { + background-color: #ffffff; +} + +th { + font-size: 12px; + font-weight: bold; + white-space: nowrap; + padding: 2px; +} + +th.Row { + text-align: left; + vertical-align: top; +} + +ul, ol { + border: 0px; + padding: 0px; + margin-top: 0px; + margin-bottom: 12px; + margin-left: 20px; +} + + +/*--------------------------------------------------------------------------- + * Page banner + */ + +#banner { + margin: 0px; + border: 0px; + border-bottom: 1px solid #008DA8; + padding: 0px; + background-color: #e0e0e0; + color: #008DA8; + vertical-align: bottom; +} + +#banner a { text-decoration: none; } +#banner a:visited { color: #008DA8; } +#banner a:hover { color: #FE5400; } +#banner a:active { color: #FE5400; } + +#logo { + position: absolute; + top: 5px; + left: 8px; +} + +#versions { + position: absolute; + width: auto; + right: 0px; + top: 0px; + margin: 8px; + font-weight: normal; +} + +/*--------------------------------------------------------------------------- + * Page content + */ + +#content { + margin: 0px; + background-color: white; + color: black; + height: 100%; +} + +#content h1 { + width: 100%; + font-size: 18px; + background-color: #008DA8; + color: white; + padding: 2px; + padding-left: 6px; + margin-top: 24px; + margin-bottom: 12px; +} + +#content .FirstChild { /* IE doesn't understand first-child pseudoelement */ + margin-top: 0px; +} + +#content a { text-decoration: underline; } +#content a:link { color: #008DA8; } +#content a:visited { color: #008DA8; } +#content a:active { color: #FE5400; } +#content a:hover { color: #FE5400; } + +#content h2 { + margin-top: 24px; + border-top: 1px solid #008DA8; + margin-bottom: 16px; + font-size: 15px; + font-weight: bold; + background-color: #e0e0e0;; + padding: 2px; +} + +#content li { + margin-bottom: 6px; +} + +#content th { + background-color: #e0e0e0; +} + +#content td { + +} + +.Source pre { + padding: 4px; + font-family: courier new, monospace; + font-size: 11px; + border: 1px solid #008DA8; + background-color: #e0e0e0; + color: black; +} + +.Source:before { + margin: 0px; + padding: 0px; + border: 0px; + font-size: inherit; + line-spacing: 100%; +} + +.highlight { + background-color: #e0e0e0; + border: 1px dotted #008DA8; + padding: 5px; +} + +/* The following are for images, but can also apply to div's containing images. */ + +#content .Float { + float: right; + margin-left: 8px; + margin-right: 0px; + margin-top: 8px; + margin-bottom: 8px; +} + +#content .Diagram { + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 8px; + margin-bottom: 8px; +} + + +#content .Inline { + display: inline; +} + +.RuleOfThumb { + font-weight: bold; +} + +/*--------------------------------------------------------------------------- + * Side panels + */ + +.SidePanel { + background-color: white; + padding: 0px; + font-size: 11px; +} + +.SidePanel h1 { + margin: 0px; + border: 0px; + padding: 4px; + + color: #008DA8; + + font-size: 12px; + font-weight: bold; +} + + +.SidePanel a { text-decoration: none; } +.SidePanel a:link { color: #000000; } +.SidePanel a:visited { color: #000000; } +.SidePanel a:active { color: #FE5400; } +.SidePanel a:hover { color: #FE5400; } + +/*--------------------------------------------------------------------------- + * Menus + */ + +.MenuGroup { + border-left: 1px solid #A3DAE6; + border-top: 1px solid #A3DAE6; + border-bottom: 1px solid white; /* IE work-around */ + + margin-bottom: 8px; + background-color: white; + color: #008DA8; +} + +.MenuGroup ul { + margin: 0px; + padding-left: 4px; + list-style-type: none; +} + +.MenuGroup li { + padding: 2px; +} + +.MenuGroup .currentLink { +/* background-color: #060;*/ + background-color: #e0e0e0; + color: #008DA8; +} + + +/*--------------------------------------------------------------------------- + * News panel + */ + +.NewsGroup { + border-left: 1px solid #A3DAE6; + border-top: 1px solid #A3DAE6; + border-bottom: 1px solid white; /* IE workaround */ + margin-bottom: 8px; + + color: #008DA8; +} + +.NewsItem { + margin: 4px; +} + +.NewsDate { + font-weight: bold; + margin: 0px; + padding: 0px; +} + +.NewsText { + padding: 0px; + margin: 0px; + margin-bottom: 8px; +} + +.NewsText a { text-decoration: underline; } +.NewsText a:link { color: #008DA8; } +.NewsText a:visited { color: #008DA8; } +.NewsText a:active { color: #FE5400; } +.NewsText a:hover { color: #FE5400; } + +.NewsMore { + font-size: smaller; + margin: 4px; + margin-top: 8px; + text-align: left; +} + +.NewsGroup td { + font-size: 12px; +} + +/*--------------------------------------------------------------------------- + * Document meta-information + */ + +.Meta { + margin-top: 64px; + font-size: smaller; + color: #008DA8; + text-align: right; +} + +.Meta a { text-decoration: underline; } +.Meta a:link { color: #008DA8; } +.Meta a:visited { color: #008DA8; } +.Meta a:active { color: #FE5400; } +.Meta a:hover { color: #FE5400; } http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/resources/images/clerezza.png ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/resources/images/clerezza.png b/platform/launcher.mulgara/src/site/resources/images/clerezza.png new file mode 100644 index 0000000..cb0efb0 Binary files /dev/null and b/platform/launcher.mulgara/src/site/resources/images/clerezza.png differ http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/site.xml ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/site.xml b/platform/launcher.mulgara/src/site/site.xml new file mode 100644 index 0000000..62c8fd3 --- /dev/null +++ b/platform/launcher.mulgara/src/site/site.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/xsite/content/information.xhtml ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/xsite/content/information.xhtml b/platform/launcher.mulgara/src/site/xsite/content/information.xhtml new file mode 100644 index 0000000..5d30fab --- /dev/null +++ b/platform/launcher.mulgara/src/site/xsite/content/information.xhtml @@ -0,0 +1,41 @@ + + + + + + Clerezza platform launcher with Mulgara storage + + +

Clerezza platform launcher with Jena TDB storage

+

Author: Manuel Innerhofer - clerezza.org

+

Date: June 24, 2009

+

Information

+

+ This is a launcher for the clerezza platform. It uses Mulgara as + rdf storage. For further information on how to use this launcher read + the documentation of the storageless launcher under +
+ http://clerezza.org/projects/org.apache.clerezza.platform.launcher.storageless/ +

+ + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/xsite/content/sitemap.xml ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/xsite/content/sitemap.xml b/platform/launcher.mulgara/src/site/xsite/content/sitemap.xml new file mode 100644 index 0000000..ecb9016 --- /dev/null +++ b/platform/launcher.mulgara/src/site/xsite/content/sitemap.xml @@ -0,0 +1,26 @@ + + +
+ Documentation + information.xhtml +
+
http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.mulgara/src/site/xsite/templates/skin.html ---------------------------------------------------------------------- diff --git a/platform/launcher.mulgara/src/site/xsite/templates/skin.html b/platform/launcher.mulgara/src/site/xsite/templates/skin.html new file mode 100644 index 0000000..bb1b45d --- /dev/null +++ b/platform/launcher.mulgara/src/site/xsite/templates/skin.html @@ -0,0 +1,71 @@ + + + + + + clerezza.org - ${title} + + ${head} + + + + + +
+
+ + ${body} +

Copyright (c) 2008-2009 trialox.org (trialox AG, Switzerland)

+

+
+
+ +
+ <#list sitemap.sections as section> + + + +
+ + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/DISCLAIMER ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/DISCLAIMER b/platform/launcher.sesame/DISCLAIMER new file mode 100644 index 0000000..ab24be4 --- /dev/null +++ b/platform/launcher.sesame/DISCLAIMER @@ -0,0 +1,11 @@ +Apache Clerezza is an effort undergoing incubation at The Apache Software +Foundation (ASF), sponsored by the Apache Incubator. + +Incubation is required of all newly accepted projects until a further +review indicates that the infrastructure, communications, and decision +making process have stabilized in a manner consistent with other +successful ASF projects. + +While incubation status is not necessarily a reflection of the +completeness or stability of the code, it does indicate that the +project has yet to be fully endorsed by the ASF. http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/LICENSE ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/LICENSE b/platform/launcher.sesame/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/platform/launcher.sesame/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/README.txt ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/README.txt b/platform/launcher.sesame/README.txt new file mode 100644 index 0000000..6698c91 --- /dev/null +++ b/platform/launcher.sesame/README.txt @@ -0,0 +1,11 @@ +Apache Clerezza TDB Launcher + +The provided launcher jar is executable, however on most platform you must +provide additional arguments to java so that Clerezza has enough memory to run. + +Start clerezza with: + +java -XX:MaxPermSize=400m -Dfile.encoding=utf-8 -Xss512k -Xmx2g -jar platform.launcher.tdb-*.jar + +Add the --help at the end of the line above to see possible argument for +Clerezza http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/pom.xml ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/pom.xml b/platform/launcher.sesame/pom.xml new file mode 100644 index 0000000..9ae7e9a --- /dev/null +++ b/platform/launcher.sesame/pom.xml @@ -0,0 +1,178 @@ + + 4.0.0 + + org.apache.clerezza + clerezza + 0.3-SNAPSHOT + ../parent + + org.apache.clerezza + platform.launcher.sesame + 0.5-SNAPSHOT + jar + Clerezza - Platform Launcher with Sesame Storage + Sesame variant of standalone java application for launching the clerezza.org platform. It is also a bundle, but there is no OSGi container known to support this (we are working on it :-) ). + + + + org.codehaus.xsite + xsite-maven-plugin + + ${basedir}/src/site/xsite + content/sitemap.xml + templates/skin.html + ${basedir}/target/site/documentation + + + + pre-site + + run + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + inline-jars + + unpack-dependencies + + + + platform.launcher.storageless + + target/extracted + ** + + META-INF/** + + + + + + copy-dependencies + + copy-platform-bundles + + ${basedir}/target/bundles/startlevel-3 + true + true + runtime + slf4j-api + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.clerezza.platform.launcher.Main + true + + + Clerezza - Platform Launcher + org.apache.clerezza.platform.launcher.sesame + org.apache.clerezza.platform.launcher.Main + org.osgi.framework,org.osgi.service.startlevel + * + + + + + + maven-assembly-plugin + 2.2.1 + + clerezza-tdb + + src/main/assembly/src.xml + + + + + make-assembly + package + + single + + + + + + + + target/extracted/ + + ** + + + + META-INF + false + ${basedir} + + NOTICE.txt + LICENSE.* + + + + + bundles + target/bundles/ + + **/*20*.*-*.jar + + + + + + + org.apache.clerezza + platform.launcher.storageless + provided + 0.9-SNAPSHOT + + + + org.apache.clerezza + rdf.sesame.storage + runtime + 0.13-SNAPSHOT + + + org.apache.clerezza.ext + org.openrdf.sesame + runtime + 0.5-SNAPSHOT + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/src/main/appended-resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/src/main/appended-resources/META-INF/NOTICE b/platform/launcher.sesame/src/main/appended-resources/META-INF/NOTICE new file mode 100644 index 0000000..27c71d2 --- /dev/null +++ b/platform/launcher.sesame/src/main/appended-resources/META-INF/NOTICE @@ -0,0 +1,6 @@ + + +- Mort Bay Jetty Project (http://www.mortbay.org/jetty/) +- Open Participation Software for Java (http://www.ops4j.org/) +- WYMIWYG (http://wymiwyg.org/) +- HP Labs Semantic Web Research (http://www.hpl.hp.com/semweb/) http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/src/main/assembly/src.xml b/platform/launcher.sesame/src/main/assembly/src.xml new file mode 100644 index 0000000..5c696d4 --- /dev/null +++ b/platform/launcher.sesame/src/main/assembly/src.xml @@ -0,0 +1,69 @@ + + + + distribution + + zip + + + + README.txt + / + + + + LICENSE + / + + + target/classes/META-INF/NOTICE + / + + + DISCLAIMER + / + + + + + + LICENSE* + + / + + + target + + platform.launcher.sesame-*.jar + + + *sources.jar + + / + + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/70220239/platform/launcher.sesame/src/site/resources/documentation/images/tut_1_class_diagram.png ---------------------------------------------------------------------- diff --git a/platform/launcher.sesame/src/site/resources/documentation/images/tut_1_class_diagram.png b/platform/launcher.sesame/src/site/resources/documentation/images/tut_1_class_diagram.png new file mode 100644 index 0000000..0bd04f4 Binary files /dev/null and b/platform/launcher.sesame/src/site/resources/documentation/images/tut_1_class_diagram.png differ