.project
author grandjoncl
Thu, 20 Dec 2012 15:22:42 +0100
branchmodifications_relative_ldtxml
changeset 1044 e3902e1bd785
parent 389 a32ce3533447
child 1120 d3a125e619d9
permissions -rw-r--r--
modifications to have relative src for media in the xml ldt of a project. - Migration in order to set all the project ldt with the new values in the xml. If the media has a content that doesn't exist, the media is erased. If the project has no valid media, the project is deleted. There is a test in project_tests. - The migration uses the command : set_projectldtiri - The command set_projectldtiri uses the function in utils relative_src_xml that returns an xml. The command deletes the projects that have no ldt or the ldt isn't valid (empty string) - Modifications in lignesdetemps to have absolute urls in the xml when we open a project or in the research when we display the results in lignes de temps
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
389
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     2
<projectDescription>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     3
	<name>platform_group</name>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     4
	<comment></comment>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     5
	<projects>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     6
	</projects>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     7
	<buildSpec>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     8
		<buildCommand>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
     9
			<name>org.python.pydev.PyDevBuilder</name>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    10
			<arguments>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    11
			</arguments>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    12
		</buildCommand>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    13
		<buildCommand>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    14
			<name>com.aptana.ide.core.unifiedBuilder</name>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    15
			<arguments>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    16
			</arguments>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    17
		</buildCommand>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    18
	</buildSpec>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    19
	<natures>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    20
		<nature>com.aptana.projects.webnature</nature>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    21
		<nature>org.python.pydev.pythonNature</nature>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    22
	</natures>
a32ce3533447 little commit
cavaliet
parents: 375
diff changeset
    23
</projectDescription>