[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[dsdp-tm-dev] 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