projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3ee4b
)
Use PRESET_NAME instead of PROJECT_NAME when creating a project from a preset (to...
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Apr 2010 16:03:08 +0000
(16:03 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Apr 2010 16:03:08 +0000
(16:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3520
38d2e660
-2303-0410-9eaa-
f027e97ec537
wizard/BProject.py
patch
|
blob
|
history
diff --git
a/wizard/BProject.py
b/wizard/BProject.py
index 325e6490099a339a39ba819b8a5bef00a820b9d7..cacca8533b6f75bd4ada3f909fcb92b0e1a6d49f 100644
(file)
--- a/
wizard/BProject.py
+++ b/
wizard/BProject.py
@@
-443,10
+443,10
@@
class BProject(object):
# Files to be ignored (all project files, cfg dir, wizard mk file, all global ignored dirs)
project_related_stuff = (
"cfg",
- self.infos["PR
OJEC
T_NAME"] + "_wiz.mk",
+ self.infos["PR
ESE
T_NAME"] + "_wiz.mk",
"project.bertos",
- self.infos["PR
OJEC
T_NAME"] + ".project",
- self.infos["PR
OJEC
T_NAME"] + ".workspace",
+ self.infos["PR
ESE
T_NAME"] + ".project",
+ self.infos["PR
ESE
T_NAME"] + ".workspace",
) + const.IGNORE_LIST
for element in os.listdir(origin):
if element not in project_related_stuff: