Update of /cvsroot/graphl/graphl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16461
Modified Files:
.project changelog.txt
Log Message:
- FEATURE: added navigator thread for update-exhibition, disabled in normal operation
- FEATURE: started implementation of filtering architecture
- FEATURE: creating new node opens type context menu
- CODE: added NS calss for easier namespace referencing in code
Index: changelog.txt
===================================================================
RCS file: /cvsroot/graphl/graphl/changelog.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** changelog.txt 29 Dec 2004 14:31:27 -0000 1.13
--- changelog.txt 17 Aug 2005 15:52:53 -0000 1.14
***************
*** 2,5 ****
--- 2,11 ----
==================
+ 2005-08-17, f/0:
+ - FEATURE: added navigator thread for update-exhibition, disabled in normal operation
+ - FEATURE: started implementation of filtering architecture
+ - FEATURE: creating new node opens type context menu
+ - CODE: added NS calss for easier namespace referencing in code
+
2004-12-29, f/0:
- FEATURE: updated applets parameters to match application command line options
Index: .project
===================================================================
RCS file: /cvsroot/graphl/graphl/.project,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .project 23 Jun 2004 09:52:53 -0000 1.2
--- .project 17 Aug 2005 15:52:53 -0000 1.3
***************
*** 2,6 ****
<projectDescription>
<name>graphl</name>
! <comment></comment>
<projects>
</projects>
--- 2,6 ----
<projectDescription>
<name>graphl</name>
! <comment>@key 32303034313132352D31302067726170686C </comment>
<projects>
</projects>
***************
*** 11,14 ****
--- 11,24 ----
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>net.sourceforge.metrics.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.omondo.uml.std.Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
***************
*** 16,19 ****
--- 26,31 ----
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
+ <nature>net.sourceforge.metrics.nature</nature>
+ <nature>com.omondo.uml.std.Nature</nature>
</natures>
</projectDescription>
|