GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

change namespaces to piccolo2d, #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
namely

java: edu.umd.cs.piccolo -> org.piccolo2d

.Net: UMD.HCIL.Piccolo -> ORG.Piccolo2D

Original issue reported on code.google.com by mr.rohrm...@googlemail.com on 8 Jul 2008 at 10:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I also vote to re-organise the packages as to get rid of the cyclic 
inter-package
dependencies.

Original comment by mr0...@mro.name on 23 Jul 2009 at 6:09

GoogleCodeExporter commented 9 years ago
Done in 2.0-spike.

Original comment by allain.lalonde on 16 Jan 2010 at 10:54

GoogleCodeExporter commented 9 years ago
Moving status back to Accepted, needs to be done on trunk.

Original comment by heue...@gmail.com on 9 Apr 2010 at 9:42

GoogleCodeExporter commented 9 years ago
Guess I'll own this one for Piccolo2D.Java on trunk.

We still need a .Net build on Mono in order to proceed with changing the 
namespace
for the Piccolo2D.Net project.

Original comment by heue...@gmail.com on 11 May 2010 at 2:39

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 37 ; refactoring package edu.umd.cs.piccolo to 
org.piccolo2d
in core" .
Transmitting file data ...
Committed revision 1020.

Original comment by heue...@gmail.com on 11 May 2010 at 2:48

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 37 ; refactoring package edu.umd.cs.piccolox to
org.piccolo2d.extras in extras" .
Transmitting file data ...
Committed revision 1021.

Original comment by heue...@gmail.com on 11 May 2010 at 3:12

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 37 ; refactoring package edu.umd.cs.piccolox.swt to
org.piccolo2d.extras.swt in swt" .
Transmitting file data ...
Committed revision 1022.

I would rather swt was refactored to package org.piccolo2d.swt, but currently 
there
are dependencies on classes in extras:

PSWTSelectionEventHandler extends 
org.piccolo2d.extras.event.PSelectionEventHandler
PSWTBoundsHandle imports org.piccolo2d.extras.util.PBoundsLocator

Original comment by heue...@gmail.com on 11 May 2010 at 3:24

GoogleCodeExporter commented 9 years ago
commit -m "Issue 37 ; refactoring example packages to org.piccolo2d.examples and
org.piccolo2d.extras.swt.examples for examples and swt-examples respectively" .
Transmitting file data ...
Committed revision 1023.

Original comment by heue...@gmail.com on 11 May 2010 at 3:32

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 37 ; various cleanup related to org.piccolo2d package
refactoring" .
Transmitting file data ...
Committed revision 1024.

Original comment by heue...@gmail.com on 11 May 2010 at 3:53

GoogleCodeExporter commented 9 years ago
Split changes to .NET codebases to separate issues 182 and 183.  Closing this 
issue for Piccolo2D.Java.

Original comment by heue...@gmail.com on 19 Jul 2010 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 8:47