On 2/23/07, Gerd Wagner <bir...@t-...> wrote:
>
> @Rob When I built the syntax plugin inside the syntax.jar the Bundle.properties
> file lies in net/sourceforge/squirrel_sql/plugins/syntax/org/netbeans/editor. It
> needs to be at org/netbeans/editor/. To me the easiest way to get to this would
> be to move the file into the appropriate directory in CVS. That would mean we
> would have a plugin/syntax/org/netbeans/... directory. Would this be any problem
> for the build system?
Well, it seems we already are doing this in a couple of places. In
sqlval plugin, under the source folder we have
com.mimer.ws.validateSQL.*. And in laf plugin, we store jars under a
'lafs' directory which is at the same level as src. It seems to make
sense since the properties file is a "source" file - as opposed to a
library archive - to include it under plugins/syntax/src/org/netbeans.
But, if you don't like it, then the way you suggested would be fine
with me.
Rob
|