From 8bb3758dc0c4700f8e07f5256ae5714028d54e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Sim=C3=A3o?= Date: Wed, 17 Dec 2008 11:26:34 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@844 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../gestao/riscos/GerirRiscosPanel.java | 2 +- trunk/build.xml | 92 ++++++++++++++++++- 2 files changed, 90 insertions(+), 4 deletions(-) diff --git a/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java b/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java index fc4e94f2..9f966042 100644 --- a/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java +++ b/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java @@ -368,7 +368,7 @@ public class GerirRiscosPanel extends JPanel panel.add( buttonRiscoRemover ); panelButtons.add( panel, new TableLayoutConstraints( 0, 1 ) ); panel = new JPanel(); - panel.setBorder( BorderFactory.createTitledBorder( "Medida" ) ); + panel.setBorder( BorderFactory.createTitledBorder( "Requisito" ) ); panel.setLayout( new GridLayout( 2, 1 ) ); panel.add( buttonMedidaCriar ); panel.add( buttonMedidaRemover ); diff --git a/trunk/build.xml b/trunk/build.xml index 5fcd52b1..68293f7e 100644 --- a/trunk/build.xml +++ b/trunk/build.xml @@ -43,6 +43,19 @@ + + + + + + + + + + + + + @@ -91,9 +104,22 @@ - - - + + + + + + + + + + + + + + + + @@ -257,4 +283,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +