Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Re: Moving filters from UI to core

With all the reorganization I'm surprised we don't break more builds :)

I was thinking the same thing. However, I'm not sure we want a
"core.filters". The packages probably should not contain references to
their plugins unless that is the purpose of the package. "core" might not
make sense in a lot of cases. "ui" probably does in most.

Anyway, thinking along those lines, it might be best to move the types from
org.eclipse.rse.core.filters to org.eclipse.rse.filters.
_______________________
David Dykstal
david_dykstal@xxxxxxxxxx


                                                                           
             "Oberhuber,                                                   
             Martin"                                                       
             <Martin.Oberhuber                                          To 
             @windriver.com>           David Dykstal/Rochester/IBM@IBMUS   
                                                                        cc 
             03/30/2007 07:13          "Target Management developer        
             AM                        discussions"                        
                                       <dsdp-tm-dev@xxxxxxxxxxx>           
                                                                   Subject 
                                       Moving filters from UI to core      
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Hi Dave,

you won another "I broke the Build" award :-)

When removing the "filters/" source folder from UI,
you updated the .classpath file but forgot updating
the build.properties file for the nightly build.

No problem, I fixed it... another reason for removing
the persistence/ source folder in core, IMHO.
I also fixed the doc.isv's options.txt file which
also had a dangling reference to ui/filters.

The one question I stil have is, why do we have
separate packages for
  org.eclipse.rse.core.filters
  org.eclipse.rse.filters

couldn't the filters just go into core.filters now?

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
-----Original Message-----
From: dsdp-tm-cvs-commit-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-cvs-commit-bounces@xxxxxxxxxxx] On Behalf Of Eclipse CVS
Genie
Sent: Thursday, March 29, 2007 10:41 PM
To: dsdp-tm-cvs-commit@xxxxxxxxxxx
Subject: [dsdp-tm-cvs-commit]
ddykstalorg.eclipse.tm.rse/plugins/org.eclipse.rse.core/src/org/eclipse/
rse/filtersSystemFilterSimple.java SystemFilterReference.java

Update of
/cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.core/src/org/ec
lipse/rse/filters
In directory node3:/tmp/cvs-serv29428/src/org/eclipse/rse/filters

Added Files:
             SystemFilterSimple.java SystemFilterReference.java
Log Message:
[168973] Stage 3 - move filter packages to core plugin




Back to the top