Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Generated plug-in does not contain classes

I think you need to add "." to your bin.includes.  Try:

bin.includes = META-INF/,\
               plugin.xml,\
               about.html, \
               .

On 26-Apr-2011, at 6:18 AM, Francisco Gortázar wrote:

> build.properties of plugin:
> 
> ========================
> output.. = bin/
> bin.includes = META-INF/,\
>                plugin.xml,\
>                about.html
> jars.compile.order = .
> source.. = src/
> ========================




Back to the top