aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-10 20:08:31 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-10 20:08:31 +0000
commit5b5957f9ea99e036a22d687bbb3bb8b7fbe73599 (patch)
treeeabf14c661eb8e46699f513defd3e194f7a0a3e7 /LUFA/StudioIntegration
parentbbffe94a9d425128aa4f403d285a1a848e00b4a5 (diff)
downloadlufa-5b5957f9ea99e036a22d687bbb3bb8b7fbe73599.tar.gz
lufa-5b5957f9ea99e036a22d687bbb3bb8b7fbe73599.tar.bz2
lufa-5b5957f9ea99e036a22d687bbb3bb8b7fbe73599.zip
Add and update more Atmel Studio project description XML files.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/VSIX/asf-manifest.xml2
-rw-r--r--LUFA/StudioIntegration/generate_caches.py4
-rw-r--r--LUFA/StudioIntegration/makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/StudioIntegration/VSIX/asf-manifest.xml b/LUFA/StudioIntegration/VSIX/asf-manifest.xml
index 511e743f6..cd77a76a8 100644
--- a/LUFA/StudioIntegration/VSIX/asf-manifest.xml
+++ b/LUFA/StudioIntegration/VSIX/asf-manifest.xml
@@ -8,7 +8,7 @@
</Identifier>
<AsfContent Type="zip" Path="contents.zip">
<Content>
- <Version></Version>
+ <Version>0</Version>
<HelpURL/>
<Locator/>
<DbXMLPath>content.xml.cache</DbXMLPath>
diff --git a/LUFA/StudioIntegration/generate_caches.py b/LUFA/StudioIntegration/generate_caches.py
index 1e49320ae..c76c0d8bb 100644
--- a/LUFA/StudioIntegration/generate_caches.py
+++ b/LUFA/StudioIntegration/generate_caches.py
@@ -15,7 +15,7 @@ def main():
try:
from asf_avrstudio5_interface import PythonFacade
except ImportError:
- print "The ASF project generator is missing."
+ print "Fatal Error: The ASF project generator is missing."
sys.exit()
p = PythonFacade(os.path.abspath(__file__))
@@ -32,4 +32,4 @@ def main():
if __name__ == "__main__":
- sys.exit(main()) \ No newline at end of file
+ sys.exit(main())
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index 53b61a396..4f15dc48a 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -53,7 +53,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@python generate_caches.py $(LUFA_ROOT)/../
@echo "Archiving Content..."
- @cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*$(notdir $(DOXYGEN_TAG_FILE_XML)) --exclude=*StudioIntegration* --exclude=*Maintenance* LUFA Bootloaders Demos Projects extension.xml README.txt
+ @cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*$(notdir $(DOXYGEN_TAG_FILE_XML)) --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt
@echo "Creating VSIX Dependencies..."
@cp $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png $(LUFA_ROOT)/../PreviewThumb.png