From: <lor...@us...> - 2011-08-22 11:08:09
|
Revision: 3085 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3085&view=rev Author: lorenz_b Date: 2011-08-22 11:08:02 +0000 (Mon, 22 Aug 2011) Log Message: ----------- Added javadoc-plugin and 2 style files. Modified Paths: -------------- trunk/components-core/pom.xml Added Paths: ----------- trunk/components-core/src/etc/javadoc.css trunk/components-core/src/etc/overview.html Modified: trunk/components-core/pom.xml =================================================================== --- trunk/components-core/pom.xml 2011-08-22 09:19:36 UTC (rev 3084) +++ trunk/components-core/pom.xml 2011-08-22 11:08:02 UTC (rev 3085) @@ -16,31 +16,26 @@ <build> <plugins> - <!--Surefire - for JUnits--> + <!--Surefire - for JUnits --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <!-- - Uncomment this when the junits are independent of a runtime - directory - --> - <!--<includes>--> - <!--<include>org/dllearner/test/junit/*</include>--> - <!--</includes>--> + <!-- Uncomment this when the junits are independent of a runtime directory --> + <!--<includes> --> + <!--<include>org/dllearner/test/junit/*</include> --> + <!--</includes> --> <excludes> <exclude>org/dllearner/test/*</exclude> <exclude>org/dllearner/test/junit/TestOntologies.java</exclude> <exclude>org/dllearner/test/junit/PropertyLearningTest.java</exclude> - <!--This line excludes inner classes--> + <!--This line excludes inner classes --> <exclude>**/*$*</exclude> </excludes> </configuration> </plugin> - <!-- - Jar the tests up into a separate jar so other components tests' can - leverage them - --> + <!-- Jar the tests up into a separate jar so other components tests' can + leverage them --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> @@ -108,15 +103,43 @@ </distroConfigurations> </configuration> </plugin> - <plugin> - <groupId>com.mycila.maven-license-plugin</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <header>src/etc/header.txt</header> - </configuration> - </plugin> - - + <plugin> + <groupId>com.mycila.maven-license-plugin</groupId> + <artifactId>maven-license-plugin</artifactId> + <configuration> + <header>src/etc/header.txt</header> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.8</version> + <configuration> + <show>public</show> + <nohelp>true</nohelp> + <destDir>doc/javadoc</destDir> + <doctitle>DL-Learner Javadoc</doctitle> + <author>true</author> + <nodeprecated>false</nodeprecated> + <nodeprecatedlist>false</nodeprecatedlist> + <noindex>false</noindex> + <nonavbar>false</nonavbar> + <notree>false</notree> + <overview>src/etc/overview.html</overview> + <source>1.6</source> + <sourcepath>src/main/java</sourcepath> + <splitindex>true</splitindex> + <stylesheetfile>src/etc/javadoc.css</stylesheetfile> + <use>true</use> + <version>true</version># + <linksource>true</linksource> + <bottom><img style='float:right' src='http://sflogo.sourceforge.net/sflogo.php?group_id=203619&type=1' width='88' height='31' border='0' alt='SourceForge.net Logo' /> DL-Learner is licenced under the terms of the GNU General Public License.<br />Copyright &#169; 2007-2011 Jens Lehmann</bottom> + <encoding>ISO-8859-1</encoding> + <windowtitle>DL-Learner Javadoc</windowtitle> + </configuration> + </plugin> + + </plugins> </build> @@ -133,13 +156,13 @@ </exclusions> </dependency> - <!-- THIS IS FROM THE UNIBAS REPO--> + <!-- THIS IS FROM THE UNIBAS REPO --> <dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> </dependency> - <!-- THIS IS FROM THE UNIBAS REPO--> + <!-- THIS IS FROM THE UNIBAS REPO --> <dependency> <groupId>com.owldl</groupId> <artifactId>pellet</artifactId> @@ -156,10 +179,8 @@ <artifactId>log4j</artifactId> </dependency> - <!-- - Available via central, we use the latest with minor mods to DL - Learner source (IE Dig related code) - --> + <!-- Available via central, we use the latest with minor mods to DL Learner + source (IE Dig related code) --> <dependency> <groupId>com.hp.hpl.jena</groupId> <artifactId>jena</artifactId> @@ -171,7 +192,7 @@ </exclusions> </dependency> - <!--JSON is in Central--> + <!--JSON is in Central --> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> @@ -211,9 +232,9 @@ <groupId>com.jamonapi</groupId> <artifactId>jamon</artifactId> </dependency> - - <!--JENA ARQ is in central - we use the latest--> + + <!--JENA ARQ is in central - we use the latest --> <dependency> <groupId>com.hp.hpl.jena</groupId> <artifactId>arq</artifactId> @@ -253,16 +274,16 @@ <version>1.0</version> </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.8</version> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>20041127.091804</version> - </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.8</version> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>20041127.091804</version> + </dependency> </dependencies> </project> Added: trunk/components-core/src/etc/javadoc.css =================================================================== --- trunk/components-core/src/etc/javadoc.css (rev 0) +++ trunk/components-core/src/etc/javadoc.css 2011-08-22 11:08:02 UTC (rev 3085) @@ -0,0 +1,351 @@ + + + + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- ViewVC :: http://www.viewvc.org/ --> +<head> +<title>SourceForge.net Repository - [dl-learner] Log of /tags/premaven/javadoc.css</title> +<meta name="generator" content="ViewVC 1.1.6" /> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<meta name="description" content="The world's largest development and download repository of Open Source code and applications" /> +<meta name="keywords" content="Open Source, Development, Developers, Projects, Downloads, OSTG, VA Software, SF.net, SourceForge" /> +<title>SourceForge.net Repository - dl-learner Index of /</title> +<link rel="shortcut icon" href="http://a.fsdn.com/con/img/favicon.ico" /> +<link rel="stylesheet" href="http://a.fsdn.com/con/css/sf.min.css?1256826599" type="text/css" /> +<link rel="stylesheet" href="/viewvc-static/styles.css" type="text/css" /> +<style type="text/css"> +#doc3 { max-width: 1000px; margin: 0 auto; } +#hd .logo { +background: url("http://a.fsdn.com/sf/images/phoneix/sf_phoneix.png") no-repeat; +color: transparent; +display: inline-block; +height: 36px; +} +#hd .search { display: none; } +#breadcrumbs { margin-bottom: 1em; } +#fad83 { float: right; } +#yui-main { min-height: 100px; } +#ft .yui-u { display: inline-block; margin-right: 2em; } +</style> + +<!-- BEGIN: AdSolution-Tag 4.2: Global-Code [PLACE IN HTML-HEAD-AREA!] --> +<!-- DoubleClick Random Number --> +<script language="JavaScript" type="text/javascript"> +dfp_ord=Math.random()*10000000000000000; +dfp_tile = 1; +</script> +<!-- End DoubleClick Random Number --> +<script type="text/javascript"> +var google_page_url = 'http://sourceforge.net/projects/dl-learner/'; +var sourceforge_project_name = 'dl-learner'; +var sourceforge_project_description = ''; +</script> +<!-- END: AdSolution-Tag 4.2: Global-Code --> +<!-- after META tags --> +<script type="text/javascript"> +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); +</script> +</head> +<body class="short-head"> +<!--[if IE 7]><div id="ie7only"><![endif]--> +<!--[if IE 6]><div id="ie6only"><![endif]--> +<!--[if IE]><div id="ieonly"><![endif]--> +<div id="doc3"> +<div id="hd"> +<div class="yui-b"> +<div class="yui-gc"> +<div class="yui-u first"> +<a href="http://sourceforge.net/" class="logo">Find and develop open source software</a> +</div> +<div class="yui-u"> +<div class="search"> +<form action="http://sourceforge.net/search/" method="get" name="searchform" id="searchform"> +<input type="hidden" name="type_of_search" value="soft" /> +<input type="text" class="text clear hint" name="words" id="words" value="enter keyword" /> +<span class="yui-button yui-push-button default"><span class="first-child"><button type="submit" value="Search">Search</button></span></span> +</form> +</div> +</div> +</div> +</div> +</div> +<div id="bd" class="inner-bd"> +<div id="doc4" class="yui-t6"> +<div id="breadcrumbs"> + +<a href="http://sourceforge.net/">SourceForge.net</a> +> <a href="http://sourceforge.net/softwaremap/">Find Software</a> +> <a href="http://sourceforge.net/projects/dl-learner/">dl-learner</a> +> SCM Repositories + + +<a href="/viewvc/dl-learner/"> + + +> dl-learner + + +</a> + + + +<a href="/viewvc/dl-learner/tags/"> + + +> tags + + +</a> + + + +<a href="/viewvc/dl-learner/tags/premaven/"> + + +> premaven + + +</a> + + + + +> javadoc.css + + + + +</div> + + + + + + + + + + +<div id="project_nav_container"> +<small><div> + +<a href="/viewvc/dl-learner/tags/premaven/"><img src="/viewvc-static/images/back_small.png" width="16" height="16" alt="Parent Directory" /> Parent Directory</a> + +| <a href="/viewvc/dl-learner/tags/premaven/javadoc.css?view=log"><img src="/viewvc-static/images/log.png" width="16" height="16" alt="Revision Log" /> Revision Log</a> + + + + +</div> +</small> +<h1>SCM Repositories - <a href="http://sourceforge.net/projects/dl-learner">dl-learner</a></h1> +</div> +<hr class="clear"> +<div class="yui-b"> +<div id="fad83"> +<!-- DoubleClick Ad Tag --> +<script type="text/javascript"> +//<![CDATA[ +document.write('<script src="http://ad.doubleclick.net/adj/ostg.sourceforge/pg_viewvc_p88_shortrec;pg=viewvc;tile='+dfp_tile+';tpc=dl-learner;ord='+dfp_ord+';sz=1x1?" type="text/javascript"><\/script>'); +dfp_tile++; +//]]> +</script> +<!-- End DoubleClick Ad Tag --> +</div> +</div> +<div id="yui-main"> +<div class="yui-b sfBox"> +<table class="auto"> + + + +<tr> +<td>Links to HEAD:</td> +<td> + +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?revision=3084&view=markup">view</a>) +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?revision=3084">download</a>) +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?revision=3084&content-type=text%2Fplain">as text</a>) +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?annotate=3084">annotate</a>) +mime-type: text/css +</td> +</tr> + + + +<tr> +<td>Sticky Revision:</td> +<td><form method="get" action="/viewvc/dl-learner" style="display: inline"> +<div style="display: inline"> +<input type="hidden" name="orig_pathtype" value="FILE"/><input type="hidden" name="orig_view" value="log"/><input type="hidden" name="orig_path" value="tags/premaven/javadoc.css"/><input type="hidden" name="view" value="redirect_pathrev"/> + +<input type="text" name="pathrev" value="" size="6"/> + +<input type="submit" value="Set" /> +</div> +</form> + +</td> +</tr> +</table> + + + +</div> +</div> +<hr class="clear"> +<div> + + + + + + +<div> +<hr /> + +<a name="rev2309"></a> + + +Revision <a href="/viewvc/dl-learner?view=revision&revision=2309"><strong>2309</strong></a> - + + +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?revision=2309&view=markup">view</a>) + + +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?revision=2309">download</a>) +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?revision=2309&content-type=text%2Fplain">as text</a>) +(<a href="/viewvc/dl-learner/tags/premaven/javadoc.css?annotate=2309">annotate</a>) + + + +- <a href="/viewvc/dl-learner/tags/premaven/javadoc.css?r1=2309&view=log">[select for diffs]</a> + + + + +<br /> + +Added + +<em>Fri Sep 17 09:17:53 2010 UTC</em> +(11 months ago) +by <em>kurzum</em> + + + + + + + +<br />File length: 1969 byte(s) + + + + + + + + + + + +<pre class="vc_log">DL-Learner before the transition to maven</pre> +</div> + + + + + + <div class="sfBox"> +<hr class="clear"/> +<a name="diff"></a> +This form allows you to request diffs between any two revisions of this file. +For each of the two "sides" of the diff, + +enter a numeric revision. + +<form method="get" action="/viewvc/dl-learner/tags/premaven/javadoc.css" id="diff_select"> +<table cellpadding="2" cellspacing="0" class="auto"> +<tr> +<td> </td> +<td> + +<input type="hidden" name="view" value="diff"/> + +Diffs between + +<input type="text" size="12" name="r1" +value="2309" /> + +and + +<input type="text" size="12" name="r2" value="2309" /> + +</td> +</tr> +<tr> +<td> </td> +<td> +Type of Diff should be a +<select name="diff_format" onchange="submit()"> +<option value="h" selected="selected">Colored Diff</option> +<option value="l" >Long Colored Diff</option> +<option value="f" >Full Colored Diff</option> +<option value="u" >Unidiff</option> +<option value="c" >Context Diff</option> +<option value="s" >Side by Side</option> +</select> +<input type="submit" value=" Get Diffs " /> +</td> +</tr> +</table> +</form> +</div> + + +<form method="get" action="/viewvc/dl-learner/tags/premaven/javadoc.css"> +<div> +<hr /> +<a name="logsort"></a> +<input type="hidden" name="view" value="log"/> +Sort log by: +<select name="logsort" onchange="submit()"> +<option value="cvs" >Not sorted</option> +<option value="date" >Commit date</option> +<option value="rev" >Revision</option> +</select> +<input type="submit" value=" Sort " /> +</div> +</form> + + +<br /> +</div> +</div> +</div> +<div id="ft"> +<div class="yui-b"> +<div class="yui-gb"> +<div class="yui-u first" style="text-align: center;"> <a href="http://p.sf.net/sourceforge/support">SourceForge Help<a/> </div> +<div class="yui-u" style="text-align: center;"> <strong><a href="/viewvc-static/help_log.html">ViewVC Help</a></strong> </div> +<div class="yui-u" style="text-align: center;"> <a href="http://viewvc.tigris.org/">Powered by ViewVC 1.1.6</a> </div> +</div> +<p class="copyright">Copyright © 2010 <a title="Network which provides and promotes Open Source software downloads, development, discussion and news." href="http://geek.net">Geeknet, Inc.</a> All rights reserved. <a href="http://p.sf.net/sourceforge/terms">Terms of Use</a></p> +</div> +</div> +</div> +<!--[if IE]></div><![endif]--> +<!--[if IE 6]></div><![endif]--> +<!--[if IE 7]></div><![endif]--> +<script type="text/javascript"> +var pageTracker = _gat._getTracker("UA-32013-37"); +pageTracker._setDomainName(".sourceforge.net"); +pageTracker._trackPageview(); +</script> +</body> +</html> + + Added: trunk/components-core/src/etc/overview.html =================================================================== --- trunk/components-core/src/etc/overview.html (rev 0) +++ trunk/components-core/src/etc/overview.html 2011-08-22 11:08:02 UTC (rev 3085) @@ -0,0 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head></head> +<body> +<p>DL-Learner is a tool for supervised Machine Learning in OWL and Description Logics.</p> + +<p><img src="http://aksw.org/Projects/DLLearner/files?get=dllearner.gif" alt="DL-Learner logo" /></p> + +<p> +Project Homepage: <a href="http://dl-learner.org">http://dl-learner.org</a> <br /> +Sourceforge.net Website: <a href="http://sourceforge.net/projects/dl-learner">http://sf.net/projects/dl-learner</a> +</p> + +<p><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=203619&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></p> + +</body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |