summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-10 11:52:56 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-10 11:52:56 +0000
commitae50086147c88e41a4bd752a093c8f6e6d7f0552 (patch)
tree2f1627a06d881cb0f2af8d75cac01c9e539b00d8
parentd67dbe518e1537f15a6265c192beb9432c9b52e0 (diff)
downloadATCD-ae50086147c88e41a4bd752a093c8f6e6d7f0552.tar.gz
ChangeLogTag: Thu Apr 10 06:52:41 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog16
-rw-r--r--bin/MakeProjectCreator/USAGE10
-rw-r--r--bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm (renamed from bin/MakeProjectCreator/modules/GNUProjectCreator.pm)4
-rw-r--r--bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm (renamed from bin/MakeProjectCreator/modules/GNUWorkspaceCreator.pm)4
-rwxr-xr-xbin/mpc.pl2
-rwxr-xr-xbin/mwc.pl2
6 files changed, 27 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 212d1bc7039..1c326d43beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Thu Apr 10 06:52:41 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/USAGE:
+ * bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+ * bin/mpc.pl:
+ * bin/mwc.pl:
+
+ Renamed GNU to GNUACE to indicate that the projects will only work
+ within ACE.
+
+ * bin/MakeProjectCreator/modules/GNUProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/GNUWorkspaceCreator.pm:
+
+ Removed these files in the rename.
+
Thu Apr 10 13:02:42 CEST 2003 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
* tests/tests.{dsw,icp}: Added Unbounded_Set_Test_Ex.
diff --git a/bin/MakeProjectCreator/USAGE b/bin/MakeProjectCreator/USAGE
index 90bcfafd863..36fc3c15dcb 100644
--- a/bin/MakeProjectCreator/USAGE
+++ b/bin/MakeProjectCreator/USAGE
@@ -15,7 +15,7 @@ Usage: mwc.pl [-global <file>] [-include <directory>] [-recurse]
[-noreldefs] [-notoplevel] [-static] [-static_only]
[-value_template <NAME+=VAL | NAME=VAL | NAME-=VAL>]
[-value_project <NAME+=VAL | NAME=VAL | NAME-=VAL>]
- [-type <borland | em3 | ghs | gnu | make | nmake |
+ [-type <borland | em3 | ghs | gnuace | make | nmake |
va4 | vc6 | vc7>]
[files]
@@ -55,7 +55,7 @@ Usage: mwc.pl [-global <file>] [-include <directory>] [-recurse]
assignment.
-type Specifies the type of project file to generate. This
option can be used multiple times to generate multiple
- types. If -type is not used, it defaults to 'gnu'.
+ types. If -type is not used, it defaults to 'gnuace'.
The default global input file
(ACE_wrappers/bin/MakeProjectCreator/config/global.mpb) is used if -global
@@ -92,7 +92,7 @@ says process the mpc files, but do not generate the project files.
The -type option can be used multiple times on the same command line to
generate projects of different types per mpc file. The default type is
-always gnu. NOTE: The -ti option overrides the template input file for all
+always gnuace. NOTE: The -ti option overrides the template input file for all
types specified.
@@ -111,7 +111,7 @@ Usage: mpc.pl [-global <file>] [-include <directory>] [-recurse]
[-noreldefs] [-notoplevel] [-static] [-static_only]
[-value_template <NAME+=VAL | NAME=VAL | NAME-=VAL>]
[-value_project <NAME+=VAL | NAME=VAL | NAME-=VAL>]
- [-type <borland | em3 | ghs | gnu | make | nmake |
+ [-type <borland | em3 | ghs | gnuace | make | nmake |
va4 | vc6 | vc7>]
[files]
@@ -151,4 +151,4 @@ Usage: mpc.pl [-global <file>] [-include <directory>] [-recurse]
assignment.
-type Specifies the type of project file to generate. This
option can be used multiple times to generate multiple
- types. If -type is not used, it defaults to 'gnu'.
+ types. If -type is not used, it defaults to 'gnuace'.
diff --git a/bin/MakeProjectCreator/modules/GNUProjectCreator.pm b/bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm
index 9fb1d2403c5..a7c55ef5898 100644
--- a/bin/MakeProjectCreator/modules/GNUProjectCreator.pm
+++ b/bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm
@@ -1,7 +1,7 @@
-package GNUProjectCreator;
+package GNUACEProjectCreator;
# ************************************************************
-# Description : A GNU Project Creator
+# Description : A GNU Project Creator for ACE
# Author : Chad Elliott
# Create Date : 3/13/2002
# ************************************************************
diff --git a/bin/MakeProjectCreator/modules/GNUWorkspaceCreator.pm b/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm
index b5616422b6e..683fb367e23 100644
--- a/bin/MakeProjectCreator/modules/GNUWorkspaceCreator.pm
+++ b/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm
@@ -1,7 +1,7 @@
-package GNUWorkspaceCreator;
+package GNUACEWorkspaceCreator;
# ************************************************************
-# Description : A GNU Workspace (Makefile) creator
+# Description : A GNU Workspace (Makefile) creator for ACE
# Author : Chad Elliott
# Create Date : 5/13/2002
# ************************************************************
diff --git a/bin/mpc.pl b/bin/mpc.pl
index f14c5865d42..b4f4cd37241 100755
--- a/bin/mpc.pl
+++ b/bin/mpc.pl
@@ -25,7 +25,7 @@ require Driver;
# Data Section
# ************************************************************
-my(@creators) = ('GNUProjectCreator',
+my(@creators) = ('GNUACEProjectCreator',
'NMakeProjectCreator',
'VC6ProjectCreator',
'VC7ProjectCreator',
diff --git a/bin/mwc.pl b/bin/mwc.pl
index 6a1238c5b59..8560dfe1836 100755
--- a/bin/mwc.pl
+++ b/bin/mwc.pl
@@ -25,7 +25,7 @@ require Driver;
# Data Section
# ************************************************************
-my(@creators) = ('GNUWorkspaceCreator',
+my(@creators) = ('GNUACEWorkspaceCreator',
'NMakeWorkspaceCreator',
'VC6WorkspaceCreator',
'VC7WorkspaceCreator',