bprocessor-commit Mailing List for B-processor (Page 7)
Status: Pre-Alpha
Brought to you by:
henryml
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(12) |
Jul
(117) |
Aug
(151) |
Sep
(157) |
Oct
(81) |
Nov
(117) |
Dec
(119) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(183) |
Feb
(130) |
Mar
(117) |
Apr
(61) |
May
(82) |
Jun
(45) |
Jul
(149) |
Aug
(173) |
Sep
(199) |
Oct
(165) |
Nov
(107) |
Dec
(137) |
2007 |
Jan
(124) |
Feb
(58) |
Mar
(123) |
Apr
(80) |
May
(130) |
Jun
(64) |
Jul
(31) |
Aug
(42) |
Sep
(114) |
Oct
(167) |
Nov
(239) |
Dec
(200) |
2008 |
Jan
(43) |
Feb
(43) |
Mar
(4) |
Apr
(9) |
May
(5) |
Jun
(1) |
Jul
(3) |
Aug
(3) |
Sep
(13) |
Oct
(9) |
Nov
(12) |
Dec
|
2009 |
Jan
|
Feb
(20) |
Mar
(7) |
Apr
(12) |
May
(34) |
Jun
(72) |
Jul
|
Aug
(3) |
Sep
(31) |
Oct
(2) |
Nov
(8) |
Dec
(4) |
2010 |
Jan
(5) |
Feb
(32) |
Mar
(8) |
Apr
(7) |
May
(36) |
Jun
|
Jul
(11) |
Aug
(15) |
Sep
(7) |
Oct
(2) |
Nov
(13) |
Dec
(80) |
2011 |
Jan
|
Feb
|
Mar
(8) |
Apr
(12) |
May
(32) |
Jun
(9) |
Jul
(5) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(8) |
2012 |
Jan
|
Feb
|
Mar
(3) |
Apr
(5) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(22) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael L. <he...@us...> - 2010-12-15 14:38:04
|
Update of /cvsroot/bprocessor/bprocessor In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5503 Modified Files: b-processor (mac).launch Log Message: Index: b-processor (mac).launch =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/b-processor (mac).launch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** b-processor (mac).launch 3 Dec 2010 11:40:53 -0000 1.2 --- b-processor (mac).launch 15 Dec 2010 14:37:56 -0000 1.3 *************** *** 9,13 **** </listAttribute> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.sourceforge.bprocessor.Main"/> ! <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:kernel}/src/etc/log4j.properties"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="bprocessor"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djava.library.path="${workspace_loc:tools}/jogl/macosx" -Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name=B-Processor"/> --- 9,13 ---- </listAttribute> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.sourceforge.bprocessor.Main"/> ! <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:bprocessor}/src/etc/log4j.properties"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="bprocessor"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djava.library.path="${workspace_loc:tools}/jogl/macosx" -Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.apple.menu.about.name=B-Processor"/> |
From: Michael L. <he...@us...> - 2010-12-15 14:37:58
|
Update of /cvsroot/bprocessor/tools/piccolo In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5472/piccolo Log Message: Directory /cvsroot/bprocessor/tools/piccolo added to the repository |
From: Michael L. <he...@us...> - 2010-12-08 11:37:43
|
Update of /cvsroot/bprocessor/tools/perpos In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29723/perpos Removed Files: routefinding.jar Log Message: --- routefinding.jar DELETED --- |
From: Michael L. <he...@us...> - 2010-12-08 11:37:40
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29711/src/net/sourceforge/bprocessor/gui Modified Files: GUI.java Log Message: Index: GUI.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/GUI.java,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** GUI.java 26 Nov 2010 14:20:34 -0000 1.122 --- GUI.java 8 Dec 2010 11:37:32 -0000 1.123 *************** *** 7,40 **** package net.sourceforge.bprocessor.gui; - import net.sourceforge.bprocessor.gui.actions.AboutActionListener; - import net.sourceforge.bprocessor.gui.actions.BProcessorFileFilter; - import net.sourceforge.bprocessor.gui.actions.EditMenuListener; - import net.sourceforge.bprocessor.gui.actions.FileCloseActionListener; - import net.sourceforge.bprocessor.gui.actions.FileExitActionListener; - import net.sourceforge.bprocessor.gui.actions.FileExportActionListener; - import net.sourceforge.bprocessor.gui.actions.FileImportActionListener; - import net.sourceforge.bprocessor.gui.actions.FileLoadActionListener; - import net.sourceforge.bprocessor.gui.actions.FileNewActionListener; - import net.sourceforge.bprocessor.gui.actions.FilePropertiesActionListener; - import net.sourceforge.bprocessor.gui.actions.FileSaveActionListener; - import net.sourceforge.bprocessor.gui.actions.FileSaveAsActionListener; - import net.sourceforge.bprocessor.gui.actions.ToolsEnergyActionListener; - import net.sourceforge.bprocessor.gui.attrview.AttributeView; - import net.sourceforge.bprocessor.gui.splash.SplashWindow; - import net.sourceforge.bprocessor.gui.treeview.DBKTreeView; - import net.sourceforge.bprocessor.gui.treeview.LibraryTreeView; - import net.sourceforge.bprocessor.gui.treeview.SpaceTreeView; - import net.sourceforge.bprocessor.model.Command; - import net.sourceforge.bprocessor.model.Geometric; - import net.sourceforge.bprocessor.model.Project; - import net.sourceforge.bprocessor.model.Selection; - import net.sourceforge.bprocessor.model.Space; - import net.sourceforge.bprocessor.model.Item; - import net.sourceforge.bprocessor.model.modellor.Modellor; - - import java.util.Collection; - import java.util.Set; - import java.util.HashSet; - import java.awt.BorderLayout; import java.awt.Color; --- 7,10 ---- *************** *** 49,55 **** import java.awt.event.MouseEvent; import java.io.File; ! import java.io.FileNotFoundException; ! import java.io.FileOutputStream; ! import java.io.OutputStream; import javax.swing.AbstractAction; --- 19,25 ---- import java.awt.event.MouseEvent; import java.io.File; ! import java.util.Collection; ! import java.util.HashSet; ! import java.util.Set; import javax.swing.AbstractAction; *************** *** 60,63 **** --- 30,34 ---- import javax.swing.JOptionPane; import javax.swing.JPanel; + import javax.swing.JPopupMenu; import javax.swing.JScrollPane; import javax.swing.JSplitPane; *************** *** 65,75 **** import javax.swing.JTextArea; import javax.swing.JWindow; - import javax.swing.ToolTipManager; - import javax.swing.JPopupMenu; import javax.swing.KeyStroke; import javax.swing.border.LineBorder; import javax.swing.event.MenuEvent; import javax.swing.event.MenuListener; ! import javax.swing.Timer; import org.apache.log4j.Logger; --- 36,71 ---- import javax.swing.JTextArea; import javax.swing.JWindow; import javax.swing.KeyStroke; + import javax.swing.Timer; + import javax.swing.ToolTipManager; import javax.swing.border.LineBorder; import javax.swing.event.MenuEvent; import javax.swing.event.MenuListener; ! ! import net.sourceforge.bprocessor.gui.actions.AboutActionListener; ! import net.sourceforge.bprocessor.gui.actions.BProcessorFileFilter; ! import net.sourceforge.bprocessor.gui.actions.EditMenuListener; ! import net.sourceforge.bprocessor.gui.actions.FileCloseActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileExitActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileExportActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileImportActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileLoadActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileNewActionListener; ! import net.sourceforge.bprocessor.gui.actions.FilePropertiesActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileSaveActionListener; ! import net.sourceforge.bprocessor.gui.actions.FileSaveAsActionListener; ! import net.sourceforge.bprocessor.gui.actions.ToolsEnergyActionListener; ! import net.sourceforge.bprocessor.gui.attrview.AttributeView; ! import net.sourceforge.bprocessor.gui.splash.SplashWindow; ! import net.sourceforge.bprocessor.gui.treeview.DBKTreeView; ! import net.sourceforge.bprocessor.gui.treeview.LibraryTreeView; ! import net.sourceforge.bprocessor.gui.treeview.SpaceTreeView; ! import net.sourceforge.bprocessor.model.Command; ! import net.sourceforge.bprocessor.model.Geometric; ! import net.sourceforge.bprocessor.model.Item; ! import net.sourceforge.bprocessor.model.Project; ! import net.sourceforge.bprocessor.model.Selection; ! import net.sourceforge.bprocessor.model.Space; ! import net.sourceforge.bprocessor.model.modellor.Modellor; import org.apache.log4j.Logger; *************** *** 653,687 **** fileExport.setEnabled(false); file.add(fileExport); - - - - JMenuItem jlmaExport = new JMenuItem("Export JLMA"); - jlmaExport.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - Project.getInstance().exportJLMA(); - } - }); - file.add(jlmaExport); - JMenuItem ppExport = new JMenuItem("Export PPLM"); - ppExport.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - - JFileChooser chooser = new JFileChooser(); - int state = chooser.showSaveDialog(null); - File file = chooser.getSelectedFile(); - - if (file != null && - state == JFileChooser.APPROVE_OPTION) { - try { - OutputStream out = new FileOutputStream(file); - Project.getInstance().exportPPLM(out); - } catch (FileNotFoundException e1) { - System.out.println("unable to write to " + file); - } - } - - } - }); - file.add(ppExport); { --- 649,652 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:37:37
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29684/src/net/sourceforge/bprocessor/model Modified Files: Project.java Log Message: Index: Project.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Project.java,v retrieving revision 1.199 retrieving revision 1.200 diff -C2 -d -r1.199 -r1.200 *** Project.java 26 Nov 2010 14:20:31 -0000 1.199 --- Project.java 8 Dec 2010 11:37:29 -0000 1.200 *************** *** 44,56 **** import org.apache.log4j.Logger; - import dk.au.perpos.spatialsupport.locationmodel.Location; - import dk.au.perpos.spatialsupport.routefinding.Area; - import dk.au.perpos.spatialsupport.routefinding.Boundary; - import dk.au.perpos.spatialsupport.routefinding.LocationModel; - import dk.au.perpos.spatialsupport.routefinding.Opening; - import dk.au.perpos.spatialsupport.routefinding.Point2d; - import dk.au.perpos.spatialsupport.routefinding.Segment; - import dk.au.perpos.spatialsupport.routefinding.io.PPLMPrinter; - /** * The Project --- 44,47 ---- *************** *** 1308,1368 **** } - - private boolean eq(Point2d p1, - Point2d p2) { - if (p1.getX() != p2.getX()) { - return false; - } - if (p1.getY() != p2.getY()) { - return false; - } - return true; - } - private boolean eq(Segment s1, Segment s2) { - if (eq(s1.getFrom(), s2.getFrom()) && eq(s1.getTo(), s2.getTo())) { - return true; - } - if (eq(s1.getFrom(), s2.getTo()) && eq(s1.getTo(), s2.getFrom())) { - return true; - } - return false; - } - private Segment find(Area location, Segment segment) { - List<Boundary> all = new LinkedList(); - all.add(location.getExternalBoundary()); - all.addAll(location.getInternalBoundaries()); - for (Boundary boundary : all) { - for (Segment current : boundary.getSegments()) { - if (eq(current, segment)) { - return current; - } - } - } - return null; - } - - private List<Point2d> convert(List<Vertex> vertices) { - List<Point2d> points = new LinkedList(); - for (Vertex current : vertices) { - points.add(convert(current)); - } - return points; - } - - private Point2d convert(Vertex vertex) { - Point2d point - = new Point2d(); - point.setX(vertex.getX()); - point.setY(vertex.getY()); - return point; - } - - private Segment convert(Edge edge) { - Segment segment = new Segment(); - segment.setFrom(convert(edge.getFrom())); - segment.setTo(convert(edge.getTo())); - return segment; - } - @SuppressWarnings("unused") private List<Edge> bounds(List<Surface> surfaces) { --- 1299,1302 ---- *************** *** 1379,1670 **** } - private List<Area> createLocationModel(Space space, int level, - Map<Surface, Area> locations, Map<Edge, List<Opening>> openings) { - List<Area> locs = new LinkedList(); - List<Surface> envelope = new LinkedList(space.getEnvelope()); - int no = 0; - if (envelope.size() > 0) { - for (Surface current : envelope) { - locs.add(createLocationModel(space, level, locations, openings, current, no)); - no++; - } - } else { - locs.add(createLocationModel(space, level, locations, openings, null, 0)); - } - return locs; - } - - private Area createLocationModel(Space space, int level, - Map<Surface, Area> locations, Map<Edge, List<Opening>> openings, - Surface surface, int no) { - Area location = new Area(); - if (no > 0) { - location.setId(space.getName() + "-" + no); - } else { - System.out.println("using just the name " + space.getName()); - location.setId(space.getName()); - } - if (level == 1) { - location.setDescription("Site"); - } else if (level == 2) { - location.setDescription("Building"); - } else if (level == 3) { - location.setDescription("Floor"); - } else { - location.setDescription("Room"); - } - - if (surface != null) { - List<Edge> all = new LinkedList(surface.getEdges()); - List<Vertex> vertices = surface.getVertices(); - - { - Vertex first = vertices.get(0); - double z = first.getZ(); - location.setFloor(z); - location.setHeight(4); - } - - Boundary boundary = new Boundary(convert(vertices)); - location.setExternalBoundary(boundary); - - { - List<Surface> holes = new LinkedList(surface.getHoles()); - if (holes.size() > 0) { - Command.Inverse inv = new Command.Inverse(holes); - Collection<Edge> soup = Surface.edges(holes); - List<Edge> loners = new LinkedList(); - for (Edge current : soup) { - List<Surface> lst = inv.surfaces(current); - if (lst.size() == 1) { - loners.add(current); - } - } - - all.addAll(loners); - - List<List<Edge>> internals = new LinkedList(); - Set<Edge> bag = new HashSet(loners); - while (!bag.isEmpty()) { - List<Edge> partition = new LinkedList(); - Queue<Edge> queue = new LinkedList(); - Edge leader = bag.iterator().next(); - bag.remove(leader); - queue.add(leader); - partition.add(leader); - while (!queue.isEmpty()) { - Edge current = queue.remove(); - List<Edge> fl = inv.edges(current.from); - List<Edge> tl = inv.edges(current.to); - List<Edge> lst = new LinkedList(); - lst.addAll(fl); - lst.addAll(tl); - for (Edge adjacant : lst) { - if (bag.contains(adjacant)) { - bag.remove(adjacant); - partition.add(adjacant); - queue.add(adjacant); - } - } - } - internals.add(partition); - } - for (List<Edge> partition : internals) { - List<Edge> internal = Command.Offset.order(partition); - List<Vertex> verts = Command.Offset.vertices(internal); - Boundary b = new Boundary(convert(verts)); - location.addInternalBoundary(b); - } - } - } - - - locations.put(surface, location); - int count = 1; - for (Edge edge : all) { - if (edge.isSmooth()) { - Segment segment = convert(edge); - segment = find(location, segment); - Opening opening = new Opening(); - opening.setId(String.valueOf(count++)); - opening.setDistance(0.0); - opening.setWidth(segment.getLength()); - opening.setSegment(segment); - location.addOpening(opening); - List<Opening> lst = openings.get(edge); - lst.add(opening); - } - } - } else { - List<Surface> surfaces = new LinkedList(); - for (Surface current : space.getSurfaces()) { - if (current.getExterior() == null) { - surfaces.add(current); - } - } - if (surfaces.size() > 0) { - Command.Inverse inv = new Command.Inverse(surfaces); - Collection<Edge> soup = Surface.edges(surfaces); - List<Edge> loners = new LinkedList(); - for (Edge current : soup) { - List<Surface> lst = inv.surfaces(current); - if (lst.size() == 1) { - loners.add(current); - } - } - List<Edge> external = Command.Offset.order(loners); - List<Vertex> verts = Command.Offset.vertices(external); - Boundary b = new Boundary(convert(verts)); - location.setExternalBoundary(b); - } - } - - Map<Surface, Area> s2l = new HashMap(); - Map<Edge, List<Opening>> e2o = new HashMap(); - List<Edge> smoothies = new LinkedList(); - for (Edge edge : space.getEdges()) { - if (edge.isSmooth()) { - List<Opening> lst = new LinkedList(); - e2o.put(edge, lst); - smoothies.add(edge); - } - } - for (Item element : space.getElements()) { - if (!element.isVoid()) { - List<Area> children = createLocationModel((Space) element, level + 1, s2l, e2o); - for (Area child : children) { - location.addChild(child); - } - } - } - for (Edge edge : smoothies) { - System.out.println(edge + " is smooth"); - List<Opening> lst = e2o.get(edge); - for (Opening opening : lst) { - System.out.println(" " + opening); - } - if (lst.size() == 2) { - Opening from = lst.get(0); - Opening to = lst.get(1); - dk.au.perpos.spatialsupport.routefinding.Connection connection - = new dk.au.perpos.spatialsupport.routefinding.Connection(); - connection.setFrom(from); - connection.setTo(to); - connection.setId("door"); - } - } - return location; - } - - private Area createFlatLocationModel() { - Area root = new Area(); - root.setId("building"); - root.setDescription("none"); - Map<Surface, Area> map = new HashMap(); - Map<Edge, List<Surface>> e2s = new HashMap(); - int openingId = 0; - int connectionId = 0; - for (Edge edge : world().getEdges()) { - e2s.put(edge, new LinkedList()); - } - for (Surface surface : world().getSurfaces()) { - - for (Edge edge : surface.getEdges()) { - List<Surface> surfaces = e2s.get(edge); - surfaces.add(surface); - } - Area node = new Area(); - map.put(surface, node); - node.setHeight(3); - List<Point2d> points = new LinkedList(); - for (Vertex vertex : surface.getVertices()) { - Point2d point - = new Point2d(); - point.setX(vertex.getX()); - point.setY(vertex.getY()); - points.add(point); - } - Boundary area = new Boundary(); - { - Point2d previous = points.get(points.size() - 1); - for (Point2d current : points) { - Segment segment = new Segment(); - segment.setFrom(previous); - segment.setTo(current); - area.add(segment); - previous = current; - } - } - - node.setExternalBoundary(area); - Item front = surface.getFrontDomain(); - Item back = surface.getBackDomain(); - String name = "room"; - if (!front.isVoid()) { - name = front.getName(); - } - if (!back.isVoid()) { - name = back.getName(); - } - node.setId(name); - node.setDescription("room"); - root.addChild(node); - } - for (Edge edge : world.getEdges()) { - if (edge.isSmooth()) { - List<Surface> surfaces = e2s.get(edge); - Surface s1 = surfaces.get(0); - Surface s2 = surfaces.get(1); - Area n1 = map.get(s1); - Area n2 = map.get(s2); - Opening o1 = new Opening(); - openingId++; - o1.setId("opening-" + String.valueOf(openingId)); - Segment segment = convert(edge); - Segment seg1 = find(n1, segment); - o1.setSegment(seg1); - o1.setWidth(edge.getLength()); - n1.addOpening(o1); - - Opening o2 = new Opening(); - openingId++; - o2.setId("opening-" + String.valueOf(openingId)); - Segment seg2 = find(n2, segment); - o2.setSegment(seg2); - o2.setWidth(edge.getLength()); - n2.addOpening(o2); - - dk.au.perpos.spatialsupport.routefinding.Connection connection - = new dk.au.perpos.spatialsupport.routefinding.Connection(); - connectionId++; - connection.setId("connection-" + String.valueOf(connectionId)); - connection.setFrom(o1); - connection.setTo(o2); - } - } - return root; - } - - private void processBoundary(Area location) { - - } - - /** - * - * @param out OutputStream - */ - public void exportPPLM(OutputStream out) { - world().setName(getName()); - List<Area> roots = createLocationModel(world(), 1, new HashMap(), new HashMap()); - Area root = roots.get(0); - - processBoundary(root); - LocationModel model = new LocationModel(); - model.setLocation(root); - PPLMPrinter printer = new PPLMPrinter(new PrintStream(out)); - printer.printLocationModel(model); - } - - /** * Returns true of space is visible --- 1313,1316 ---- *************** *** 1975,2006 **** } ! /** ! * ! */ ! public void exportJLMA() { ! Area root = createFlatLocationModel(); ! PrintStream out = System.out; ! out.println("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"); ! out.println("<GST>"); ! out.println("<GSTNode name=\"bygning\">"); ! for (Area node : root.getChildren()) { ! out.println("<GSTNode name =\"" + node.getId() + "\">"); ! out.println("<Area>"); ! for (Point2d point ! : node.getExternalBoundary().getPoints()) { ! out.println("<Point2D x=\"" + point.getX() + "\" y=\"" + point.getY() + "\" />"); ! } ! out.println("</Area>"); ! out.println("<Type type=\"" + node.getDescription() + "\" />"); ! for (Location other : node.getConnected()) { ! out.println("<Connected to=\"ali://bygning/" + other.getId() + "\" />"); ! } ! out.println("</GSTNode>"); ! ! } ! out.println("</GSTNode>"); ! out.println("</GST>"); ! } ! /** * --- 1621,1625 ---- } ! /** * |
From: Michael L. <he...@us...> - 2010-12-08 11:37:37
|
Update of /cvsroot/bprocessor/model In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29684 Modified Files: build.xml .classpath Log Message: Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/model/.classpath,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** .classpath 12 Feb 2009 12:35:19 -0000 1.13 --- .classpath 8 Dec 2010 11:37:29 -0000 1.14 *************** *** 8,12 **** <classpathentry kind="lib" path="/tools/junit/junit.jar"/> <classpathentry exported="true" kind="lib" path="xml"/> - <classpathentry kind="lib" path="/tools/perpos/routefinding.jar"/> <classpathentry kind="output" path="build"/> </classpath> --- 8,11 ---- Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** build.xml 8 Dec 2010 11:10:31 -0000 1.24 --- build.xml 8 Dec 2010 11:37:29 -0000 1.25 *************** *** 55,63 **** </fileset> </copy> - <copy todir="${lib.dir}"> - <fileset dir="${tools.dir}/perpos"> - <include name="**/*"/> - </fileset> - </copy> <copy todir="${lib.dir}"> <fileset dir="${tools.dir}/junit"> --- 55,58 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:37:34
|
Update of /cvsroot/bprocessor/build In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29669 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** build.xml 8 Dec 2010 11:10:25 -0000 1.40 --- build.xml 8 Dec 2010 11:37:26 -0000 1.41 *************** *** 90,96 **** </copy> <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/perpos"/> - </copy> - <copy todir="${release.dir}/library"> <fileset dir="${tools.dir}/log4j"/> </copy> --- 90,93 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:10:42
|
Update of /cvsroot/bprocessor/gui In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23630 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gui/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 12 Oct 2007 08:05:05 -0000 1.5 --- build.xml 8 Dec 2010 11:10:34 -0000 1.6 *************** *** 4,9 **** <property name="name" value="gui"/> <property name="version" value="0.1"/> - - <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="tools.dir" value="${basedir}/../tools"/> --- 4,7 ---- *************** *** 63,71 **** </copy> <copy todir="${lib.dir}"> - <fileset dir="${kernel.dir}/dist"> - <include name="**/kernel*"/> - </fileset> - </copy> - <copy todir="${lib.dir}"> <fileset dir="${model.dir}/dist"> <include name="**/model*"/> --- 61,64 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:10:39
|
Update of /cvsroot/bprocessor/model In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23585 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** build.xml 21 May 2010 07:31:55 -0000 1.23 --- build.xml 8 Dec 2010 11:10:31 -0000 1.24 *************** *** 5,9 **** <property name="tools.dir" value="${basedir}/../tools"/> - <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="build.dir" value="${basedir}/build"/> --- 5,8 ---- *************** *** 76,84 **** </fileset> </copy> - <copy todir="${lib.dir}"> - <fileset dir="${kernel.dir}/dist"> - <include name="**/kernel.jar"/> - </fileset> - </copy> </target> --- 75,78 ---- *************** *** 115,123 **** </classpath> </javac> - <!--<delete> - <fileset dir="${xml.dir}"> - <include name="**/*.java"/> - </fileset> - </delete>--> <copy todir="${build.dir}"> <fileset dir="${xml.dir}"/> --- 109,112 ---- *************** *** 143,154 **** <ant dir="src" target="compile"/> </target> ! ! <target name="fastcompile" depends="prepare,copylib,compile-grammar,compile-xml"> ! <ant dir="src" target="compile"/> ! </target> ! ! <target name="fast" depends="fastcompile,jar"> ! </target> ! <target name="doc" depends="copylib, compile-xml"> <delete dir="${doc.api.dir}"/> --- 132,136 ---- <ant dir="src" target="compile"/> </target> ! <target name="doc" depends="copylib, compile-xml"> <delete dir="${doc.api.dir}"/> |
From: Michael L. <he...@us...> - 2010-12-08 11:10:35
|
Update of /cvsroot/bprocessor/gl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23572 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 8 Dec 2010 09:25:39 -0000 1.7 --- build.xml 8 Dec 2010 11:10:28 -0000 1.8 *************** *** 4,9 **** <property name="name" value="gl"/> <property name="version" value="0.1"/> ! ! <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="bscript.dir" value="${basedir}/../bscript"/> --- 4,8 ---- <property name="name" value="gl"/> <property name="version" value="0.1"/> ! <property name="model.dir" value="${basedir}/../model"/> <property name="bscript.dir" value="${basedir}/../bscript"/> *************** *** 63,71 **** </copy> <copy todir="${lib.dir}"> - <fileset dir="${kernel.dir}/dist"> - <include name="**/kernel*"/> - </fileset> - </copy> - <copy todir="${lib.dir}"> <fileset dir="${model.dir}/dist"> <include name="**/model*"/> --- 62,65 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:10:32
|
Update of /cvsroot/bprocessor/build In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23557 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** build.xml 8 Dec 2010 09:25:36 -0000 1.39 --- build.xml 8 Dec 2010 11:10:25 -0000 1.40 *************** *** 84,125 **** </copy> <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/hibernate"/> - </copy> - <copy todir="${release.dir}/library"> <fileset dir="${tools.dir}/antlr"/> </copy> <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/asm"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/commons-collections"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/commons-logging"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/cglib"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/dom4j"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/ehcache"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/jta"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/hsqldb"/> - </copy> - <copy todir="${release.dir}/library"> <fileset dir="${tools.dir}/jogl"/> </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/oscache"/> - </copy> - <copy todir="${release.dir}/library"> - <fileset dir="${tools.dir}/postgresql"/> - </copy> <copy todir="${release.dir}/library"> <fileset dir="${tools.dir}/perpos"/> --- 84,92 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:10:30
|
Update of /cvsroot/bprocessor/facade In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23497 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/facade/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 7 Dec 2010 14:43:34 -0000 1.5 --- build.xml 8 Dec 2010 11:10:22 -0000 1.6 *************** *** 5,9 **** <property name="version" value="0.1"/> - <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="tools.dir" value="${basedir}/../tools"/> --- 5,8 ---- *************** *** 67,75 **** </copy> <copy todir="${lib.dir}"> - <fileset dir="${kernel.dir}/dist"> - <include name="**/kernel*"/> - </fileset> - </copy> - <copy todir="${lib.dir}"> <fileset dir="${model.dir}/dist"> <include name="**/model*"/> --- 66,69 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:10:27
|
Update of /cvsroot/bprocessor/bprocessor In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23473 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 8 Dec 2010 09:25:33 -0000 1.3 --- build.xml 8 Dec 2010 11:10:19 -0000 1.4 *************** *** 5,9 **** <property name="version" value="0.1"/> - <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="bscript.dir" value="${basedir}/../bscript"/> --- 5,8 ---- *************** *** 65,73 **** </copy> <copy todir="${lib.dir}"> - <fileset dir="${kernel.dir}/dist"> - <include name="**/kernel*"/> - </fileset> - </copy> - <copy todir="${lib.dir}"> <fileset dir="${model.dir}/dist"> <include name="**/model*"/> --- 64,67 ---- |
From: Michael L. <he...@us...> - 2010-12-08 11:10:27
|
Update of /cvsroot/bprocessor/bprocessor/src/etc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23473/src/etc Modified Files: manifest.mf Log Message: Index: manifest.mf =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/src/etc/manifest.mf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** manifest.mf 8 Dec 2010 09:25:33 -0000 1.3 --- manifest.mf 8 Dec 2010 11:10:19 -0000 1.4 *************** *** 1,2 **** Main-Class: net.sourceforge.bprocessor.Application ! Class-Path: library/log4j.jar library/jaxb.jar library/antlr.jar library/asm-attrs.jar library/asm.jar core/bscript.jar library/cglib.jar library/commons-collections.jar library/commons-logging.jar library/dom4j.jar library/ehcache.jar library/gluegen-rt.jar core/gui.jar library/hibernate3.jar library/hsqldb.jar library/jogl.jar library/jta.jar core/model.jar library/oscache.jar library/postgresql-8.0-312.jdbc3.jar library/routefinding.jar core/gl.jar --- 1,12 ---- Main-Class: net.sourceforge.bprocessor.Application ! Class-Path: \ ! core/bscript.jar \ ! core/gui.jar \ ! core/model.jar \ ! core/gl.jar ! library/log4j.jar \ ! library/jaxb.jar \ ! library/antlr.jar \ ! library/gluegen-rt.jar \ ! library/jogl.jar \ ! library/routefinding.jar |
From: Michael L. <he...@us...> - 2010-12-08 09:25:49
|
Update of /cvsroot/bprocessor/gl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27433 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 2 Jan 2007 17:27:07 -0000 1.6 --- build.xml 8 Dec 2010 09:25:39 -0000 1.7 *************** *** 132,148 **** <target name="dist" depends="checkstyle,jar"> - <copy todir="${basedir}/../build/dist/plugin"> - <fileset dir="${dist.dir}"> - <include name="**/*"/> - </fileset> - </copy> - </target> - - <target name="fast" depends="jar"> - <copy todir="${basedir}/../build/dist/plugin"> - <fileset dir="${dist.dir}"> - <include name="**/*"/> - </fileset> - </copy> </target> --- 132,135 ---- |
From: Michael L. <he...@us...> - 2010-12-08 09:25:44
|
Update of /cvsroot/bprocessor/build In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27419 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** build.xml 7 Dec 2010 14:43:36 -0000 1.38 --- build.xml 8 Dec 2010 09:25:36 -0000 1.39 *************** *** 42,46 **** <mkdir dir="${release.dir}/core"/> <mkdir dir="${release.dir}/library"/> - <mkdir dir="${release.dir}/plugin"/> <mkdir dir="${release.dir}/plugins"/> --- 42,45 ---- *************** *** 74,83 **** </fileset> </copy> ! <copy todir="${release.dir}/library"> <fileset dir="${model.dir}/dist"> <include name="**/*"/> </fileset> </copy> ! <copy todir="${release.dir}/library"> <fileset dir="${bscript.dir}/dist"> <include name="**/*"/> --- 73,82 ---- </fileset> </copy> ! <copy todir="${release.dir}/core"> <fileset dir="${model.dir}/dist"> <include name="**/*"/> </fileset> </copy> ! <copy todir="${release.dir}/core"> <fileset dir="${bscript.dir}/dist"> <include name="**/*"/> *************** *** 124,130 **** </copy> <copy todir="${release.dir}/library"> ! <fileset dir="${tools.dir}/perpos"/> ! </copy> ! <copy todir="${release.dir}/plugin"> <fileset dir="${gl.dir}/dist"> <include name="**/*"/> --- 123,135 ---- </copy> <copy todir="${release.dir}/library"> ! <fileset dir="${tools.dir}/perpos"/> ! </copy> ! <copy todir="${release.dir}/library"> ! <fileset dir="${tools.dir}/log4j"/> ! </copy> ! <copy todir="${release.dir}/library"> ! <fileset dir="${tools.dir}/jaxb"/> ! </copy> ! <copy todir="${release.dir}/core"> <fileset dir="${gl.dir}/dist"> <include name="**/*"/> |
From: Michael L. <he...@us...> - 2010-12-08 09:25:41
|
Update of /cvsroot/bprocessor/bprocessor/src/etc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27395/src/etc Modified Files: manifest.mf Log Message: Index: manifest.mf =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/src/etc/manifest.mf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manifest.mf 7 Dec 2010 14:43:30 -0000 1.2 --- manifest.mf 8 Dec 2010 09:25:33 -0000 1.3 *************** *** 1,2 **** Main-Class: net.sourceforge.bprocessor.Application ! Class-Path: log4j.jar jaxb.jar library/antlr.jar library/asm-attrs.jar library/asm.jar library/bscript.jar library/cglib.jar library/commons-collections.jar library/commons-logging.jar library/dom4j.jar library/ehcache.jar library/gluegen-rt.jar core/gui.jar library/hibernate3.jar library/hsqldb.jar library/jogl.jar library/jta.jar library/model.jar library/oscache.jar library/postgresql-8.0-312.jdbc3.jar library/routefinding.jar log4j.jar plugin/gl.jar --- 1,2 ---- Main-Class: net.sourceforge.bprocessor.Application ! Class-Path: library/log4j.jar library/jaxb.jar library/antlr.jar library/asm-attrs.jar library/asm.jar core/bscript.jar library/cglib.jar library/commons-collections.jar library/commons-logging.jar library/dom4j.jar library/ehcache.jar library/gluegen-rt.jar core/gui.jar library/hibernate3.jar library/hsqldb.jar library/jogl.jar library/jta.jar core/model.jar library/oscache.jar library/postgresql-8.0-312.jdbc3.jar library/routefinding.jar core/gl.jar |
From: Michael L. <he...@us...> - 2010-12-08 09:25:41
|
Update of /cvsroot/bprocessor/bprocessor In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27395 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 7 Dec 2010 14:43:30 -0000 1.2 --- build.xml 8 Dec 2010 09:25:33 -0000 1.3 *************** *** 121,134 **** </jar> <copy todir="${dist.dir}"> ! <fileset dir="${lib.dir}"> ! <include name="log4j.jar"/> ! </fileset> ! <fileset dir="${lib.dir}"> ! <include name="jaxb.jar"/> ! </fileset> ! <fileset dir="${conf.dir}"> ! <include name="log4j.properties"/> ! </fileset> ! </copy> </target> --- 121,128 ---- </jar> <copy todir="${dist.dir}"> ! <fileset dir="${conf.dir}"> ! <include name="log4j.properties"/> ! </fileset> ! </copy> </target> |
From: Michael L. <he...@us...> - 2010-12-07 14:43:48
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4444/src/net/sourceforge/bprocessor/gl Added Files: Plugin.java Log Message: --- NEW FILE: Plugin.java --- //--------------------------------------------------------------------------------- // $Id: Plugin.java,v 1.1 2010/12/07 14:43:40 henryml Exp $ // // Copyright (c) 2005 The BProcessor Team (http://bprocessor.sourceforge.net) // Released under the Lesser GNU Public License v2.1 //--------------------------------------------------------------------------------- package net.sourceforge.bprocessor.gl; /** * */ public interface Plugin { /** * * @return name */ public String name(); /** * Prepare */ public void prepare(); /** * Start */ public void start(); } |
From: Michael L. <he...@us...> - 2010-12-07 14:43:48
|
Update of /cvsroot/bprocessor/gl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4444 Modified Files: .classpath Log Message: Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/gl/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 13 Jul 2010 09:32:39 -0000 1.6 --- .classpath 7 Dec 2010 14:43:40 -0000 1.7 *************** *** 8,12 **** <classpathentry combineaccessrules="false" kind="src" path="/bscript"/> <classpathentry kind="lib" path="/tools/jogl/gluegen-rt.jar"/> - <classpathentry combineaccessrules="false" kind="src" path="/facade"/> <classpathentry kind="output" path="build"/> </classpath> --- 8,11 ---- |
From: Michael L. <he...@us...> - 2010-12-07 14:43:44
|
Update of /cvsroot/bprocessor/build/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4423/bin Removed Files: kernel.sh kernel.bat Log Message: --- kernel.bat DELETED --- --- kernel.sh DELETED --- |
From: Michael L. <he...@us...> - 2010-12-07 14:43:44
|
Update of /cvsroot/bprocessor/build In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4423 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** build.xml 3 Dec 2010 10:12:14 -0000 1.37 --- build.xml 7 Dec 2010 14:43:36 -0000 1.38 *************** *** 9,14 **** <property name="tools.dir" value="${basedir}/../tools"/> ! ! <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="bscript.dir" value="${basedir}/../bscript"/> --- 9,13 ---- <property name="tools.dir" value="${basedir}/../tools"/> ! <property name="model.dir" value="${basedir}/../model"/> <property name="bscript.dir" value="${basedir}/../bscript"/> *************** *** 31,35 **** <target name="clean" depends="init"> <delete dir="${release.dir}"/> - <ant dir="${kernel.dir}" target="clean"/> <ant dir="${model.dir}" target="clean"/> <ant dir="${bscript.dir}" target="clean"/> --- 30,33 ---- *************** *** 45,51 **** <mkdir dir="${release.dir}/library"/> <mkdir dir="${release.dir}/plugin"/> <echo file="${release.dir}/.version.file">${version}</echo> - <ant dir="${kernel.dir}" target="dist"/> <ant dir="${model.dir}" target="dist"/> <ant dir="${bscript.dir}" target="dist"/> --- 43,49 ---- <mkdir dir="${release.dir}/library"/> <mkdir dir="${release.dir}/plugin"/> + <mkdir dir="${release.dir}/plugins"/> <echo file="${release.dir}/.version.file">${version}</echo> <ant dir="${model.dir}" target="dist"/> <ant dir="${bscript.dir}" target="dist"/> *************** *** 67,73 **** <include name="**/*"/> </fileset> - <fileset dir="${kernel.dir}/dist"> - <include name="**/*"/> - </fileset> <fileset dir="${rdoc.dir}"> <include name="**/*"/> --- 65,68 ---- *************** *** 136,144 **** </fileset> </copy> - <copy todir="${release.dir}/plugin"> - <fileset dir="${facade.dir}/dist"> - <include name="**/*"/> - </fileset> - </copy> <chmod dir="${release.dir}" perm="ugo+rx" --- 131,134 ---- |
From: Michael L. <he...@us...> - 2010-12-07 14:43:42
|
Update of /cvsroot/bprocessor/facade In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4397 Modified Files: build.xml .classpath Log Message: Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/facade/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .classpath 13 Jul 2010 09:32:46 -0000 1.8 --- .classpath 7 Dec 2010 14:43:34 -0000 1.9 *************** *** 6,9 **** --- 6,10 ---- <classpathentry combineaccessrules="false" kind="src" path="/gui"/> <classpathentry combineaccessrules="false" exported="true" kind="src" path="/model"/> + <classpathentry combineaccessrules="false" kind="src" path="/gl"/> <classpathentry kind="output" path="build"/> </classpath> Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/facade/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 2 Jan 2007 17:27:04 -0000 1.4 --- build.xml 7 Dec 2010 14:43:34 -0000 1.5 *************** *** 9,12 **** --- 9,13 ---- <property name="tools.dir" value="${basedir}/../tools"/> <property name="gui.dir" value="${basedir}/../gui"/> + <property name="gl.dir" value="${basedir}/../gl"/> <property name="build.dir" value="${basedir}/build"/> *************** *** 75,78 **** --- 76,84 ---- </fileset> </copy> + <copy todir="${lib.dir}"> + <fileset dir="${gl.dir}/dist"> + <include name="**/gl*"/> + </fileset> + </copy> <copy todir="${lib.dir}"> <fileset dir="${gui.dir}/dist"> *************** *** 108,111 **** --- 114,118 ---- basedir="${build.dir}" compress="true" + manifest="${conf.dir}/manifest.mf" includes="**/*" excludes="depcache/**"> *************** *** 125,137 **** <target name="dist" depends="checkstyle,jar"> ! <copy todir="${basedir}/../build/dist/plugin"> ! <fileset dir="${dist.dir}"> ! <include name="**/*"/> ! </fileset> ! </copy> ! </target> ! ! <target name="fast" depends="jar"> ! <copy todir="${basedir}/../build/dist/plugin"> <fileset dir="${dist.dir}"> <include name="**/*"/> --- 132,136 ---- <target name="dist" depends="checkstyle,jar"> ! <copy todir="${basedir}/../build/dist/plugins"> <fileset dir="${dist.dir}"> <include name="**/*"/> |
From: Michael L. <he...@us...> - 2010-12-07 14:43:41
|
Update of /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4397/src/net/sourceforge/bprocessor/facade Modified Files: FacadeMain.java Log Message: Index: FacadeMain.java =================================================================== RCS file: /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/FacadeMain.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** FacadeMain.java 25 Feb 2010 14:43:42 -0000 1.10 --- FacadeMain.java 7 Dec 2010 14:43:34 -0000 1.11 *************** *** 8,11 **** --- 8,12 ---- import net.sourceforge.bprocessor.facade.modellor.NetFacadeModellor; + import net.sourceforge.bprocessor.gl.Plugin; import net.sourceforge.bprocessor.model.modellor.Modellor; *************** *** 13,22 **** The facade main class */ ! public class FacadeMain { ! /** ! The constructor ! */ ! public FacadeMain () { Modellor.registerModellor(new NetFacadeModellor()); } --- 14,31 ---- The facade main class */ ! public class FacadeMain implements Plugin { ! /** {@inheritDoc} */ ! public String name() { ! return "Facade"; ! } ! ! /** {@inheritDoc} */ ! public void prepare() { ! ! } ! ! /** {@inheritDoc} */ ! public void start() { Modellor.registerModellor(new NetFacadeModellor()); } |
From: Michael L. <he...@us...> - 2010-12-07 14:43:41
|
Update of /cvsroot/bprocessor/facade/src/etc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4397/src/etc Added Files: manifest.mf Log Message: --- NEW FILE: manifest.mf --- Plugin: net.sourceforge.bprocessor.facade.FacadeMain |