Skip to content

Commit

Permalink
update javadoc, copyright, version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjholla committed May 25, 2020
1 parent 078ebd9 commit 2a86d67
Show file tree
Hide file tree
Showing 219 changed files with 100,219 additions and 25,637 deletions.
132 changes: 66 additions & 66 deletions com.ensoftcorp.open.pointsto.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.ensoftcorp.open.pointsto.feature"
label="Points-to Toolbox"
version="3.3.8.qualifier"
provider-name="Ensoft Corp.">

<description url="https://ensoftcorp.github.io/points-to-toolbox/">
An Atlas native points-to analysis and utility toolbox.
</description>

<copyright url="https://ensoftcorp.github.io/points-to-toolbox/">
Copyright (c) 2016, 2018 EnSoft Corp.
</copyright>

<license url="https://raw.githubusercontent.com/EnSoftCorp/points-to-toolbox/master/LICENSE">
MIT License (MIT)

Copyright (c) 2016, 2018 EnSoft Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</license>

<requires>
<import plugin="net.ontopia.utils" version="5.2.2" match="greaterOrEqual"/>
<import feature="com.ensoftcorp.open.jimple.commons.feature" version="3.3.8.qualifier"/>
<import feature="com.ensoftcorp.open.java.commons.feature" version="3.3.8.qualifier"/>
<import feature="com.ensoftcorp.open.commons.feature" version="3.3.8.qualifier"/>
<import plugin="com.ensoftcorp.open.commons" version="3.3.8" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.java.commons" version="3.3.8" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.jimple.commons" version="3.3.8" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.pointsto" version="3.3.8" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.commons.ui" version="3.3.8" match="greaterOrEqual"/>
</requires>

<plugin
id="com.ensoftcorp.open.pointsto"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.ensoftcorp.open.pointsto.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.ensoftcorp.open.pointsto.feature"
label="Points-to Toolbox"
version="3.6.0.qualifier"
provider-name="Ensoft Corp.">

<description url="https://ensoftcorp.github.io/points-to-toolbox/">
An Atlas native points-to analysis and utility toolbox.
</description>

<copyright url="https://ensoftcorp.github.io/points-to-toolbox/">
Copyright (c) 2016, 2020 EnSoft Corp.
</copyright>

<license url="https://raw.githubusercontent.com/EnSoftCorp/points-to-toolbox/master/LICENSE">
MIT License (MIT)

Copyright (c) 2016, 2020 EnSoft Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</license>

<requires>
<import plugin="net.ontopia.utils" version="5.2.2" match="greaterOrEqual"/>
<import feature="com.ensoftcorp.open.jimple.commons.feature" version="3.6.0.qualifier"/>
<import feature="com.ensoftcorp.open.java.commons.feature" version="3.6.0.qualifier"/>
<import feature="com.ensoftcorp.open.commons.feature" version="3.6.0.qualifier"/>
<import plugin="com.ensoftcorp.open.commons" version="3.6.0" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.java.commons" version="3.6.0" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.jimple.commons" version="3.6.0" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.pointsto" version="3.6.0" match="greaterOrEqual"/>
<import plugin="com.ensoftcorp.open.commons.ui" version="3.6.0" match="greaterOrEqual"/>
</requires>

<plugin
id="com.ensoftcorp.open.pointsto"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.ensoftcorp.open.pointsto.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
28 changes: 14 additions & 14 deletions com.ensoftcorp.open.pointsto.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Points-to Toolbox User Interface
Bundle-SymbolicName: com.ensoftcorp.open.pointsto.ui;singleton:=true
Bundle-Version: 3.3.8.qualifier
Bundle-Vendor: EnSoft Corp.
Require-Bundle: net.ontopia.utils;bundle-version="5.2.2",
com.ensoftcorp.open.pointsto;bundle-version="3.3.8",
com.ensoftcorp.open.commons.ui;bundle-version="3.3.8"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Activator: com.ensoftcorp.open.pointsto.ui.Activator
Automatic-Module-Name: com.ensoftcorp.open.pointsto.ui
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Points-to Toolbox User Interface
Bundle-SymbolicName: com.ensoftcorp.open.pointsto.ui;singleton:=true
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: EnSoft Corp.
Require-Bundle: net.ontopia.utils;bundle-version="5.2.2",
com.ensoftcorp.open.pointsto;bundle-version="3.6.0",
com.ensoftcorp.open.commons.ui;bundle-version="3.6.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Activator: com.ensoftcorp.open.pointsto.ui.Activator
Automatic-Module-Name: com.ensoftcorp.open.pointsto.ui
23 changes: 0 additions & 23 deletions com.ensoftcorp.open.pointsto.ui/doc/allclasses-frame.html

This file was deleted.

155 changes: 155 additions & 0 deletions com.ensoftcorp.open.pointsto.ui/doc/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Sun May 24 23:57:14 EDT 2020 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-05-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</div>
<div class="allClassesContainer">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><a href="com/ensoftcorp/open/pointsto/ui/Activator.html" title="class in com.ensoftcorp.open.pointsto.ui">Activator</a></td>
<th class="colLast" scope="row">
<div class="block">An activator class for controlling the plug-in life cycle</div>
</th>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><a href="com/ensoftcorp/open/pointsto/ui/log/Log.html" title="class in com.ensoftcorp.open.pointsto.ui.log">Log</a></td>
<th class="colLast" scope="row">
<div class="block">Centralized logging for Eclipse plugins.</div>
</th>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><a href="com/ensoftcorp/open/pointsto/ui/smart/PointsToAliasesSmartView.html" title="class in com.ensoftcorp.open.pointsto.ui.smart">PointsToAliasesSmartView</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><a href="com/ensoftcorp/open/pointsto/ui/smart/PointsToArrayComponentAliasesSmartView.html" title="class in com.ensoftcorp.open.pointsto.ui.smart">PointsToArrayComponentAliasesSmartView</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><a href="com/ensoftcorp/open/pointsto/ui/preferences/PointsToPreferencesPage.html" title="class in com.ensoftcorp.open.pointsto.ui.preferences">PointsToPreferencesPage</a></td>
<th class="colLast" scope="row">
<div class="block">UI for setting points-to analysis preferences</div>
</th>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>
23 changes: 0 additions & 23 deletions com.ensoftcorp.open.pointsto.ui/doc/allclasses-noframe.html

This file was deleted.

Loading

0 comments on commit 2a86d67

Please sign in to comment.