From 6e0e5bf200aefd2b546d304091869e8324804011 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Tue, 25 Mar 2014 13:44:27 +0000 Subject: Update fake ant dependency to 1.9.2. Change-Id: I0640d3814dbe8d90a89522a566a45421a773846b Signed-off-by: Mat Booth Reviewed-on: https://git.eclipse.org/r/23994 Reviewed-by: Alexander Kurtakov IP-Clean: Alexander Kurtakov Tested-by: Alexander Kurtakov --- .../META-INF/MANIFEST.MF | 59 -- .../META-INF/eclipse.inf | 4 - .../org.apache.ant_1.8.4.v201209061652/about.html | 78 -- .../about_files/ASL-LICENSE-2.0.txt | 202 ---- .../about_files/DOM-LICENSE.html | 111 --- .../about_files/LICENSE | 272 ------ .../about_files/NOTICE | 6 - .../about_files/SAX-LICENSE.html | 81 -- .../etc/ant-bootstrap.jar | Bin 19675 -> 0 bytes .../etc/changelog.xsl | 148 --- .../etc/checkstyle/checkstyle-frames.xsl | 299 ------ .../etc/checkstyle/checkstyle-text.xsl | 34 - .../etc/checkstyle/checkstyle-xdoc.xsl | 130 --- .../etc/coverage-frames.xsl | 489 ---------- .../etc/jdepend-frames.xsl | 487 ---------- .../etc/jdepend.xsl | 276 ------ .../etc/junit-frames-xalan1.xsl | 735 -------------- .../etc/junit-frames.xsl | 904 ----------------- .../etc/junit-noframes.xsl | 480 --------- .../org.apache.ant_1.8.4.v201209061652/etc/log.xsl | 203 ---- .../etc/maudit-frames.xsl | 503 ---------- .../etc/mmetrics-frames.xsl | 1026 -------------------- .../etc/tagdiff.xsl | 179 ---- .../plugin.properties | 12 - .../META-INF/MANIFEST.MF | 59 ++ .../META-INF/eclipse.inf | 4 + .../org.apache.ant_1.9.2.v201307241445/about.html | 78 ++ .../about_files/ASL-LICENSE-2.0.txt | 202 ++++ .../about_files/DOM-LICENSE.html | 111 +++ .../about_files/LICENSE | 272 ++++++ .../about_files/NOTICE | 6 + .../about_files/SAX-LICENSE.html | 81 ++ .../etc/changelog.xsl | 148 +++ .../etc/checkstyle/checkstyle-frames.xsl | 299 ++++++ .../etc/checkstyle/checkstyle-text.xsl | 34 + .../etc/checkstyle/checkstyle-xdoc.xsl | 130 +++ .../etc/coverage-frames.xsl | 489 ++++++++++ .../etc/jdepend-frames.xsl | 487 ++++++++++ .../etc/jdepend.xsl | 276 ++++++ .../etc/junit-frames-xalan1.xsl | 745 ++++++++++++++ .../etc/junit-frames.xsl | 955 ++++++++++++++++++ .../etc/junit-noframes.xsl | 496 ++++++++++ .../org.apache.ant_1.9.2.v201307241445/etc/log.xsl | 203 ++++ .../etc/maudit-frames.xsl | 503 ++++++++++ .../etc/mmetrics-frames.xsl | 1026 ++++++++++++++++++++ .../etc/tagdiff.xsl | 179 ++++ .../plugin.properties | 12 + dependencies/fake_ant_dependency.sh | 10 +- 48 files changed, 6801 insertions(+), 6722 deletions(-) delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/MANIFEST.MF delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/eclipse.inf delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about.html delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/ASL-LICENSE-2.0.txt delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/DOM-LICENSE.html delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/LICENSE delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/NOTICE delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/SAX-LICENSE.html delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/ant-bootstrap.jar delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/changelog.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-frames.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-text.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-xdoc.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/coverage-frames.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend-frames.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames-xalan1.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-noframes.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/log.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/maudit-frames.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/mmetrics-frames.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/tagdiff.xsl delete mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/plugin.properties create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/MANIFEST.MF create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/eclipse.inf create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about.html create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/ASL-LICENSE-2.0.txt create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/DOM-LICENSE.html create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/LICENSE create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/NOTICE create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/SAX-LICENSE.html create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/changelog.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-frames.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-text.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-xdoc.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/coverage-frames.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend-frames.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames-xalan1.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-noframes.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/log.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/maudit-frames.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/mmetrics-frames.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/tagdiff.xsl create mode 100644 .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/plugin.properties diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/MANIFEST.MF b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/MANIFEST.MF deleted file mode 100644 index 7af69da..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/MANIFEST.MF +++ /dev/null @@ -1,59 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ClassPath: lib/ant-antlr.jar,lib/ant-apache-bcel.jar,lib/ant-ap - ache-bsf.jar,lib/ant-apache-log4j.jar,lib/ant-apache-oro.jar,lib/ant- - apache-regexp.jar,lib/ant-apache-resolver.jar,lib/ant-apache-xalan2.j - ar,lib/ant-commons-logging.jar,lib/ant-commons-net.jar,lib/ant-jai.ja - r,lib/ant-javamail.jar,lib/ant-jdepend.jar,lib/ant-jmf.jar,lib/ant-js - ch.jar,lib/ant-junit.jar,lib/ant-junit4.jar,lib/ant-launcher.jar,lib/ - ant-netrexx.jar,lib/ant-swing.jar,lib/ant-testutil.jar,lib/ant.jar -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.apache.ant -Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too - ls:org.eclipse.orbit/org.apache.ant;tag=v201209061652 -Require-Bundle: org.eclipse.osgi -Export-Package: org.apache.tools.ant,org.apache.tools.ant.dispatch,org - .apache.tools.ant.filters,org.apache.tools.ant.filters.util,org.apach - e.tools.ant.helper,org.apache.tools.ant.input,org.apache.tools.ant.la - unch,org.apache.tools.ant.listener,org.apache.tools.ant.loader,org.ap - ache.tools.ant.property,org.apache.tools.ant.taskdefs,org.apache.tool - s.ant.taskdefs.compilers,org.apache.tools.ant.taskdefs.condition,org. - apache.tools.ant.taskdefs.cvslib,org.apache.tools.ant.taskdefs.email, - org.apache.tools.ant.taskdefs.optional,org.apache.tools.ant.taskdefs. - optional.ccm,org.apache.tools.ant.taskdefs.optional.clearcase,org.apa - che.tools.ant.taskdefs.optional.depend,org.apache.tools.ant.taskdefs. - optional.depend.constantpool,org.apache.tools.ant.taskdefs.optional.e - jb,org.apache.tools.ant.taskdefs.optional.extension,org.apache.tools. - ant.taskdefs.optional.extension.resolvers,org.apache.tools.ant.taskde - fs.optional.i18n,org.apache.tools.ant.taskdefs.optional.image,org.apa - che.tools.ant.taskdefs.optional.j2ee,org.apache.tools.ant.taskdefs.op - tional.javacc,org.apache.tools.ant.taskdefs.optional.javah,org.apache - .tools.ant.taskdefs.optional.jdepend,org.apache.tools.ant.taskdefs.op - tional.jlink,org.apache.tools.ant.taskdefs.optional.jsp,org.apache.to - ols.ant.taskdefs.optional.jsp.compilers,org.apache.tools.ant.taskdefs - .optional.junit,org.apache.tools.ant.taskdefs.optional.native2ascii,o - rg.apache.tools.ant.taskdefs.optional.net,org.apache.tools.ant.taskde - fs.optional.perforce,org.apache.tools.ant.taskdefs.optional.pvcs,org. - apache.tools.ant.taskdefs.optional.script,org.apache.tools.ant.taskde - fs.optional.sos,org.apache.tools.ant.taskdefs.optional.sound,org.apac - he.tools.ant.taskdefs.optional.splash,org.apache.tools.ant.taskdefs.o - ptional.ssh,org.apache.tools.ant.taskdefs.optional.testing,org.apache - .tools.ant.taskdefs.optional.unix,org.apache.tools.ant.taskdefs.optio - nal.vss,org.apache.tools.ant.taskdefs.optional.windows,org.apache.too - ls.ant.taskdefs.rmic,org.apache.tools.ant.types,org.apache.tools.ant. - types.mappers,org.apache.tools.ant.types.optional,org.apache.tools.an - t.types.optional.depend,org.apache.tools.ant.types.optional.image,org - .apache.tools.ant.types.resolver,org.apache.tools.ant.types.resources - ,org.apache.tools.ant.types.resources.comparators,org.apache.tools.an - t.types.resources.selectors,org.apache.tools.ant.types.selectors,org. - apache.tools.ant.types.selectors.modifiedselector,org.apache.tools.an - t.types.spi,org.apache.tools.ant.util,org.apache.tools.ant.util.depen - d,org.apache.tools.ant.util.depend.bcel,org.apache.tools.ant.util.fac - ade,org.apache.tools.ant.util.java15,org.apache.tools.ant.util.option - al,org.apache.tools.ant.util.regexp,org.apache.tools.bzip2,org.apache - .tools.mail,org.apache.tools.tar,org.apache.tools.zip -Bundle-Version: 1.8.4.v201209061652 -Bundle-ManifestVersion: 2 - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/eclipse.inf b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/eclipse.inf deleted file mode 100644 index 68d6fa9..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/META-INF/eclipse.inf +++ /dev/null @@ -1,4 +0,0 @@ -#Processed using Jarprocessor -jarprocessor.exclude.children.sign = true -pack200.args = -E4 -pack200.conditioned = true diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about.html b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about.html deleted file mode 100644 index e0c7fe3..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - -About - - -

About This Content

- -

June, 2012

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- -

Third Party Content

- -

-The Content includes items that have been sourced from third parties as set out below. If you -did not receive this Content directly from the Eclipse Foundation, the following is provided -for informational purposes only, and you should look to the Redistributor’s license for -terms and conditions of use. -

- -

Ant 1.8.4

- -

-Information about what changed in Ant 1.8.4 from Ant 1.8.3 can be found in the release notes. -

-

-The plug-in includes software developed by The Apache Software Foundation as part of the Ant project. -

- -

-The Ant binary code in ant.jar and the scripts ant, ant.bat, ant.cmd, antenv.cmd, antRun, antRun.bat, antRun.pl, complete-ant-cmd.pl, envset.cmd, lcp.bat, runant.pl, runant.py and runrc.cmd are included with the plug-in with no modifications. -

- -

-Your use of the Ant code and the scripts is subject to the terms and conditions of the Apache License, Version 2.0. A copy of the license is contained -in the file ASL-LICENSE-2.0.txt and is also available at http://www.apache.org/licenses/LICENSE-2.0.html. -

-

-The names "Ant" and "Apache Software Foundation" must not be used to endorse or promote products derived from this -software without prior written permission. For written permission, please contact apache@apache.org. -

- -

-The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0. -

- -

Ant includes the following software:

- -
-

DOM

-

- DOM is developed by the World Wide Web Consortium. Your use of DOM is subject to the terms and conditions of the license found in the - file DOM-LICENSE.html which is included with this plug-in and can also be found at - http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231. -

- -

SAX

- -

SAX is developed by the SAX project (http://www.saxproject.org). Your use of SAX is subject to the - terms and conditions of the license found in the file SAX-LICENSE.html which is included with this plug-in.

-
- - \ No newline at end of file diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/ASL-LICENSE-2.0.txt b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/ASL-LICENSE-2.0.txt deleted file mode 100644 index 75b5248..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/ASL-LICENSE-2.0.txt +++ /dev/null @@ -1,202 +0,0 @@ - - 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. diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/DOM-LICENSE.html b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/DOM-LICENSE.html deleted file mode 100644 index eb57f83..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/DOM-LICENSE.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - -DOM License - - - - - - - - -
-
-

W3C Software Notice and License

-
-
-

This work (and included software, -documentation such as READMEs, or other related items) is being -provided by the copyright holders under the following license.

-

License

-

By obtaining, using and/or copying this work, -you (the licensee) agree that you have read, understood, and will -comply with the following terms and conditions.

-

Permission to copy, modify, and distribute this software and its -documentation, with or without modification, for any purpose -and without fee or royalty is hereby granted, provided that you -include the following on ALL copies of the software and -documentation or portions thereof, including modifications:

-
    -
  • The full text of this NOTICE in a location viewable to users of -the redistributed or derivative work.
  • -
  • Any pre-existing intellectual property disclaimers, notices, or -terms and conditions. If none exist, the -W3C Software Short Notice should be included (hypertext is -preferred, text is permitted) within the body of any redistributed -or derivative code.
  • -
  • Notice of any changes or modifications to the files, including -the date changes were made. (We recommend you provide URIs to the -location from which the code is derived.)
  • -
-

Disclaimers

-

THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND -COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE -USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD -PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

-

COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, -SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE -SOFTWARE OR DOCUMENTATION.

-

The name and trademarks of copyright holders may NOT be used in -advertising or publicity pertaining to the software without -specific, written prior permission. Title to copyright in this -software and any associated documentation will at all times remain -with copyright holders.

-

Notes

-

This version: -http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231

-

This formulation of W3C's notice and license became active on -December 31 2002. This version removes the copyright ownership -notice such that this license can be used with materials other than -those owned by the W3C, reflects that ERCIM is now a host of the -W3C, includes references to this specific dated version of the -license, and removes the ambiguous grant of "use". Otherwise, this -version is the same as the previous -version and is written so as to preserve the -Free Software Foundation's assessment of GPL compatibility and -OSI's -certification under the Open Source -Definition.

-
-
-
-
- - -
- - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/LICENSE b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/LICENSE deleted file mode 100644 index e7789e0..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/LICENSE +++ /dev/null @@ -1,272 +0,0 @@ -/* - * 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. - */ - -W3C® SOFTWARE NOTICE AND LICENSE -http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 - -This work (and included software, documentation such as READMEs, or other -related items) is being provided by the copyright holders under the following -license. By obtaining, using and/or copying this work, you (the licensee) agree -that you have read, understood, and will comply with the following terms and -conditions. - -Permission to copy, modify, and distribute this software and its documentation, -with or without modification, for any purpose and without fee or royalty is -hereby granted, provided that you include the following on ALL copies of the -software and documentation or portions thereof, including modifications: - - 1. The full text of this NOTICE in a location viewable to users of the - redistributed or derivative work. - 2. Any pre-existing intellectual property disclaimers, notices, or terms - and conditions. If none exist, the W3C Software Short Notice should be - included (hypertext is preferred, text is permitted) within the body - of any redistributed or derivative code. - 3. Notice of any changes or modifications to the files, including the date - changes were made. (We recommend you provide URIs to the location from - which the code is derived.) - -THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE -NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT -THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY -PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. - -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. - -The name and trademarks of copyright holders may NOT be used in advertising or -publicity pertaining to the software without specific, written prior permission. -Title to copyright in this software and any associated documentation will at -all times remain with copyright holders. - -____________________________________ - -This formulation of W3C's notice and license became active on December 31 2002. -This version removes the copyright ownership notice such that this license can -be used with materials other than those owned by the W3C, reflects that ERCIM -is now a host of the W3C, includes references to this specific dated version of -the license, and removes the ambiguous grant of "use". Otherwise, this version -is the same as the previous version and is written so as to preserve the Free -Software Foundation's assessment of GPL compatibility and OSI's certification -under the Open Source Definition. Please see our Copyright FAQ for common -questions about using materials from our site, including specific terms and -conditions for packages like libwww, Amaya, and Jigsaw. Other questions about -this notice can be directed to site-policy@w3.org. - -Joseph Reagle - -This license came from: http://www.megginson.com/SAX/copying.html - However please note future versions of SAX may be covered - under http://saxproject.org/?selected=pd - -SAX2 is Free! - -I hereby abandon any property rights to SAX 2.0 (the Simple API for -XML), and release all of the SAX 2.0 source code, compiled code, and -documentation contained in this distribution into the Public Domain. -SAX comes with NO WARRANTY or guarantee of fitness for any -purpose. - -David Megginson, david@megginson.com -2000-05-05 diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/NOTICE b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/NOTICE deleted file mode 100644 index a47f692..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ - Apache Ant - Copyright 1999-2010 The Apache Software Foundation - - The task is based on code Copyright (c) 2002, Landmark - Graphics Corp that has been kindly donated to the Apache Software - Foundation. diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/SAX-LICENSE.html b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/SAX-LICENSE.html deleted file mode 100644 index a4b9cb9..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/about_files/SAX-LICENSE.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - -SAX License - - - - -

Origin

-

This page was originally taken from: http://www.saxproject.org/copying.html -with the navigation links remove from the left-hand-side of the -page.

-

Copyright Status

-
-

SAX is free!

-

In fact, it's not possible to own a license to SAX, since it's -been placed in the public domain.

-

No Warranty

-

Because SAX is released to the public domain, there is no -warranty for the design or for the software implementation, to the -extent permitted by applicable law. Except when otherwise stated in -writing the copyright holders and/or other parties provide SAX "as -is" without warranty of any kind, either expressed or implied, -including, but not limited to, the implied warranties of -merchantability and fitness for a particular purpose. The entire -risk as to the quality and performance of SAX is with you. Should -SAX prove defective, you assume the cost of all necessary -servicing, repair or correction.

-

In no event unless required by applicable law or agreed to in -writing will any copyright holder, or any other party who may -modify and/or redistribute SAX, be liable to you for damages, -including any general, special, incidental or consequential damages -arising out of the use or inability to use SAX (including but not -limited to loss of data or data being rendered inaccurate or losses -sustained by you or third parties or a failure of the SAX to -operate with any other programs), even if such holder or other -party has been advised of the possibility of such damages.

-

Copyright Disclaimers

-

This page includes statements to that effect by David Megginson, -who would have been able to claim copyright for the original -work.

- -

SAX 1.0

-

Version 1.0 of the Simple API for XML (SAX), created -collectively by the membership of the XML-DEV mailing list, is -hereby released into the public domain.

-

No one owns SAX: you may use it freely in both commercial and -non-commercial applications, bundle it with your software -distribution, include it on a CD-ROM, list the source code in a -book, mirror the documentation at your own web site, or use it in -any other way you see fit.

-

David Megginson, Megginson Technologies Ltd.
-1998-05-11

-

SAX 2.0

-

I hereby abandon any property rights to SAX 2.0 (the Simple API -for XML), and release all of the SAX 2.0 source code, compiled -code, and documentation contained in this distribution into the -Public Domain. SAX comes with NO WARRANTY or guarantee of fitness -for any purpose.

-

David Megginson, Megginson Technologies Ltd.
-2000-05-05

-
-
- - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/ant-bootstrap.jar b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/ant-bootstrap.jar deleted file mode 100644 index 7ff991a..0000000 Binary files a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/ant-bootstrap.jar and /dev/null differ diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/changelog.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/changelog.xsl deleted file mode 100644 index c6aef8f..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/changelog.xsl +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - <xsl:value-of select="$title"/> - - - -

- -

-

Designed for use with Apache Ant.

-
- - - - - - - -
- - - -
- - - - - - - - - -
-
-
    - -
- - -
- - - - - - - - - - - - - mailto: - - - - - -
  • - - - - /?rev=&content-type=text/x-cvsweb-markup - - - /?r1=&r2= - - - () -
  • -
    - - - - - - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-frames.xsl deleted file mode 100644 index c79c0b7..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-frames.xsl +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CheckStyle Audit - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. - If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - - - - - - -

    CheckStyle Audit

    Designed for use with - CheckStyle and - Ant.
    -
    -
    - - - - - - - - - - - - -
    - - - - - -
    - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .oddrow td { - background: #efefef; - } - .evenrow td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - - - - - - - - - -

    Files

    -

    - - - - - -
    -

    - - -
    - - -

    Files

    - - - - - - - - -
    NameErrors
    -
    - - - - - - - - files/.html - - - - - - - - - - - - - - files/.html - - - - - - - - - - - - - - - - - ../ - - - - - - ../ - - - - - - - - - stylesheet.css - - - - -

    File

    - - - - - - - - - - - - -
    Error DescriptionLine:Column
    :
    - - -
    -
    - - -

    Summary

    - - - - - - - - - - - - - - - -
    Total FilesFiles With ErrorsErrors
    -
    - - - - oddrow - evenrow - - -
    \ No newline at end of file diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-text.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-text.xsl deleted file mode 100644 index 7359e41..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-text.xsl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - : - - : - - - - - - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-xdoc.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-xdoc.xsl deleted file mode 100644 index 5fc6eab..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/checkstyle/checkstyle-xdoc.xsl +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - Checkstyle Audit - - - - - - - - - - - - -
    - - - - - - - - -
    NameErrors
    -
    -
    - - - - - - - - files.html - - - - - - - - - - - - - Checkstyle Audit - - - -
    - - - - - - - - - - - - -
    Error DescriptionLine
    -
    - -
    -
    -
    - - -
    - - - - - - - - - - - - - - - -
    FilesFiles With ErrorsErrors
    -
    -
    - - - - oddrow - evenrow - - -
    - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/coverage-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/coverage-frames.xsl deleted file mode 100644 index a55a52a..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/coverage-frames.xsl +++ /dev/null @@ -1,489 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Coverage Results. - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .a td { - background: #efefef; - } - .b td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - - - - - - - - - -

    Classes

    - - - - - - - / - .html - - - - - -
    - -
    - - -
    - - - - - - - - -

    Home

    -

    Packages

    - - - - - - - -
    - - - -
    - - -
    - - - - - - - - - -

    Summary

    - - - - - - - - - - - - - -
    Reported ClassesMethods HitLines Hit
    - - - - -
    - To ensure accurate test runs on Java applications, developers need to know how much of - the code has been tested, and where to find any untested code. Coverage helps you - locate untested code, and measure precisely how much code has been exercised. - The result is a higher quality application in a shorter period of time. -

    -

    - -

    Packages

    - - - - - - - - - - - - -
    - - - -
    - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    -
    - -

    Classes

    - - - - - - - -
    - -
    - - -
    - - - - - - - - - - - - -

    Package

    - - - -
    - - -

    Classes

    - - - - - -
    -
    - - - -
    - - - - - - - - - - - - -

    Class .

    - - - - - -
    - - -

    Methods

    - - - - - -
    - - - - -
    - - - - - - - - - - - - -
    - - http://jakarta.apache.org - -

    Source Code Coverage

    Designed for use with Sitraka JProbe and Ant.
    -
    -
    - - - - - - - - - Name - Methods Hit - Lines Hit - - - - - - Name - Lines Hit - - - - - - - - - - - - - - - Name - Methods Hit - Lines Hit - - - - - - - - - - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - - a - b - - - -
    - - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend-frames.xsl deleted file mode 100644 index ccc9dcc..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend-frames.xsl +++ /dev/null @@ -1,487 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JDepend Analysis - - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - - - - - - - - - - -

    Summary

    - - [summary] - [packages] - [cycles] - [explanations] -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PackageTotal ClassesAbstract ClassesConcrete ClassesAfferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
    - - overview-packages.html#PK - - - -
    - -
    - - -
    - - - - - - - - -

    Packages

    - - [summary] - [packages] - [cycles] - [explanations] -
    - - - -

    PK -

    - - - - - - - -
    Afferent Couplings: Efferent Couplings: Abstractness: Instability: Distance:
    - - - - - - - - - - - - - - -
    Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
    - - None - - -
    -
    -
    - - None - - -
    -
    -
    - - None - - - - overview-packages.html#PK - -
    -
    -
    - - None - - - - overview-packages.html#PK - -
    -
    -
    -
    -
    - -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - -
    - - - - - - - - -

    Cycles

    - - [summary] - [packages] - [cycles] - [explanations] -
    - - - -

    There are no cyclic dependancies.

    -
    - -

    #CY

    - -
    -

    -
    - -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - -
    - - - - - - - - - -

    Explanations

    - - [summary] - [packages] - [cycles] - [explanations] -
    - -

    The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

    - -

    Number of Classes

    -

    The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.

    -

    Afferent Couplings

    -

    The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.

    -

    Efferent Couplings

    -

    The number of other packages that the classes in the package depend upon is an indicator of the package's independence.

    -

    Abstractness

    -

    The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package.

    -

    The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.

    -

    Instability

    -

    The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change.

    -

    The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.

    -

    Distance

    -

    The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability.

    -

    A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0).

    -

    The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.

    - - - -
    - - - - - - - - - -
    - [summary] - [packages] - [cycles] - [explanations] -
    -

    Packages

    - - - - - - - -
    - - -
    - - - - - - - - - - - - - - - - Not Analyzed: - - - - - - - - - - - -
    - [summary] - [packages] - [cycles] - [explanations] -
    -

    Cycles

    - - - - -
    - - -
    - - - - - - - - - - - -

    JDepend Analysis

    - - - - - -
    Designed for use with JDepend and Ant.
    -
    -
    - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend.xsl deleted file mode 100644 index f813297..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/jdepend.xsl +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - - - - JDepend Analysis - - - - - - - - -

    JDepend Analysis

    -

    Designed for use with JDepend and Ant.

    -
    - -
    -

    Summary

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PackageTotal ClassesAbstract ClassesConcrete ClassesAfferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
    - - #PK - - - -
    - -
    - -
    -

    Packages

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - - -

    PK -

    - - - - - - - -
    Afferent Couplings: Efferent Couplings: Abstractness: Instability: Distance:
    - - - - - - - - - - - - - - -
    Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
    - - None - - -
    -
    -
    - - None - - -
    -
    -
    - - None - - - - #PK - -
    -
    -
    - - None - - - - #PK - -
    -
    -
    -
    -
    - -
    -

    Cycles

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - - -

    There are no cyclic dependancies.

    -
    - -

    - -
    -

    -
    - -
    -

    Explanations

    -
    - [summary] - [packages] - [cycles] - [explanations] -
    - -

    The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

    - -

    Number of Classes

    -

    The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.

    -

    Afferent Couplings

    -

    The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.

    -

    Efferent Couplings

    -

    The number of other packages that the classes in the package depend upon is an indicator of the package's independence.

    -

    Abstractness

    -

    The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package.

    -

    The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.

    -

    Instability

    -

    The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change.

    -

    The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.

    -

    Distance

    -

    The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability.

    -

    A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0).

    -

    The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.

    - - - -
    - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames-xalan1.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames-xalan1.xsl deleted file mode 100644 index 9a017b9..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames-xalan1.xsl +++ /dev/null @@ -1,735 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - Standard Output from <xsl:value-of select="@name"/> - - -
    - - -
    -
    - - - - - Standard Error from <xsl:value-of select="@name"/> - - -
    - - -
    -
    -
    -
    - - - - - Unit Test Results. - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - -body { - font:normal 68% verdana,arial,helvetica; - color:#000000; -} -table tr td, table tr th { - font-size: 68%; -} -table.details tr th{ - font-weight: bold; - text-align:left; - background:#a6caf0; -} -table.details tr td{ - background:#eeeee0; -} - -p { - line-height:1.5em; - margin-top:0.5em; margin-bottom:1.0em; -} -h1 { - margin: 0px 0px 5px; font: 165% verdana,arial,helvetica -} -h2 { - margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica -} -h3 { - margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica -} -h4 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h5 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h6 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -.Error { - font-weight:bold; color:red; -} -.Failure { - font-weight:bold; color:purple; -} -.Properties { - text-align:right; -} - - - - - - - . - - - Unit Test Results: <xsl:value-of select="$class.name"/> - - - - - - - - -

    Class

    - - - - - -
    - -

    Tests

    - - - - - - - - - -
    - - - - - - - - - -
    - - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - - - - - - - Unit Test Classes: <xsl:value-of select="$name"/> - - - - - - - - - -
    -

    - - <none> -

    -
    - -

    Classes

    - - - - - - - -
    - -
    - - -
    - - - - - - - All Unit Test Classes - - - - - -

    Classes

    - - - - -
    - - -
    - - - - - - - - - / - .html - - - - - - - - - - - - - All Unit Test Packages - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - <none> - - - - - - - - - - Unit Test Results: Summary - - - - - - open('allclasses-frame.html','classListFrame') - -

    Summary

    - - - - - - - - - - - - - - - - - Error - Failure - Pass - - - - - - - - -
    TestsFailuresErrorsSuccess rateTime
    - - - - - - - -
    - - - - -
    - Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
    - -

    Packages

    - - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - -
    - - <none> - - - - -
    - - -
    - - - - - - - - - - - - open('package-frame.html','classListFrame') - -

    Package

    - - - - - -

    Classes

    -

    - - - - - -
    -

    -
    - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - -

    Unit Test Results

    - - - - - -
    Designed for use with JUnit and Ant.
    -
    -
    - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - Host - - - - - - - Name - Status - Type - Time(s) - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - - - - - - - - - - Error - Failure - TableRowColor - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - -

    - - - - - - - -
    - - - - - - - - - - - - - - -
    - -
    - - - - - - - - - - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames.xsl deleted file mode 100644 index d5d248f..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-frames.xsl +++ /dev/null @@ -1,904 +0,0 @@ - - - - - - - - -Unit Test Results. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - Standard Output from <xsl:value-of select="@name"/> - - -
    - - -
    -
    - - - - - Standard Error from <xsl:value-of select="@name"/> - - -
    - - -
    -
    - - - - - - - - - - - - - - -
    -
    - - - - - <xsl:value-of select="$TITLE"/> - - - - - - - - - <h2>Frame Alert</h2> - <p> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </p> - - - - - - - -body { - font:normal 68% verdana,arial,helvetica; - color:#000000; -} -table tr td, table tr th { - font-size: 68%; -} -table.details tr th{ - font-weight: bold; - text-align:left; - background:#a6caf0; -} -table.details tr td{ - background:#eeeee0; -} - -p { - line-height:1.5em; - margin-top:0.5em; margin-bottom:1.0em; -} -h1 { - margin: 0px 0px 5px; font: 165% verdana,arial,helvetica -} -h2 { - margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica -} -h3 { - margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica -} -h4 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h5 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -h6 { - margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica -} -.Error { - font-weight:bold; color:red; -} -.Failure { - font-weight:bold; color:purple; -} -.Properties { - text-align:right; -} - - - - - - - - - - All Failures - - - All Errors - - - All Tests - - - - - Unit Test Results: <xsl:value-of select="$title"/> - - - - - - open('allclasses-frame.html','classListFrame') - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - -
    - - - - - - - . - - - Unit Test Results: <xsl:value-of select="$class.name"/> - - - - - - - - -

    Class

    - - - - - -
    - - - -

    Failures

    -
    - -

    Errors

    -
    - -

    Tests

    -
    -
    - - - - - - - - - - - - - - - - - - - -
    - - - - - - - - - -
    - - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - - - - - - - Unit Test Classes: <xsl:value-of select="$name"/> - - - - - - - - - -
    -

    - - <none> -

    -
    - -

    Classes

    - - - - - - - -
    - -
    - - -
    - - - - - - - All Unit Test Classes - - - - - -

    Classes

    - - - - -
    - - -
    - - - - - - - - - / - _.html - - - - - - - - - - - - - All Unit Test Packages - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - <none> - - - - - - - - - - Unit Test Results: Summary - - - - - - open('allclasses-frame.html','classListFrame') - -

    Summary

    - - - - - - - - - - - - - - - - - Error - Failure - Pass - - - - - - - - -
    TestsFailuresErrorsSuccess rateTime
    - - - - - - - -
    - - - - -
    - Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
    - -

    Packages

    - - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - -
    - - <none> - - - - -
    - - -
    - - - - - - - - - - - - open('package-frame.html','classListFrame') - -

    Package

    - - - - - -

    Classes

    -

    - - - - - -
    -

    -
    - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - -

    - - - - - -
    Designed for use with JUnit and Ant.
    -
    -
    - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - Host - - - - - - - - - Class - - Name - Status - Type - Time(s) - - - - - - - - - - Error - Failure - Pass - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error - Failure - TableRowColor - - - - - - - - - - - - - - - - - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - -

    - - - - - - - -
    - - - - - - - - - - - - - - - - - -
    - - - -
    - - - -
    -
    - - - - - - - - - - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-noframes.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-noframes.xsl deleted file mode 100644 index 203671f..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/junit-noframes.xsl +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - -Unit Test Results. - - - - - - <xsl:value-of select="$TITLE"/> - - - - - - - - - - -
    - - - -
    - - - -
    - - - - - - -
    - - - - - - - - -

    Packages

    - Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - - - -
    - - - -
    -
    - - - - - - - - - - - - -

    Package

    - - - - - - -
    - Back to top -

    -

    - - - - - - - - -

    TestCase

    - - - - - - - - - - -
    - -

    - - Back to top - - - - -

    Summary

    - - - - - - - - - - - - - - - - - Failure - Error - - - - - - - - - -
    TestsFailuresErrorsSuccess rateTime
    - - - - - - - -
    - - - - -
    - Note: failures are anticipated and checked for with assertions while errors are unanticipated. -
    -
    - - - - cur = TestCases['.'] = new Array(); - - - cur[''] = ''; - - - - - -

    - - - - - -
    Designed for use with JUnit and Ant.
    -
    -
    - - - - Name - Tests - Errors - Failures - Time(s) - - - - - - - Name - Tests - Errors - Failures - Time(s) - Time Stamp - Host - - - - - - - Name - Status - Type - Time(s) - - - - - - - - - - - Failure - Error - - - - - - - - - - - - - - - - - - - - - - - Error - - - - - - Failure - - - - Error - - - - Success - - - - - - - - - - - - - - - - - - - - - - - - N/A - - - - - - -

    - - - -
    - - -
    - - - - - - - - - - - - - - - - - -
    - - - -
    - - - -
    -
    - - - - - - - - - - - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/log.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/log.xsl deleted file mode 100644 index 5040993..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/log.xsl +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -
    - - http://jakarta.apache.org - - - Apache Ant -
    - - - -

    - - - - - -
    - - - - - - failed - complete - - - - - - - - - - - - - -
    Build FailedBuild CompleteTotal Time:
    - -
    - See the stacktrace. -
    -
    - - - - - -
    ant.file
    ant.version
    java.version
    os.name
    - -

    Build events

    - - - - - - - -
    targettaskmessage
    -

    - - - -

    Error details

    - - -
    -
    -
    - -

    -
    - - - - - - - a - b - - - [ ] - - - - - - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/maudit-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/maudit-frames.xsl deleted file mode 100644 index 257c0c8..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/maudit-frames.xsl +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - Audit Results. - - - - - - - - - <H2>Frame Alert</H2> - <P> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </P> - - - - - - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .a td { - background: #efefef; - } - .b td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - - - - - - - - - - - - - - -

    Class .

    - - - - -
    - -

    Violations

    - - - - - -
    - - - -
    - - - - - - - - - - - - - - - - -
    -

    -
    - -

    Classes

    - - - - -
    - - -
    - - - - - -
    - - - - - - - - - - - - - - -

    Classes

    - - - - -
    - - -
    - - - - - - - - - - / - .html - - - - - - - - - - - - - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - -

    Summary

    - - - - - - - - - - - -
    Audited classesReported classesViolations
    - - - - -
    - Note: Rules checked have originated from style guidelines suggested by the language designers, - experience from the Java development community and insite experience. Violations are generally - reported with a reference to the Java Language Specifications (JLS x.x.x) - and Metamata Audit rules (x.x). - Please consult these documents for additional information about violations. -

    - Rules checked also enforce adherence to Sun Java coding guidelines in use at Jakarta. -

    - One should note that these violations do not necessary underline errors but should be used - as an indication for possible errors. As always, use your best judgment and review - them carefully, it might save you hours of debugging. -

    - -

    Packages

    - - - - - - - - - - -
    - - - -
    - - - - - - - - - - - - open('package-frame.html','classListFrame') - -

    Package

    - - - - -

    Classes

    - - - - - -
    -
    - - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - - - - - - - - - - -
    - - http://jakarta.apache.org - -

    Source Code Audit

    Designed for use with Webgain QA/Metamata Audit and Ant.
    -
    -
    - - - - - - - - - - Name - Violations - - - - - - - Line - Message - - - - - - - - - - - - - - - - - - - - - - - - - a - b - - - - - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/mmetrics-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/mmetrics-frames.xsl deleted file mode 100644 index 8b4643a..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/mmetrics-frames.xsl +++ /dev/null @@ -1,1026 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - Metrics Results. - - - - - - - - - <H2>Frame Alert</H2> - <P> - This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. - </P> - - - - - - - - - - - -

    Metrics Reference

    -V(G) | -LOC | -DIT | -NOA | -NRM | -NLM | -WMC | -RFC | -DAC | -FANOUT | -CBO | -LCOM | -NOC - - -

    Cyclomatic Complexity - V(G)

    -This metric was introduced in the 1970s to measure the amount of control -flow complexity or branching complexity in a module such as a -subroutine. It gives the number of paths that may be taken through the -code, and was initially developed to give some measure of the cost of -producing a test case for the module by executing each path. -

    -Methods with a high cyclomatic complexity tend to be more difficult to -understand and maintain. In general the more complex the methods of an -application, the more difficult it will be to test it, and this will adversely -affect its reliability. -

    -V(G) is a measure of the control flow complexity of a method or -constructor. It counts the number of branches in the body of the method, -defined as: -

      -
    • while statements;
    • -
    • if statements;
    • -
    • for statements.
    • -
    - -The metric can also be configured to count each case of a switch -statement as well. - -
    -

    Lines of Code - LOC

    - -This is perhaps the simplest of all the metrics to define and compute. -Counting lines has a long history as a software metric dating from before -the rise of structured programming, and it is still in widespread use today. -The size of a method affects the ease with which it can be understood, its -reusability and its maintainability. There are a variety of ways that the size -can be calculated. These include counting all the lines of code, the number -of statements, the blank lines of code, the lines of commentary, and the -lines consisting only of syntax such as block delimiters. -

    -This metric can also be used for sizing other constructs as well, for -example, the overall size of a Java class or package can be measured by -counting the number of source lines it consists of. -

    -LOC can be used to determine the size of a compilation unit (source file), -class or interface, method, constructor, or field. It can be configured to -ignore: -

      -
    • blank lines;
    • -
    • lines consisting only of comments;
    • -
    • lines consisting only of opening and closing braces.
    • -
    - -
    -

    Depth of Inheritance Hierarchy - DIT

    - -This metric calculates how far down the inheritance hierarchy a class is -declared. In Java all classes have java.lang.Object as their ultimate -superclass, which is defined to have a depth of 1. So a class that -immediately extends java.lang.Object has a metric value of 2; any of its -subclasses will have a value of 3, and so on. -

    -A class that is deep within the tree inherits more methods and state -variables, thereby increasing its complexity and making it difficult to -predict its behavior. It can be harder to understand a system with many -inheritance layers. -

    -DIT is defined for classes and interfaces: -

      -
    • all interface types have a depth of 1;
    • -
    • the class java.lang.Object has a depth of 1;
    • -
    • all other classes have a depth of 1 + the depth of their super class.
    • -
    - -
    -

    Number of Attributes - NOA

    - -The number of distinct state variables in a class serves as one measure of -its complexity. The more state a class represents the more difficult it is to -maintain invariants for it. It also hinders comprehensibility and reuse. -

    -In Java, state can be exposed to subclasses through protected fields, which -entails that the subclass also be aware of and maintain any invariants. This -interference with the class's data encapsulation can be a source of defects -and hidden dependencies between the state variables. -

    -NOA is defined for classes and interfaces. It counts the number of fields -declared in the class or interface. - - -

    Number of Remote Methods - NRM

    - -NRM is defined for classes. A remote method call is defined as an -invocation of a method that is not declared in any of: -
      -
    • the class itself;
    • -
    • a class or interface that the class extends or implements;
    • -
    • a class or method that extends the class.
    • -
    - -The value is the count of all the remote method calls in all of the methods -and constructors of the class. - -
    -

    Number of Local Methods - NLM

    - -NLM is defined for classes and interfaces. A local method is defined as a -method that is declared in the class or interface. NLM can be configured to -include the local methods of all of the class's superclasses. Methods with -public, protected, package and private visibility can be independently -counted by setting configuration parameters. - -
    -

    Weighted Methods per Class - WMC

    - -If the number of methods in a class can be determined during the design -and modeling phase of a project, it can be used as a predictor of how -much time and effort is needed to develop, debug and maintain it. This -metric can be further refined by incorporating a weighting for the -complexity of each method. The usual weighting is given by the cyclomatic -complexity of the method. -

    -The subclasses of a class inherit all of its public and protected methods, -and possibly its package methods as well, so the number of methods a -class has directly impacts the complexity of its subclasses. Classes with -large numbers of methods are often specific to a particular application, -reducing the ability to reuse them. -

    -The definition of WMC is based upon NLM, and it provides the same -configuration parameters for counting inherited methods and of varying -visibility. The main difference is that NLM always counts each method as 1, -whereas WMC will weight each method. There are two weighting schemes: -

      -
    • V(G) the cyclomatic complexity of the method is used as its weight. - Methods from class files are given a V(G) of 1.
    • -
    • the arity, or the number of parameters of the method are used to - determine the weight.
    • -
    - -
    -

    Response For Class - RFC

    - -The response set of a class is the set of all methods that can be invoked as -a result of a message sent to an object of the class. This includes methods -in the class's inheritance hierarchy and methods that can be invoked on -other objects. The Response For Class metric is defined to be size of the -response set for the class. A class which provides a larger response set is -considered to be more complex than one with a smaller response set. -

    -One reason for this is that if a method call on a class can result in a large -number of different method calls on the target and other classes, then it -can be harder to test the behavior of the class and debug problems. It will -typically require a deeper understanding of the potential interactions that -objects of the class can have with the rest of the system. -

    -RFC is defined as the sum of NLM and NRM for the class. The local methods -include all of the public, protected, package and private methods, but not -methods declared only in a superclass. - - -

    Data Abstraction Coupling - DAC

    - -DAC is defined for classes and interfaces. It counts the number of reference -types that are used in the field declarations of the class or interface. The -component types of arrays are also counted. Any field with a type that is -either a supertype or a subtype of the class is not counted. - - -

    Fan Out - FANOUT

    - -FANOUT is defined for classes and interfaces, constructors and methods. It -counts the number of reference types that are used in: -
      -
    • field declarations;
    • -
    • formal parameters and return types;
    • -
    • throws declarations;
    • -
    • local variables.
    • -
    - -The component types of arrays are also counted. Any type that is either a -supertype or a subtype of the class is not counted. - -
    -

    Coupling Between Objects - CBO

    - -When one object or class uses another object or class they are said to be -coupled. One major source of coupling is that between a superclass and a -subclass. A coupling is also introduced when a method or field in another -class is accessed, or when an object of another class is passed into or out -of a method invocation. Coupling Between Objects is a measure of the -non-inheritance coupling between two objects. -

    -A high value of coupling reduces the modularity of the class and makes -reuse more difficult. The more independent a class is the more likely it is -that it will be possible to reuse it in another part of the system. When a -class is coupled to another class it becomes sensitive to changes in that -class, thereby making maintenance for difficult. In addition, a class that is -overly dependent on other classes can be difficult to understand and test in -isolation. -

    -CBO is defined for classes and interfaces, constructors and methods. It -counts the number of reference types that are used in: -

      -
    • field declarations
    • -
    • formal parameters and return types
    • -
    • throws declarations
    • -
    • local variables
    • -
    - -It also counts: -
      -
    • types from which field and method selections are made
    • -
    - -The component types of arrays are also counted. Any type that is either a -supertype or a subtype of the class is not counted. - -
    -

    Lack of Cohesion Of Methods - LCOM

    - -The cohesion of a class is the degree to which its methods are related to -each other. It is determined by examining the pattern of state variable -accesses within the set of methods. If all the methods access the same state -variables then they have high cohesion; if they access disjoint sets of -variables then the cohesion is low. An extreme example of low cohesion -would be if none of the methods accessed any of the state variables. - -If a class exhibits low method cohesion it indicates that the design of the -class has probably been partitioned incorrectly, and could benefit by being -split into more classes with individually higher cohesion. On the other -hand, a high value of cohesion (a low lack of cohesion) implies that the -class is well designed. A cohesive class will tend to provide a high degree -of encapsulation, whereas a lack of cohesion decreases encapsulation and -increases complexity. -

    -Another form of cohesion that is useful for Java programs is cohesion -between nested and enclosing classes. A nested class that has very low -cohesion with its enclosing class would probably better designed as a peer -class rather than a nested class. -

    -LCOM is defined for classes. Operationally, LCOM takes each pair of -methods in the class and determines the set of fields they each access. If -they have disjoint sets of field accesses increase the count P by one. If they -share at least one field access then increase Q by one. After considering -each pair of methods, -LCOM = (P > Q) ? (P - Q) : 0 -

    -Indirect access to fields via local methods can be considered by setting a -metric configuration parameter. - - -

    Number Of Classes - NOC

    - -The overall size of the system can be estimated by calculating the number -of classes it contains. A large system with more classes is more complex -than a smaller one because the number of potential interactions between -objects is higher. This reduces the comprehensibility of the system which -in turn makes it harder to test, debug and maintain. -

    -If the number of classes in the system can be projected during the initial -design phase of the project it can serve as a base for estimating the total -effort and cost of developing, debugging and maintaining the system. -

    -The NOC metric can also usefully be applied at the package and class level -as well as the total system. -

    -NOCL is defined for class and interfaces. It counts the number of classes or -interfaces that are declared. This is usually 1, but nested class declarations -will increase this number. - - - - - - - .bannercell { - border: 0px; - padding: 0px; - } - body { - margin-left: 10; - margin-right: 10; - font:normal 80% arial,helvetica,sanserif; - background-color:#FFFFFF; - color:#000000; - } - .a td { - background: #efefef; - } - .b td { - background: #fff; - } - th, td { - text-align: left; - vertical-align: top; - } - th { - font-weight:bold; - background: #ccc; - color: black; - } - table, th, td { - font-size:100%; - border: none - } - table.log tr td, tr th { - - } - h2 { - font-weight:bold; - font-size:140%; - margin-bottom: 5; - } - h3 { - font-size:100%; - font-weight:bold; - background: #525D76; - color: white; - text-decoration: none; - padding: 5px; - margin-right: 2px; - margin-left: 2px; - margin-bottom: 0; - } - .Error { - font-weight:bold; color:red; - } - - - - - - - - - - - - - - - - -

    Class .

    - - - -
    - -

    Methods

    - - - -
    - - - - -
    - - - - - - - - - - - - - - - -
    -

    -
    - -

    Classes

    - - - - - - - - -
    - -
    - - -
    - - - - - - - - - - - -

    Classes

    - - - - - -
    - - -
    - - - - - - -
    - - - / - - .html - - - - - - - - - - - - - - - - -

    Home

    -

    Packages

    - - - - -
    - - -
    - - - - - - - - - - - - - - - - - - - - - -

    Summary

    - - - - - - - - - - - - - - - - - -
    V(G)LOCDITNOANRMNLMWMCRFCDACFANOUTCBOLCOMNOCL
    - - - - -
    - Note: Metrics evaluate the quality of software by analyzing the program source and quantifying - various kind of complexity. Complexity is a common source of problems and defects in software. - High complexity makes it more difficult to develop, understand, maintain, extend, test and debug - a program. -

    - The primary use of metrics is to focus your attention on those parts of code that potentially are - complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial - actions. - For additional information about metrics and their meaning, please consult - Metamata Metrics manual. -

    - -

    Packages

    - - - - - - -
    - - - - -
    - - - - - - - - - - - -

    Package

    - - - - -
    - - - - - -
    - Note: Metrics evaluate the quality of software by analyzing the program source and quantifying - various kind of complexity. Complexity is a common source of problems and defects in software. - High complexity makes it more difficult to develop, understand, maintain, extend, test and debug - a program. -

    - The primary use of metrics is to focus your attention on those parts of code that potentially are - complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial - actions. - For additional information about metrics and their meaning, please consult - Metamata Metrics manual. -

    - - - -

    Classes

    - - - - - - -
    -
    - - - - -
    - - - - - - - ../ - - - - - - ../ - - - - - - - - stylesheet.css - - - - - - - - - - - - - - - -
    - - http://jakarta.apache.org - -

    Source Code Metrics

    Designed for use with Webgain QA/Metamata Metrics and Ant.
    -
    -
    - - - - - - - - - Name - V(G) - LOC - DIT - NOA - NRM - NLM - WMC - RFC - DAC - FANOUT - CBO - LCOM - NOCL - - - - - - - Name - V(G) - LOC - FANOUT - CBO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - a - b - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Error - - - - -
    - diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/tagdiff.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/tagdiff.xsl deleted file mode 100644 index 5d430a7..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/etc/tagdiff.xsl +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - <xsl:value-of select="$title"/> - - - -

    - -

    - Tagdiff between and - -

    Designed for use with Ant.

    -
    - - - - - -
    - New Files | - Modified Files | - Removed Files -
    - - - New Files - New - - - - - Modified Files - Modified - - - - - - Removed Files - Removed - - -
    - - - -
    - - - - - - - - - - - entries - - (back to top) - - - - - - - -
      - -
    - - - - - - - - - - - - - - - - - - - - mailto: - - - - - - -
  • - - / - - - - - - - - /?rev=&content-type=text/x-cvsweb-markup - - - /?r1=&r2=&diff_format=h - - ( --> ) - - -
  • -
    - - - - - - -
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/plugin.properties b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/plugin.properties deleted file mode 100644 index bc4430d..0000000 --- a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652/plugin.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2012 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -pluginName = Apache Ant -providerName = Eclipse Orbit diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/MANIFEST.MF b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/MANIFEST.MF new file mode 100644 index 0000000..74f5fc9 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/MANIFEST.MF @@ -0,0 +1,59 @@ +Manifest-Version: 1.0 +Bundle-ClassPath: lib/ant-antlr.jar,lib/ant-apache-bcel.jar,lib/ant-ap + ache-bsf.jar,lib/ant-apache-log4j.jar,lib/ant-apache-oro.jar,lib/ant- + apache-regexp.jar,lib/ant-apache-resolver.jar,lib/ant-apache-xalan2.j + ar,lib/ant-commons-logging.jar,lib/ant-commons-net.jar,lib/ant-jai.ja + r,lib/ant-javamail.jar,lib/ant-jdepend.jar,lib/ant-jmf.jar,lib/ant-js + ch.jar,lib/ant-junit.jar,lib/ant-junit4.jar,lib/ant-launcher.jar,lib/ + ant-netrexx.jar,lib/ant-swing.jar,lib/ant-testutil.jar,lib/ant.jar +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.apache.ant +Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too + ls:org.eclipse.orbit/org.apache.ant;tag=v201307241445 +Bundle-Version: 1.9.2.v201307241445 +Export-Package: org.apache.tools.ant,org.apache.tools.ant.attribute,or + g.apache.tools.ant.dispatch,org.apache.tools.ant.filters,org.apache.t + ools.ant.filters.util,org.apache.tools.ant.helper,org.apache.tools.an + t.input,org.apache.tools.ant.launch,org.apache.tools.ant.listener,org + .apache.tools.ant.loader,org.apache.tools.ant.property,org.apache.too + ls.ant.taskdefs,org.apache.tools.ant.taskdefs.compilers,org.apache.to + ols.ant.taskdefs.condition,org.apache.tools.ant.taskdefs.cvslib,org.a + pache.tools.ant.taskdefs.email,org.apache.tools.ant.taskdefs.launcher + ,org.apache.tools.ant.taskdefs.optional,org.apache.tools.ant.taskdefs + .optional.ccm,org.apache.tools.ant.taskdefs.optional.clearcase,org.ap + ache.tools.ant.taskdefs.optional.depend,org.apache.tools.ant.taskdefs + .optional.depend.constantpool,org.apache.tools.ant.taskdefs.optional. + ejb,org.apache.tools.ant.taskdefs.optional.extension,org.apache.tools + .ant.taskdefs.optional.extension.resolvers,org.apache.tools.ant.taskd + efs.optional.i18n,org.apache.tools.ant.taskdefs.optional.image,org.ap + ache.tools.ant.taskdefs.optional.j2ee,org.apache.tools.ant.taskdefs.o + ptional.javacc,org.apache.tools.ant.taskdefs.optional.javah,org.apach + e.tools.ant.taskdefs.optional.jdepend,org.apache.tools.ant.taskdefs.o + ptional.jlink,org.apache.tools.ant.taskdefs.optional.jsp,org.apache.t + ools.ant.taskdefs.optional.jsp.compilers,org.apache.tools.ant.taskdef + s.optional.junit,org.apache.tools.ant.taskdefs.optional.native2ascii, + org.apache.tools.ant.taskdefs.optional.net,org.apache.tools.ant.taskd + efs.optional.pvcs,org.apache.tools.ant.taskdefs.optional.script,org.a + pache.tools.ant.taskdefs.optional.sos,org.apache.tools.ant.taskdefs.o + ptional.sound,org.apache.tools.ant.taskdefs.optional.splash,org.apach + e.tools.ant.taskdefs.optional.ssh,org.apache.tools.ant.taskdefs.optio + nal.testing,org.apache.tools.ant.taskdefs.optional.unix,org.apache.to + ols.ant.taskdefs.optional.vss,org.apache.tools.ant.taskdefs.optional. + windows,org.apache.tools.ant.taskdefs.rmic,org.apache.tools.ant.types + ,org.apache.tools.ant.types.mappers,org.apache.tools.ant.types.option + al,org.apache.tools.ant.types.optional.depend,org.apache.tools.ant.ty + pes.optional.image,org.apache.tools.ant.types.resolver,org.apache.too + ls.ant.types.resources,org.apache.tools.ant.types.resources.comparato + rs,org.apache.tools.ant.types.resources.selectors,org.apache.tools.an + t.types.selectors,org.apache.tools.ant.types.selectors.modifiedselect + or,org.apache.tools.ant.types.spi,org.apache.tools.ant.util,org.apach + e.tools.ant.util.depend,org.apache.tools.ant.util.depend.bcel,org.apa + che.tools.ant.util.facade,org.apache.tools.ant.util.java15,org.apache + .tools.ant.util.optional,org.apache.tools.ant.util.regexp,org.apache. + tools.bzip2,org.apache.tools.mail,org.apache.tools.tar,org.apache.too + ls.zip +Bundle-ManifestVersion: 2 + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/eclipse.inf b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/eclipse.inf new file mode 100644 index 0000000..6c1d31a --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/META-INF/eclipse.inf @@ -0,0 +1,4 @@ +#Processed using Jarprocessor +jarprocessor.exclude.children = true +pack200.args = -E4 +pack200.conditioned = true diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about.html b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about.html new file mode 100644 index 0000000..a8b5146 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about.html @@ -0,0 +1,78 @@ + + + + +About + + +

    About This Content

    + +

    July, 2013

    +

    License

    + +

    The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

    + +

    If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

    + +

    Third Party Content

    + +

    +The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the Eclipse Foundation, the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. +

    + +

    Ant 1.9.2

    + +

    +Information about what changed in Ant 1.9.2 from Ant 1.9.1 can be found in the release notes. +

    +

    +The plug-in includes software developed by The Apache Software Foundation as part of the Ant project. +

    + +

    +The Ant binary code in ant.jar and the scripts ant, ant.bat, ant.cmd, antenv.cmd, antRun, antRun.bat, antRun.pl, complete-ant-cmd.pl, envset.cmd, lcp.bat, runant.pl, runant.py and runrc.cmd are included with the plug-in with no modifications. +

    + +

    +Your use of the Ant code and the scripts is subject to the terms and conditions of the Apache License, Version 2.0. A copy of the license is contained +in the file ASL-LICENSE-2.0.txt and is also available at http://www.apache.org/licenses/LICENSE-2.0.html. +

    +

    +The names "Ant" and "Apache Software Foundation" must not be used to endorse or promote products derived from this +software without prior written permission. For written permission, please contact apache@apache.org. +

    + +

    +The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0. +

    + +

    Ant includes the following software:

    + +
    +

    DOM

    +

    + DOM is developed by the World Wide Web Consortium. Your use of DOM is subject to the terms and conditions of the license found in the + file DOM-LICENSE.html which is included with this plug-in and can also be found at + http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231. +

    + +

    SAX

    + +

    SAX is developed by the SAX project (http://www.saxproject.org). Your use of SAX is subject to the + terms and conditions of the license found in the file SAX-LICENSE.html which is included with this plug-in.

    +
    + + \ No newline at end of file diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/ASL-LICENSE-2.0.txt b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/ASL-LICENSE-2.0.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/ASL-LICENSE-2.0.txt @@ -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. diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/DOM-LICENSE.html b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/DOM-LICENSE.html new file mode 100644 index 0000000..a14bbd1 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/DOM-LICENSE.html @@ -0,0 +1,111 @@ + + + + + +DOM License + + + + + + + + +
    +
    +

    W3C Software Notice and License

    +
    +
    +

    This work (and included software, +documentation such as READMEs, or other related items) is being +provided by the copyright holders under the following license.

    +

    License

    +

    By obtaining, using and/or copying this work, +you (the licensee) agree that you have read, understood, and will +comply with the following terms and conditions.

    +

    Permission to copy, modify, and distribute this software and its +documentation, with or without modification, for any purpose +and without fee or royalty is hereby granted, provided that you +include the following on ALL copies of the software and +documentation or portions thereof, including modifications:

    +
      +
    • The full text of this NOTICE in a location viewable to users of +the redistributed or derivative work.
    • +
    • Any pre-existing intellectual property disclaimers, notices, or +terms and conditions. If none exist, the +W3C Software Short Notice should be included (hypertext is +preferred, text is permitted) within the body of any redistributed +or derivative code.
    • +
    • Notice of any changes or modifications to the files, including +the date changes were made. (We recommend you provide URIs to the +location from which the code is derived.)
    • +
    +

    Disclaimers

    +

    THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND +COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE +USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD +PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

    +

    COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, +SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE +SOFTWARE OR DOCUMENTATION.

    +

    The name and trademarks of copyright holders may NOT be used in +advertising or publicity pertaining to the software without +specific, written prior permission. Title to copyright in this +software and any associated documentation will at all times remain +with copyright holders.

    +

    Notes

    +

    This version: +http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231

    +

    This formulation of W3C's notice and license became active on +December 31 2002. This version removes the copyright ownership +notice such that this license can be used with materials other than +those owned by the W3C, reflects that ERCIM is now a host of the +W3C, includes references to this specific dated version of the +license, and removes the ambiguous grant of "use". Otherwise, this +version is the same as the previous +version and is written so as to preserve the +Free Software Foundation's assessment of GPL compatibility and +OSI's +certification under the Open Source +Definition.

    +
    +
    +
    +
    + + +
    + + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/LICENSE b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/LICENSE new file mode 100644 index 0000000..e7789e0 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/LICENSE @@ -0,0 +1,272 @@ +/* + * 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. + */ + +W3C® SOFTWARE NOTICE AND LICENSE +http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 + +This work (and included software, documentation such as READMEs, or other +related items) is being provided by the copyright holders under the following +license. By obtaining, using and/or copying this work, you (the licensee) agree +that you have read, understood, and will comply with the following terms and +conditions. + +Permission to copy, modify, and distribute this software and its documentation, +with or without modification, for any purpose and without fee or royalty is +hereby granted, provided that you include the following on ALL copies of the +software and documentation or portions thereof, including modifications: + + 1. The full text of this NOTICE in a location viewable to users of the + redistributed or derivative work. + 2. Any pre-existing intellectual property disclaimers, notices, or terms + and conditions. If none exist, the W3C Software Short Notice should be + included (hypertext is preferred, text is permitted) within the body + of any redistributed or derivative code. + 3. Notice of any changes or modifications to the files, including the date + changes were made. (We recommend you provide URIs to the location from + which the code is derived.) + +THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE +NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT +THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY +PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. + +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. + +The name and trademarks of copyright holders may NOT be used in advertising or +publicity pertaining to the software without specific, written prior permission. +Title to copyright in this software and any associated documentation will at +all times remain with copyright holders. + +____________________________________ + +This formulation of W3C's notice and license became active on December 31 2002. +This version removes the copyright ownership notice such that this license can +be used with materials other than those owned by the W3C, reflects that ERCIM +is now a host of the W3C, includes references to this specific dated version of +the license, and removes the ambiguous grant of "use". Otherwise, this version +is the same as the previous version and is written so as to preserve the Free +Software Foundation's assessment of GPL compatibility and OSI's certification +under the Open Source Definition. Please see our Copyright FAQ for common +questions about using materials from our site, including specific terms and +conditions for packages like libwww, Amaya, and Jigsaw. Other questions about +this notice can be directed to site-policy@w3.org. + +Joseph Reagle + +This license came from: http://www.megginson.com/SAX/copying.html + However please note future versions of SAX may be covered + under http://saxproject.org/?selected=pd + +SAX2 is Free! + +I hereby abandon any property rights to SAX 2.0 (the Simple API for +XML), and release all of the SAX 2.0 source code, compiled code, and +documentation contained in this distribution into the Public Domain. +SAX comes with NO WARRANTY or guarantee of fitness for any +purpose. + +David Megginson, david@megginson.com +2000-05-05 diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/NOTICE b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/NOTICE new file mode 100644 index 0000000..9140363 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/NOTICE @@ -0,0 +1,6 @@ + Apache Ant + Copyright 1999-2013 The Apache Software Foundation + + The task is based on code Copyright (c) 2002, Landmark + Graphics Corp that has been kindly donated to the Apache Software + Foundation. diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/SAX-LICENSE.html b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/SAX-LICENSE.html new file mode 100644 index 0000000..5ebc705 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/about_files/SAX-LICENSE.html @@ -0,0 +1,81 @@ + + + + + +SAX License + + + + +

    Origin

    +

    This page was originally taken from: http://www.saxproject.org/copying.html +with the navigation links remove from the left-hand-side of the +page.

    +

    Copyright Status

    +
    +

    SAX is free!

    +

    In fact, it's not possible to own a license to SAX, since it's +been placed in the public domain.

    +

    No Warranty

    +

    Because SAX is released to the public domain, there is no +warranty for the design or for the software implementation, to the +extent permitted by applicable law. Except when otherwise stated in +writing the copyright holders and/or other parties provide SAX "as +is" without warranty of any kind, either expressed or implied, +including, but not limited to, the implied warranties of +merchantability and fitness for a particular purpose. The entire +risk as to the quality and performance of SAX is with you. Should +SAX prove defective, you assume the cost of all necessary +servicing, repair or correction.

    +

    In no event unless required by applicable law or agreed to in +writing will any copyright holder, or any other party who may +modify and/or redistribute SAX, be liable to you for damages, +including any general, special, incidental or consequential damages +arising out of the use or inability to use SAX (including but not +limited to loss of data or data being rendered inaccurate or losses +sustained by you or third parties or a failure of the SAX to +operate with any other programs), even if such holder or other +party has been advised of the possibility of such damages.

    +

    Copyright Disclaimers

    +

    This page includes statements to that effect by David Megginson, +who would have been able to claim copyright for the original +work.

    + +

    SAX 1.0

    +

    Version 1.0 of the Simple API for XML (SAX), created +collectively by the membership of the XML-DEV mailing list, is +hereby released into the public domain.

    +

    No one owns SAX: you may use it freely in both commercial and +non-commercial applications, bundle it with your software +distribution, include it on a CD-ROM, list the source code in a +book, mirror the documentation at your own web site, or use it in +any other way you see fit.

    +

    David Megginson, Megginson Technologies Ltd.
    +1998-05-11

    +

    SAX 2.0

    +

    I hereby abandon any property rights to SAX 2.0 (the Simple API +for XML), and release all of the SAX 2.0 source code, compiled +code, and documentation contained in this distribution into the +Public Domain. SAX comes with NO WARRANTY or guarantee of fitness +for any purpose.

    +

    David Megginson, Megginson Technologies Ltd.
    +2000-05-05

    +
    +
    + + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/changelog.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/changelog.xsl new file mode 100644 index 0000000..c6aef8f --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/changelog.xsl @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="$title"/> + + + +

    + +

    +

    Designed for use with Apache Ant.

    +
    + + + + + + + +
    + + + +
    + + + + + + + + + +
    +
    +
      + +
    + + +
    + + + + + + + + + + + + + mailto: + + + + + +
  • + + + + /?rev=&content-type=text/x-cvsweb-markup + + + /?r1=&r2= + + + () +
  • +
    + + + + + + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-frames.xsl new file mode 100644 index 0000000..c79c0b7 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-frames.xsl @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CheckStyle Audit + + + + + + + <h2>Frame Alert</h2> + <p> + This document is designed to be viewed using the frames feature. + If you see this message, you are using a non-frame-capable web client. + </p> + + + + + + + + + + + + +

    CheckStyle Audit

    Designed for use with + CheckStyle and + Ant.
    +
    +
    + + + + + + + + + + + + +
    + + + + + +
    + + + .bannercell { + border: 0px; + padding: 0px; + } + body { + margin-left: 10; + margin-right: 10; + font:normal 80% arial,helvetica,sanserif; + background-color:#FFFFFF; + color:#000000; + } + .oddrow td { + background: #efefef; + } + .evenrow td { + background: #fff; + } + th, td { + text-align: left; + vertical-align: top; + } + th { + font-weight:bold; + background: #ccc; + color: black; + } + table, th, td { + font-size:100%; + border: none + } + table.log tr td, tr th { + + } + h2 { + font-weight:bold; + font-size:140%; + margin-bottom: 5; + } + h3 { + font-size:100%; + font-weight:bold; + background: #525D76; + color: white; + text-decoration: none; + padding: 5px; + margin-right: 2px; + margin-left: 2px; + margin-bottom: 0; + } + + + + + + + + + +

    Files

    +

    + + + + + +
    +

    + + +
    + + +

    Files

    + + + + + + + + +
    NameErrors
    +
    + + + + + + + + files/.html + + + + + + + + + + + + + + files/.html + + + + + + + + + + + + + + + + + ../ + + + + + + ../ + + + + + + + + + stylesheet.css + + + + +

    File

    + + + + + + + + + + + + +
    Error DescriptionLine:Column
    :
    + + +
    +
    + + +

    Summary

    + + + + + + + + + + + + + + + +
    Total FilesFiles With ErrorsErrors
    +
    + + + + oddrow + evenrow + + +
    \ No newline at end of file diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-text.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-text.xsl new file mode 100644 index 0000000..7359e41 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-text.xsl @@ -0,0 +1,34 @@ + + + + + + + + + + + : + + : + + + + + + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-xdoc.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-xdoc.xsl new file mode 100644 index 0000000..5fc6eab --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/checkstyle/checkstyle-xdoc.xsl @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + Checkstyle Audit + + + + + + + + + + + + +
    + + + + + + + + +
    NameErrors
    +
    +
    + + + + + + + + files.html + + + + + + + + + + + + + Checkstyle Audit + + + +
    + + + + + + + + + + + + +
    Error DescriptionLine
    +
    + +
    +
    +
    + + +
    + + + + + + + + + + + + + + + +
    FilesFiles With ErrorsErrors
    +
    +
    + + + + oddrow + evenrow + + +
    + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/coverage-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/coverage-frames.xsl new file mode 100644 index 0000000..a55a52a --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/coverage-frames.xsl @@ -0,0 +1,489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coverage Results. + + + + + + + + + <h2>Frame Alert</h2> + <p> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </p> + + + + + + + + .bannercell { + border: 0px; + padding: 0px; + } + body { + margin-left: 10; + margin-right: 10; + font:normal 80% arial,helvetica,sanserif; + background-color:#FFFFFF; + color:#000000; + } + .a td { + background: #efefef; + } + .b td { + background: #fff; + } + th, td { + text-align: left; + vertical-align: top; + } + th { + font-weight:bold; + background: #ccc; + color: black; + } + table, th, td { + font-size:100%; + border: none + } + table.log tr td, tr th { + + } + h2 { + font-weight:bold; + font-size:140%; + margin-bottom: 5; + } + h3 { + font-size:100%; + font-weight:bold; + background: #525D76; + color: white; + text-decoration: none; + padding: 5px; + margin-right: 2px; + margin-left: 2px; + margin-bottom: 0; + } + + + + + + + + + +

    Classes

    + + + + + + + / + .html + + + + + +
    + +
    + + +
    + + + + + + + + +

    Home

    +

    Packages

    + + + + + + + +
    + + + +
    + + +
    + + + + + + + + + +

    Summary

    + + + + + + + + + + + + + +
    Reported ClassesMethods HitLines Hit
    + + + + +
    + To ensure accurate test runs on Java applications, developers need to know how much of + the code has been tested, and where to find any untested code. Coverage helps you + locate untested code, and measure precisely how much code has been exercised. + The result is a higher quality application in a shorter period of time. +

    +

    + +

    Packages

    + + + + + + + + + + + + +
    + + + +
    + + + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    +
    + +

    Classes

    + + + + + + + +
    + +
    + + +
    + + + + + + + + + + + + +

    Package

    + + + +
    + + +

    Classes

    + + + + + +
    +
    + + + +
    + + + + + + + + + + + + +

    Class .

    + + + + + +
    + + +

    Methods

    + + + + + +
    + + + + +
    + + + + + + + + + + + + +
    + + http://jakarta.apache.org + +

    Source Code Coverage

    Designed for use with Sitraka JProbe and Ant.
    +
    +
    + + + + + + + + + Name + Methods Hit + Lines Hit + + + + + + Name + Lines Hit + + + + + + + + + + + + + + + Name + Methods Hit + Lines Hit + + + + + + + + + + + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + + a + b + + + +
    + + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend-frames.xsl new file mode 100644 index 0000000..ccc9dcc --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend-frames.xsl @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JDepend Analysis + + + + + + + + + + <h2>Frame Alert</h2> + <p> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </p> + + + + + + + + + + + + + + + + +

    Summary

    + + [summary] + [packages] + [cycles] + [explanations] +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PackageTotal ClassesAbstract ClassesConcrete ClassesAfferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
    + + overview-packages.html#PK + + + +
    + +
    + + +
    + + + + + + + + +

    Packages

    + + [summary] + [packages] + [cycles] + [explanations] +
    + + + +

    PK +

    + + + + + + + +
    Afferent Couplings: Efferent Couplings: Abstractness: Instability: Distance:
    + + + + + + + + + + + + + + +
    Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
    + + None + + +
    +
    +
    + + None + + +
    +
    +
    + + None + + + + overview-packages.html#PK + +
    +
    +
    + + None + + + + overview-packages.html#PK + +
    +
    +
    +
    +
    + +
    + [summary] + [packages] + [cycles] + [explanations] +
    + + +
    + + + + + + + + +

    Cycles

    + + [summary] + [packages] + [cycles] + [explanations] +
    + + + +

    There are no cyclic dependancies.

    +
    + +

    #CY

    + +
    +

    +
    + +
    + [summary] + [packages] + [cycles] + [explanations] +
    + + +
    + + + + + + + + + +

    Explanations

    + + [summary] + [packages] + [cycles] + [explanations] +
    + +

    The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

    + +

    Number of Classes

    +

    The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.

    +

    Afferent Couplings

    +

    The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.

    +

    Efferent Couplings

    +

    The number of other packages that the classes in the package depend upon is an indicator of the package's independence.

    +

    Abstractness

    +

    The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package.

    +

    The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.

    +

    Instability

    +

    The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change.

    +

    The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.

    +

    Distance

    +

    The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability.

    +

    A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0).

    +

    The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.

    + + + +
    + + + + + + + + + +
    + [summary] + [packages] + [cycles] + [explanations] +
    +

    Packages

    + + + + + + + +
    + + +
    + + + + + + + + + + + + + + + + Not Analyzed: + + + + + + + + + + + +
    + [summary] + [packages] + [cycles] + [explanations] +
    +

    Cycles

    + + + + +
    + + +
    + + + + + + + + + + + +

    JDepend Analysis

    + + + + + +
    Designed for use with JDepend and Ant.
    +
    +
    + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend.xsl new file mode 100644 index 0000000..f813297 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/jdepend.xsl @@ -0,0 +1,276 @@ + + + + + + + + + + + JDepend Analysis + + + + + + + + +

    JDepend Analysis

    +

    Designed for use with JDepend and Ant.

    +
    + +
    +

    Summary

    +
    + [summary] + [packages] + [cycles] + [explanations] +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PackageTotal ClassesAbstract ClassesConcrete ClassesAfferent CouplingsEfferent CouplingsAbstractnessInstabilityDistance
    + + #PK + + + +
    + +
    + +
    +

    Packages

    +
    + [summary] + [packages] + [cycles] + [explanations] +
    + + + +

    PK +

    + + + + + + + +
    Afferent Couplings: Efferent Couplings: Abstractness: Instability: Distance:
    + + + + + + + + + + + + + + +
    Abstract ClassesConcrete ClassesUsed by PackagesUses Packages
    + + None + + +
    +
    +
    + + None + + +
    +
    +
    + + None + + + + #PK + +
    +
    +
    + + None + + + + #PK + +
    +
    +
    +
    +
    + +
    +

    Cycles

    +
    + [summary] + [packages] + [cycles] + [explanations] +
    + + +

    There are no cyclic dependancies.

    +
    + +

    + +
    +

    +
    + +
    +

    Explanations

    +
    + [summary] + [packages] + [cycles] + [explanations] +
    + +

    The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

    + +

    Number of Classes

    +

    The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.

    +

    Afferent Couplings

    +

    The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.

    +

    Efferent Couplings

    +

    The number of other packages that the classes in the package depend upon is an indicator of the package's independence.

    +

    Abstractness

    +

    The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package.

    +

    The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.

    +

    Instability

    +

    The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change.

    +

    The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.

    +

    Distance

    +

    The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability.

    +

    A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0).

    +

    The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.

    + + + +
    + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames-xalan1.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames-xalan1.xsl new file mode 100644 index 0000000..fbc28e1 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames-xalan1.xsl @@ -0,0 +1,745 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + + + Standard Output from <xsl:value-of select="@name"/> + + +
    + + +
    +
    + + + + + Standard Error from <xsl:value-of select="@name"/> + + +
    + + +
    +
    +
    +
    + + + + + Unit Test Results. + + + + + + + + + <h2>Frame Alert</h2> + <p> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </p> + + + + + + + +body { + font:normal 68% verdana,arial,helvetica; + color:#000000; +} +table tr td, table tr th { + font-size: 68%; +} +table.details tr th{ + font-weight: bold; + text-align:left; + background:#a6caf0; +} +table.details tr td{ + background:#eeeee0; +} + +p { + line-height:1.5em; + margin-top:0.5em; margin-bottom:1.0em; +} +h1 { + margin: 0px 0px 5px; font: 165% verdana,arial,helvetica +} +h2 { + margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica +} +h3 { + margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica +} +h4 { + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica +} +h5 { + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica +} +h6 { + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica +} +.Error { + font-weight:bold; color:red; +} +.Failure { + font-weight:bold; color:purple; +} +.Properties { + text-align:right; +} + + + + + + + . + + + Unit Test Results: <xsl:value-of select="$class.name"/> + + + + + + + + +

    Class

    + + + + + +
    + +

    Tests

    + + + + + + + + + +
    + + + + + + + + + +
    + + + + cur = TestCases['.'] = new Array(); + + + cur[''] = ''; + + + + + + + + + + + Unit Test Classes: <xsl:value-of select="$name"/> + + + + + + + + + +
    +

    + + <none> +

    +
    + +

    Classes

    + + + + + + + +
    + +
    + + +
    + + + + + + + All Unit Test Classes + + + + + +

    Classes

    + + + + +
    + + +
    + + + + + + + + + / + .html + + + + + + + + + + + + + All Unit Test Packages + + + + + +

    Home

    +

    Packages

    + + + + +
    + + +
    + + + + + + + <none> + + + + + + + + + + Unit Test Results: Summary + + + + + + open('allclasses-frame.html','classListFrame') + +

    Summary

    + + + + + + + + + + + + + + + + + + + Error + Failure + Pass + + + + + + + + + +
    TestsFailuresErrorsSkippedSuccess rateTime
    + + + + + + + +
    + + + + +
    + Note: failures are anticipated and checked for with assertions while errors are unanticipated. +
    + +

    Packages

    + + + + + + + + + + + Error + Failure + Pass + + + + + + + + + + + + +
    + + <none> + + + + +
    + + +
    + + + + + + + + + + + + open('package-frame.html','classListFrame') + +

    Package

    + + + + + +

    Classes

    +

    + + + + + +
    +

    +
    + + +
    + + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + +

    Unit Test Results

    + + + + + +
    Designed for use with JUnit and Ant.
    +
    +
    + + + + + Name + Tests + Errors + Failures + Skipped + Time(s) + Time Stamp + Host + + + + + + + Name + Status + Type + Time(s) + + + + + + + + + + Error + Failure + Pass + + + + + + + + + + + + + + + + + + + + + Error + Failure + TableRowColor + + + + + + Failure + + + + Error + + + + Skipped + + + + Success + + + + + + + + + + + + + + + + + + + + + + + + + N/A + + + + + +

    + + + + + + + +
    + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames.xsl new file mode 100644 index 0000000..25fcf1f --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-frames.xsl @@ -0,0 +1,955 @@ + + + + + + + + +Unit Test Results. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + + + Standard Output from <xsl:value-of select="@name"/> + + +
    + + +
    +
    + + + + + Standard Error from <xsl:value-of select="@name"/> + + +
    + + +
    +
    + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + <xsl:value-of select="$TITLE"/> + + + + + + + + + <h2>Frame Alert</h2> + <p> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </p> + + + + + + + +body { + font:normal 68% verdana,arial,helvetica; + color:#000000; +} +table tr td, table tr th { + font-size: 68%; +} +table.details tr th{ + font-weight: bold; + text-align:left; + background:#a6caf0; +} +table.details tr td{ + background:#eeeee0; +} + +p { + line-height:1.5em; + margin-top:0.5em; margin-bottom:1.0em; +} +h1 { + margin: 0px 0px 5px; font: 165% verdana,arial,helvetica +} +h2 { + margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica +} +h3 { + margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica +} +h4 { + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica +} +h5 { + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica +} +h6 { + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica +} +.Error { + font-weight:bold; color:red; +} +.Failure { + font-weight:bold; color:purple; +} +.Properties { + text-align:right; +} + + + + + + + + + + All Failures + + + All Errors + + + All Skipped + + + All Tests + + + + + Unit Test Results: <xsl:value-of select="$title"/> + + + + + + open('allclasses-frame.html','classListFrame') + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + +
    + + + + + + + . + + + Unit Test Results: <xsl:value-of select="$class.name"/> + + + + + + + + +

    Class

    + + + + + +
    + + + +

    Failures

    +
    + +

    Errors

    +
    + +

    Skipped

    +
    + +

    Tests

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + +
    + + + + cur = TestCases['.'] = new Array(); + + + cur[''] = ''; + + + + + + + + + + + Unit Test Classes: <xsl:value-of select="$name"/> + + + + + + + + + +
    +

    + + <none> +

    +
    + +

    Classes

    + + + + + + + +
    + +
    + + +
    + + + + + + + All Unit Test Classes + + + + + +

    Classes

    + + + + +
    + + +
    + + + + + + + + + / + _.html + + + + + + + + + + + + + All Unit Test Packages + + + + + +

    Home

    +

    Packages

    + + + + +
    + + +
    + + + + + + + <none> + + + + + + + + + + Unit Test Results: Summary + + + + + + open('allclasses-frame.html','classListFrame') + +

    Summary

    + + + + + + + + + + + + + + + + + + + Error + Failure + Pass + + + + + + + + + +
    TestsFailuresErrorsSkippedSuccess rateTime
    + + + + + + + +
    + + + + +
    + Note: failures are anticipated and checked for with assertions while errors are unanticipated. +
    + +

    Packages

    + + + + + + + + + + + Error + Failure + Pass + + + + + + + + + + + + +
    + + <none> + + + + +
    + + +
    + + + + + + + + + + + + open('package-frame.html','classListFrame') + +

    Package

    + + + + + +

    Classes

    +

    + + + + + +
    +

    +
    + + +
    + + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + +

    + + + + + +
    Designed for use with JUnit and Ant.
    +
    +
    + + + + + Name + Tests + Errors + Failures + Skipped + Time(s) + Time Stamp + Host + + + + + + + + + Class + + Name + Status + Type + Time(s) + + + + + + + + + + Error + Failure + Pass + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Error + Failure + TableRowColor + + + + + + + + + + + + + + + + + + + + + + Failure + + + + Error + + + + Skipped + + + + Success + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N/A + + + + + +

    + + + + + + + +
    + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    + + + + + + + + + + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-noframes.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-noframes.xsl new file mode 100644 index 0000000..ab9e143 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/junit-noframes.xsl @@ -0,0 +1,496 @@ + + + + + + +Unit Test Results. + + + + + + <xsl:value-of select="$TITLE"/> + + + + + + + + + + +
    + + + +
    + + + +
    + + + + + + +
    + + + + + + + + +

    Packages

    + Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. + + + + + + + + + + + + + + + + + + Failure + Error + + + + + + + + + + + + +
    + + + +
    +
    + + + + + + + + + + + + +

    Package

    + + + + + + +
    + Back to top +

    +

    + + + + + + + + +

    TestCase

    + + + + + + + + + + +
    + +

    + + Back to top + + + + +

    Summary

    + + + + + + + + + + + + + + + + + + + Failure + Error + + + + + + + + + + +
    TestsFailuresErrorsSkippedSuccess rateTime
    + + + + + + + +
    + + + + +
    + Note: failures are anticipated and checked for with assertions while errors are unanticipated. +
    +
    + + + + cur = TestCases['.'] = new Array(); + + + cur[''] = ''; + + + + + +

    + + + + + +
    Designed for use with JUnit and Ant.
    +
    +
    + + + + Name + Tests + Errors + Failures + Skipped + Time(s) + + + + + + + Name + Tests + Errors + Failures + Skipped + Time(s) + Time Stamp + Host + + + + + + + Name + Status + Type + Time(s) + + + + + + + + + + + Failure + Error + + + + + + + + + + + + + + + + + + + + + + + + Error + + + + + + Failure + + + + Error + + + + Skipped + + + + Success + + + + + + + + + + + + + + + + + + + + + + + + + + + + N/A + + + + + + +

    + + + +
    + + +
    + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    + + + + + + + + + + + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/log.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/log.xsl new file mode 100644 index 0000000..5040993 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/log.xsl @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + +
    + + http://jakarta.apache.org + + + Apache Ant +
    + + + +

    + + + + + +
    + + + + + + failed + complete + + + + + + + + + + + + + +
    Build FailedBuild CompleteTotal Time:
    + +
    + See the stacktrace. +
    +
    + + + + + +
    ant.file
    ant.version
    java.version
    os.name
    + +

    Build events

    + + + + + + + +
    targettaskmessage
    +

    + + + +

    Error details

    + + +
    +
    +
    + +

    +
    + + + + + + + a + b + + + [ ] + + + + + + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/maudit-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/maudit-frames.xsl new file mode 100644 index 0000000..257c0c8 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/maudit-frames.xsl @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + + + + Audit Results. + + + + + + + + + <H2>Frame Alert</H2> + <P> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </P> + + + + + + + + .bannercell { + border: 0px; + padding: 0px; + } + body { + margin-left: 10; + margin-right: 10; + font:normal 80% arial,helvetica,sanserif; + background-color:#FFFFFF; + color:#000000; + } + .a td { + background: #efefef; + } + .b td { + background: #fff; + } + th, td { + text-align: left; + vertical-align: top; + } + th { + font-weight:bold; + background: #ccc; + color: black; + } + table, th, td { + font-size:100%; + border: none + } + table.log tr td, tr th { + + } + h2 { + font-weight:bold; + font-size:140%; + margin-bottom: 5; + } + h3 { + font-size:100%; + font-weight:bold; + background: #525D76; + color: white; + text-decoration: none; + padding: 5px; + margin-right: 2px; + margin-left: 2px; + margin-bottom: 0; + } + + + + + + + + + + + + + + +

    Class .

    + + + + +
    + +

    Violations

    + + + + + +
    + + + +
    + + + + + + + + + + + + + + + + +
    +

    +
    + +

    Classes

    + + + + +
    + + +
    + + + + + +
    + + + + + + + + + + + + + + +

    Classes

    + + + + +
    + + +
    + + + + + + + + + + / + .html + + + + + + + + + + + + + + + + + +

    Home

    +

    Packages

    + + + + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + +

    Summary

    + + + + + + + + + + + +
    Audited classesReported classesViolations
    + + + + +
    + Note: Rules checked have originated from style guidelines suggested by the language designers, + experience from the Java development community and insite experience. Violations are generally + reported with a reference to the Java Language Specifications (JLS x.x.x) + and Metamata Audit rules (x.x). + Please consult these documents for additional information about violations. +

    + Rules checked also enforce adherence to Sun Java coding guidelines in use at Jakarta. +

    + One should note that these violations do not necessary underline errors but should be used + as an indication for possible errors. As always, use your best judgment and review + them carefully, it might save you hours of debugging. +

    + +

    Packages

    + + + + + + + + + + +
    + + + +
    + + + + + + + + + + + + open('package-frame.html','classListFrame') + +

    Package

    + + + + +

    Classes

    + + + + + +
    +
    + + + +
    + + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + + + + + + + + + + +
    + + http://jakarta.apache.org + +

    Source Code Audit

    Designed for use with Webgain QA/Metamata Audit and Ant.
    +
    +
    + + + + + + + + + + Name + Violations + + + + + + + Line + Message + + + + + + + + + + + + + + + + + + + + + + + + + a + b + + + + + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/mmetrics-frames.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/mmetrics-frames.xsl new file mode 100644 index 0000000..8b4643a --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/mmetrics-frames.xsl @@ -0,0 +1,1026 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + Metrics Results. + + + + + + + + + <H2>Frame Alert</H2> + <P> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </P> + + + + + + + + + + + +

    Metrics Reference

    +V(G) | +LOC | +DIT | +NOA | +NRM | +NLM | +WMC | +RFC | +DAC | +FANOUT | +CBO | +LCOM | +NOC + + +

    Cyclomatic Complexity - V(G)

    +This metric was introduced in the 1970s to measure the amount of control +flow complexity or branching complexity in a module such as a +subroutine. It gives the number of paths that may be taken through the +code, and was initially developed to give some measure of the cost of +producing a test case for the module by executing each path. +

    +Methods with a high cyclomatic complexity tend to be more difficult to +understand and maintain. In general the more complex the methods of an +application, the more difficult it will be to test it, and this will adversely +affect its reliability. +

    +V(G) is a measure of the control flow complexity of a method or +constructor. It counts the number of branches in the body of the method, +defined as: +

      +
    • while statements;
    • +
    • if statements;
    • +
    • for statements.
    • +
    + +The metric can also be configured to count each case of a switch +statement as well. + +
    +

    Lines of Code - LOC

    + +This is perhaps the simplest of all the metrics to define and compute. +Counting lines has a long history as a software metric dating from before +the rise of structured programming, and it is still in widespread use today. +The size of a method affects the ease with which it can be understood, its +reusability and its maintainability. There are a variety of ways that the size +can be calculated. These include counting all the lines of code, the number +of statements, the blank lines of code, the lines of commentary, and the +lines consisting only of syntax such as block delimiters. +

    +This metric can also be used for sizing other constructs as well, for +example, the overall size of a Java class or package can be measured by +counting the number of source lines it consists of. +

    +LOC can be used to determine the size of a compilation unit (source file), +class or interface, method, constructor, or field. It can be configured to +ignore: +

      +
    • blank lines;
    • +
    • lines consisting only of comments;
    • +
    • lines consisting only of opening and closing braces.
    • +
    + +
    +

    Depth of Inheritance Hierarchy - DIT

    + +This metric calculates how far down the inheritance hierarchy a class is +declared. In Java all classes have java.lang.Object as their ultimate +superclass, which is defined to have a depth of 1. So a class that +immediately extends java.lang.Object has a metric value of 2; any of its +subclasses will have a value of 3, and so on. +

    +A class that is deep within the tree inherits more methods and state +variables, thereby increasing its complexity and making it difficult to +predict its behavior. It can be harder to understand a system with many +inheritance layers. +

    +DIT is defined for classes and interfaces: +

      +
    • all interface types have a depth of 1;
    • +
    • the class java.lang.Object has a depth of 1;
    • +
    • all other classes have a depth of 1 + the depth of their super class.
    • +
    + +
    +

    Number of Attributes - NOA

    + +The number of distinct state variables in a class serves as one measure of +its complexity. The more state a class represents the more difficult it is to +maintain invariants for it. It also hinders comprehensibility and reuse. +

    +In Java, state can be exposed to subclasses through protected fields, which +entails that the subclass also be aware of and maintain any invariants. This +interference with the class's data encapsulation can be a source of defects +and hidden dependencies between the state variables. +

    +NOA is defined for classes and interfaces. It counts the number of fields +declared in the class or interface. + + +

    Number of Remote Methods - NRM

    + +NRM is defined for classes. A remote method call is defined as an +invocation of a method that is not declared in any of: +
      +
    • the class itself;
    • +
    • a class or interface that the class extends or implements;
    • +
    • a class or method that extends the class.
    • +
    + +The value is the count of all the remote method calls in all of the methods +and constructors of the class. + +
    +

    Number of Local Methods - NLM

    + +NLM is defined for classes and interfaces. A local method is defined as a +method that is declared in the class or interface. NLM can be configured to +include the local methods of all of the class's superclasses. Methods with +public, protected, package and private visibility can be independently +counted by setting configuration parameters. + +
    +

    Weighted Methods per Class - WMC

    + +If the number of methods in a class can be determined during the design +and modeling phase of a project, it can be used as a predictor of how +much time and effort is needed to develop, debug and maintain it. This +metric can be further refined by incorporating a weighting for the +complexity of each method. The usual weighting is given by the cyclomatic +complexity of the method. +

    +The subclasses of a class inherit all of its public and protected methods, +and possibly its package methods as well, so the number of methods a +class has directly impacts the complexity of its subclasses. Classes with +large numbers of methods are often specific to a particular application, +reducing the ability to reuse them. +

    +The definition of WMC is based upon NLM, and it provides the same +configuration parameters for counting inherited methods and of varying +visibility. The main difference is that NLM always counts each method as 1, +whereas WMC will weight each method. There are two weighting schemes: +

      +
    • V(G) the cyclomatic complexity of the method is used as its weight. + Methods from class files are given a V(G) of 1.
    • +
    • the arity, or the number of parameters of the method are used to + determine the weight.
    • +
    + +
    +

    Response For Class - RFC

    + +The response set of a class is the set of all methods that can be invoked as +a result of a message sent to an object of the class. This includes methods +in the class's inheritance hierarchy and methods that can be invoked on +other objects. The Response For Class metric is defined to be size of the +response set for the class. A class which provides a larger response set is +considered to be more complex than one with a smaller response set. +

    +One reason for this is that if a method call on a class can result in a large +number of different method calls on the target and other classes, then it +can be harder to test the behavior of the class and debug problems. It will +typically require a deeper understanding of the potential interactions that +objects of the class can have with the rest of the system. +

    +RFC is defined as the sum of NLM and NRM for the class. The local methods +include all of the public, protected, package and private methods, but not +methods declared only in a superclass. + + +

    Data Abstraction Coupling - DAC

    + +DAC is defined for classes and interfaces. It counts the number of reference +types that are used in the field declarations of the class or interface. The +component types of arrays are also counted. Any field with a type that is +either a supertype or a subtype of the class is not counted. + + +

    Fan Out - FANOUT

    + +FANOUT is defined for classes and interfaces, constructors and methods. It +counts the number of reference types that are used in: +
      +
    • field declarations;
    • +
    • formal parameters and return types;
    • +
    • throws declarations;
    • +
    • local variables.
    • +
    + +The component types of arrays are also counted. Any type that is either a +supertype or a subtype of the class is not counted. + +
    +

    Coupling Between Objects - CBO

    + +When one object or class uses another object or class they are said to be +coupled. One major source of coupling is that between a superclass and a +subclass. A coupling is also introduced when a method or field in another +class is accessed, or when an object of another class is passed into or out +of a method invocation. Coupling Between Objects is a measure of the +non-inheritance coupling between two objects. +

    +A high value of coupling reduces the modularity of the class and makes +reuse more difficult. The more independent a class is the more likely it is +that it will be possible to reuse it in another part of the system. When a +class is coupled to another class it becomes sensitive to changes in that +class, thereby making maintenance for difficult. In addition, a class that is +overly dependent on other classes can be difficult to understand and test in +isolation. +

    +CBO is defined for classes and interfaces, constructors and methods. It +counts the number of reference types that are used in: +

      +
    • field declarations
    • +
    • formal parameters and return types
    • +
    • throws declarations
    • +
    • local variables
    • +
    + +It also counts: +
      +
    • types from which field and method selections are made
    • +
    + +The component types of arrays are also counted. Any type that is either a +supertype or a subtype of the class is not counted. + +
    +

    Lack of Cohesion Of Methods - LCOM

    + +The cohesion of a class is the degree to which its methods are related to +each other. It is determined by examining the pattern of state variable +accesses within the set of methods. If all the methods access the same state +variables then they have high cohesion; if they access disjoint sets of +variables then the cohesion is low. An extreme example of low cohesion +would be if none of the methods accessed any of the state variables. + +If a class exhibits low method cohesion it indicates that the design of the +class has probably been partitioned incorrectly, and could benefit by being +split into more classes with individually higher cohesion. On the other +hand, a high value of cohesion (a low lack of cohesion) implies that the +class is well designed. A cohesive class will tend to provide a high degree +of encapsulation, whereas a lack of cohesion decreases encapsulation and +increases complexity. +

    +Another form of cohesion that is useful for Java programs is cohesion +between nested and enclosing classes. A nested class that has very low +cohesion with its enclosing class would probably better designed as a peer +class rather than a nested class. +

    +LCOM is defined for classes. Operationally, LCOM takes each pair of +methods in the class and determines the set of fields they each access. If +they have disjoint sets of field accesses increase the count P by one. If they +share at least one field access then increase Q by one. After considering +each pair of methods, +LCOM = (P > Q) ? (P - Q) : 0 +

    +Indirect access to fields via local methods can be considered by setting a +metric configuration parameter. + + +

    Number Of Classes - NOC

    + +The overall size of the system can be estimated by calculating the number +of classes it contains. A large system with more classes is more complex +than a smaller one because the number of potential interactions between +objects is higher. This reduces the comprehensibility of the system which +in turn makes it harder to test, debug and maintain. +

    +If the number of classes in the system can be projected during the initial +design phase of the project it can serve as a base for estimating the total +effort and cost of developing, debugging and maintaining the system. +

    +The NOC metric can also usefully be applied at the package and class level +as well as the total system. +

    +NOCL is defined for class and interfaces. It counts the number of classes or +interfaces that are declared. This is usually 1, but nested class declarations +will increase this number. + + + + + + + .bannercell { + border: 0px; + padding: 0px; + } + body { + margin-left: 10; + margin-right: 10; + font:normal 80% arial,helvetica,sanserif; + background-color:#FFFFFF; + color:#000000; + } + .a td { + background: #efefef; + } + .b td { + background: #fff; + } + th, td { + text-align: left; + vertical-align: top; + } + th { + font-weight:bold; + background: #ccc; + color: black; + } + table, th, td { + font-size:100%; + border: none + } + table.log tr td, tr th { + + } + h2 { + font-weight:bold; + font-size:140%; + margin-bottom: 5; + } + h3 { + font-size:100%; + font-weight:bold; + background: #525D76; + color: white; + text-decoration: none; + padding: 5px; + margin-right: 2px; + margin-left: 2px; + margin-bottom: 0; + } + .Error { + font-weight:bold; color:red; + } + + + + + + + + + + + + + + + + +

    Class .

    + + + +
    + +

    Methods

    + + + +
    + + + + +
    + + + + + + + + + + + + + + + +
    +

    +
    + +

    Classes

    + + + + + + + + +
    + +
    + + +
    + + + + + + + + + + + +

    Classes

    + + + + + +
    + + +
    + + + + + + +
    + + + / + + .html + + + + + + + + + + + + + + + + +

    Home

    +

    Packages

    + + + + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + +

    Summary

    + + + + + + + + + + + + + + + + + +
    V(G)LOCDITNOANRMNLMWMCRFCDACFANOUTCBOLCOMNOCL
    + + + + +
    + Note: Metrics evaluate the quality of software by analyzing the program source and quantifying + various kind of complexity. Complexity is a common source of problems and defects in software. + High complexity makes it more difficult to develop, understand, maintain, extend, test and debug + a program. +

    + The primary use of metrics is to focus your attention on those parts of code that potentially are + complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial + actions. + For additional information about metrics and their meaning, please consult + Metamata Metrics manual. +

    + +

    Packages

    + + + + + + +
    + + + + +
    + + + + + + + + + + + +

    Package

    + + + + +
    + + + + + +
    + Note: Metrics evaluate the quality of software by analyzing the program source and quantifying + various kind of complexity. Complexity is a common source of problems and defects in software. + High complexity makes it more difficult to develop, understand, maintain, extend, test and debug + a program. +

    + The primary use of metrics is to focus your attention on those parts of code that potentially are + complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial + actions. + For additional information about metrics and their meaning, please consult + Metamata Metrics manual. +

    + + + +

    Classes

    + + + + + + +
    +
    + + + + +
    + + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + + + + + + + + + + + +
    + + http://jakarta.apache.org + +

    Source Code Metrics

    Designed for use with Webgain QA/Metamata Metrics and Ant.
    +
    +
    + + + + + + + + + Name + V(G) + LOC + DIT + NOA + NRM + NLM + WMC + RFC + DAC + FANOUT + CBO + LCOM + NOCL + + + + + + + Name + V(G) + LOC + FANOUT + CBO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + a + b + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Error + + + + +
    + diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/tagdiff.xsl b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/tagdiff.xsl new file mode 100644 index 0000000..5d430a7 --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/etc/tagdiff.xsl @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="$title"/> + + + +

    + +

    + Tagdiff between and + +

    Designed for use with Ant.

    +
    + + + + + +
    + New Files | + Modified Files | + Removed Files +
    + + + New Files + New + + + + + Modified Files + Modified + + + + + + Removed Files + Removed + + +
    + + + +
    + + + + + + + + + + - entries + + (back to top) + + + + + + + +
      + +
    + + + + + + + + + + + + + + + + + + + + mailto: + + + + + + +
  • + + / + + + + + + + + /?rev=&content-type=text/x-cvsweb-markup + + + /?r1=&r2=&diff_format=h + + ( --> ) + + +
  • +
    + + + + + + +
    diff --git a/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/plugin.properties b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/plugin.properties new file mode 100644 index 0000000..1936c3a --- /dev/null +++ b/.m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2013 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Apache Ant +providerName = Eclipse Orbit diff --git a/dependencies/fake_ant_dependency.sh b/dependencies/fake_ant_dependency.sh index db7927c..6762bb0 100755 --- a/dependencies/fake_ant_dependency.sh +++ b/dependencies/fake_ant_dependency.sh @@ -1,7 +1,7 @@ #!/bin/bash # Part of this file are following directories: -# .m2/p2/repo-sdk/plugins/org.apache.ant_1.8.4.v201209061652 +# .m2/p2/repo-sdk/plugins/org.apache.ant_1.9.2.v201307241445 # Ant plugin is not a part of Fedora, so it needs to be created at build time. @@ -14,7 +14,7 @@ # -makejar pushd $1 - mkdir -p lib + mkdir -p lib bin pushd lib rm -rf * ln -s $2/ant/ant-antlr.jar @@ -38,7 +38,9 @@ pushd $1 ln -s $2/ant/ant-testutil.jar ln -s $2/ant.jar popd - mkdir -p bin + pushd etc + ln -s $2/ant-bootstrap.jar + popd pushd bin rm -rf * ln -s $3/ant ant @@ -47,7 +49,7 @@ pushd $1 #if -makejar is specified, zip the plugin into a jar - if [ "-makejar" = $4 ]; then + if [ "-makejar" = "$4" ]; then cd .. pluginName=`ls | grep org.apache.ant_` zip -y -r ${pluginName}.jar ${pluginName} -- cgit v1.2.3