Skip to content

Commit

Permalink
Replaced reference symfony-project.org by symfony.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Besset committed Mar 6, 2011
1 parent 65ed2d8 commit 7d9d36e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/config/packing_minify.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>

<container xmlns="http://www.symfony-project.org/schema/dic/services"
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<parameters>
<parameter key="packing_minify">BeSimple\PackingMinifyBundle\PackingMinify</parameter>
Expand Down
4 changes: 2 additions & 2 deletions Resources/config/routing/packing_minify.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>

<routes xmlns="http://www.symfony-project.org/schema/routing"
<routes xmlns="http://symfony.com/schema/routing"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/routing http://www.symfony-project.org/schema/routing/routing-1.0.xsd">
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">

<route id="_pm_get" pattern="/{file}.{_format}">
<default key="_controller">BeSimplePackingMinifyBundle:PackingMinify:get</default>
Expand Down

0 comments on commit 7d9d36e

Please sign in to comment.