.project
author grandjoncl
Thu, 11 Oct 2012 16:39:05 +0200
changeset 842 ca38abd140b3
parent 389 a32ce3533447
child 1120 d3a125e619d9
permissions -rw-r--r--
Corrections of the code for the embed popup. Functions are now in the embed_popup.js With chrome the player used to play the video even when it wasn't supposed to be displayed and kept playing when we hid the player. When we changed between div and iframe the player started even when it was suppose to be hidden. It's now solved.
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>