Initial commit, a stable version.master
commit255af6d78bd557f1cf481c4a4a6d3dc49ac4c265
authorhyperthing <f.canas.s@gmail.com>
Sat, 23 Apr 2011 00:45:24 +0000 (22 21:45 -0300)
committerhyperthing <f.canas.s@gmail.com>
Sat, 23 Apr 2011 00:45:24 +0000 (22 21:45 -0300)
treebabac956691e3eeecc279ab32c0953e9ac1a43b5
Initial commit, a stable version.
40 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
MAINTAINERS [new file with mode: 0644]
README [new file with mode: 0644]
build.xml [new file with mode: 0644]
data/txt/common.properties [new file with mode: 0644]
data/txt/common_es.properties [new file with mode: 0644]
debug.properties [new file with mode: 0644]
etc/Manifest [new file with mode: 0644]
log4j.properties [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/BnacEditor.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/CaptureView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/CreateCaptureDialogue.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/CreateLinkDialogue.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/CreateProjectDialogue.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/DoorGraph.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/Element2DGraph.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/HallGraph.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/HallView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/InfoTool.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/Language.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/NavigationView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/PlaceCaptureDialogue.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/PlotCanvas.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/PlotView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/PortraitGraph.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/Project.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/ProjectCommand.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/ProjectDialogue.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/ProjectView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/RouteDialogue.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/RouteView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/SceneElementGraph.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/SimulationView.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/TranslateTool.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/Util.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/WallGraph.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/WallPickerPlot.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/event/WallEvent.java [new file with mode: 0644]
src/cl.uchile.dcc.bnac.editor/event/WallListener.java [new file with mode: 0644]