I found in the Tagger project, another one of these.  This one is
partially filled out, but it doesn't seem to be used by the maven pear
packaging plugin.  That plugin generated a different install.xml - the
generated one had the following differences ("other" is the partially
filled out one, not the generated one):

* The OS Name was "Windows XP", not "Windows"
* The JDK_VERSION was 1.6.0_16 (yes, I know, I need to go back to 1.5
...), the other was 1.4.0
* The classpath just had the uima-an-tagger.jar; the resources were put
on the datapath.  The other had both the jar and the resources on the
classpath, and didn't have the datapath set.

It seems to me that this partially filled out install.xml file can be
deleted - what do you think?

-Marshall

Marshall Schor wrote:
> There's a file in metadata/install.xml - looks like a default/empty PEAR
> Install file:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <COMPONENT_INSTALLATION_DESCRIPTOR>
>     <OS>
>     </OS>
>     <TOOLKITS>
>     </TOOLKITS>
>     <UIMA_FRAMEWORK>
>     </UIMA_FRAMEWORK>
>     <SUBMITTED_COMPONENT>
>     </SUBMITTED_COMPONENT>
>     <INSTALLATION>
>     </INSTALLATION>
> </COMPONENT_INSTALLATION_DESCRIPTOR>
>
> Can I delete it?  or should this annotator include pear packaging (it
> currently doesn't..., but I could easily add it)?
>
> -Marshall
>
>
>   

Reply via email to