Revision: 15005
          http://gate.svn.sourceforge.net/gate/?rev=15005&view=rev
Author:   markagreenwood
Date:     2012-01-11 06:34:36 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
more javadoc related fixes

Modified Paths:
--------------
    gate/trunk/build.xml
    gate/trunk/src/gate/creole/ontology/RDFProperty.java
    gate/trunk/src/gate/creole/ontology/package-info.java

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2012-01-11 06:00:14 UTC (rev 15004)
+++ gate/trunk/build.xml        2012-01-11 06:34:36 UTC (rev 15005)
@@ -337,11 +337,15 @@
            includes="guk/**"
            encoding="UTF-8"
            debug="true"
+           deprecation="${deprecation}"
            debuglevel="lines,source"
            source="1.5"
            target="1.5"
-           srcdir="${srcDir}"/>
-               <jar destfile="${libDir}/ext/guk.jar"
+           srcdir="${srcDir}">
+      <compilerarg value="-Xmaxwarns"/>
+      <compilerarg value="${gate.compile.maxwarnings}"/>
+    </javac>
+      <jar destfile="${libDir}/ext/guk.jar"
          update="false"
          index="true">
       <fileset dir="${outputDir}"
@@ -705,9 +709,6 @@
                linksource="yes"
               maxmemory="${runtime.max.memory}">
       <fileset dir="${srcDir}" includes="**/*.java" 
excludes="gate/resources/**"/>
-      <link href="../../plugins/Ontology/doc/javadoc/" />
-      <link href="${gate.home}/plugins/Ontology_Tools/doc/javadoc/" />
-      <link href="${gate.home}/plugins/Ontology_Based_Gazetteer/doc/javadoc/" 
/>
       <link href="http://java.sun.com/j2se/1.5.0/docs/api/"; />
     </javadoc>
     <!-- Now replace the ugly Java-html files with a better version -->

Modified: gate/trunk/src/gate/creole/ontology/RDFProperty.java
===================================================================
--- gate/trunk/src/gate/creole/ontology/RDFProperty.java        2012-01-11 
06:00:14 UTC (rev 15004)
+++ gate/trunk/src/gate/creole/ontology/RDFProperty.java        2012-01-11 
06:34:36 UTC (rev 15005)
@@ -106,14 +106,23 @@
   /**
    * Gets the set of sub-properties for this property.
    * 
-   * @param {@link OConstants#DIRECT_CLOSURE} for direct sub-properties
+   * @param closure {@link OConstants#DIRECT_CLOSURE} for direct sub-properties
    *          only or {@link OConstants#TRANSITIVE_CLOSURE} for all the
    *          sub-properties.
-   * @return a set of {@link Property} values.
+   * @return a set of {@link RDFProperty} values.
+   * @deprecated
    */
   @Deprecated
   public Set<RDFProperty> getSubProperties(byte closure);
 
+  /**
+   * Gets the set of sub-properties for this property.
+   * 
+   * @param closure {@link OConstants.Closure#DIRECT_CLOSURE} for direct 
sub-properties
+   *          only or {@link OConstants.Closure#TRANSITIVE_CLOSURE} for all the
+   *          sub-properties.
+   * @return a set of {@link RDFProperty} values.
+   */
   public Set<RDFProperty> getSubProperties(Closure closure);
 
   /**

Modified: gate/trunk/src/gate/creole/ontology/package-info.java
===================================================================
--- gate/trunk/src/gate/creole/ontology/package-info.java       2012-01-11 
06:00:14 UTC (rev 15004)
+++ gate/trunk/src/gate/creole/ontology/package-info.java       2012-01-11 
06:34:36 UTC (rev 15005)
@@ -3,13 +3,6 @@
  * This package contains all the interfaces, classes and constants for
  * using an ontology language resource and the objects that can be
  * added or retrieved from an ontology language resource.
- * 
- * The actual implementation of this API is available in the
- * the <a href="../../../../../plugins/Ontology/doc/javadoc/index.html" 
target="_parent">Ontology</a>
- * plugin. This implementation provides the
- * following language resources: {@link 
gate.creole.ontology.impl.sesame.OWLIMOntology},
- * {@link gate.creole.ontology.impl.sesame.CreateSesameOntology}, and
- * {@link gate.creole.ontology.impl.sesame.ConnectSesameOntology}.
  */
 @javax.xml.bind.annotation.XmlSchema(
     namespace = "http://gate.ac.uk/ns/ontology";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to