Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Working towards a formal jcs release...: msg#00018

Subject: Re: Working towards a formal jcs release...
Smuts, Aaron wrote:
> As far as I can tell, there is no work to do.

I'd suggest to add

# Compilation options
maven.compile.source = 1.3
maven.compile.target = 1.3

#
# Add information on compilation options to the Manifest
maven.jar.manifest.attributes.list=X-Compile-Source-JDK,X-Compile-Target-JDK
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}

to project.properties if the target environment is JDK 1.3, just to be sure.

Bye, Thomas.


<Prev in Thread] Current Thread [Next in Thread>