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

Thanks, Brian! It worked.

For some reason, all my plugins lost the dot before "converting" them to Maven.

Regards,
Patxi.

2011/4/26 Brian de Alwis <briandealwis@xxxxxxxxx>
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/
> ========================


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Departamento de Ciencias de la Computación
http://code.sidelab.es
http://www.optsicom.es


Back to the top