[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Share some files between projects.

From: Stanislav Spiridonov <Stanislav.Spiridonov_at_borland.com>
Date: 2005-06-23 12:06:12 CEST

I have the following problem: the same source code must be shared
between two projects. One is standalone jar and an another is plugin for
eclipse.

Standalone
        .project
        .classpath
        build.bat
        src
                org
                        ...
Plugin
        .project
        .classpath
        plugin.xml
        src
                org
                        ...

All content of those projects must be different except 'src' folder. Any
changes inside 'src' folder must influence on both projects. So if I add
new file into src folder (or it's subfolder)of Standalone project the
same class must appear in the Plugin project. If I update some file in
Plugin project (also inside src) this update must appear in Standalone
project too.

How can I organize this?
_________________________________________
Stanislav Spiridonov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 23 12:09:18 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.