Skip to content

Commit

Permalink
Updating build.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Apr 26, 2015
1 parent b86838b commit 9248acc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@
</fileset>
<filterchain>
<replaceregexp>
<regexp pattern="\bnamespace\s+WebSharks\\Core(?:\\[^\\]+)?\\Classes\b" replace="namespace WebSharks\Core\${project_sns}\Classes" />
<regexp pattern="\bnamespace\s+WebSharks\\Core(?:\\[^\\]+)?\\Traits\b" replace="namespace WebSharks\Core\${project_sns}\Traits" />
<regexp pattern="\bnamespace\s+WebSharks\\Core(?:\\[^\\]+)?\\Classes\b" replace="namespace WebSharks\\Core\\${project_sns}\\Classes" />
<regexp pattern="\bnamespace\s+WebSharks\\Core(?:\\[^\\]+)?\\Traits\b" replace="namespace WebSharks\\Core\\${project_sns}\\Traits" />
</replaceregexp>
</filterchain>
</reflexive>
Expand All @@ -186,8 +186,8 @@
</fileset>
<filterchain>
<replaceregexp>
<regexp pattern="\bWebSharks\\\\Core(?:\\\\[^\\]+)?\\\\Classes\b" replace="WebSharks\\Core\\${project_sns}\\Classes" />
<regexp pattern="\bWebSharks\\\\Core(?:\\\\[^\\]+)?\\\\Traits\b" replace="WebSharks\\Core\\${project_sns}\\Traits" />
<regexp pattern="\bWebSharks\\\\Core(?:\\\\[^\\]+)?\\\\Classes\b" replace="WebSharks\\\\Core\\\\${project_sns}\\\\Classes" />
<regexp pattern="\bWebSharks\\\\Core(?:\\\\[^\\]+)?\\\\Traits\b" replace="WebSharks\\\\Core\\\\${project_sns}\\\\Traits" />
</replaceregexp>
</filterchain>
</reflexive>
Expand All @@ -208,8 +208,8 @@
</fileset>
<filterchain>
<replaceregexp>
<regexp pattern="\bnamespace\s+WebSharks\\WpCore(?:\\[^\\]+)?\\Classes\b" replace="namespace WebSharks\WpCore\${project_sns}\Classes" />
<regexp pattern="\bnamespace\s+WebSharks\\WpCore(?:\\[^\\]+)?\\Traits\b" replace="namespace WebSharks\WpCore\${project_sns}\Traits" />
<regexp pattern="\bnamespace\s+WebSharks\\WpCore(?:\\[^\\]+)?\\Classes\b" replace="namespace WebSharks\\WpCore\\${project_sns}\\Classes" />
<regexp pattern="\bnamespace\s+WebSharks\\WpCore(?:\\[^\\]+)?\\Traits\b" replace="namespace WebSharks\\WpCore\\${project_sns}\\Traits" />
</replaceregexp>
</filterchain>
</reflexive>
Expand All @@ -219,8 +219,8 @@
</fileset>
<filterchain>
<replaceregexp>
<regexp pattern="\bWebSharks\\\\WpCore(?:\\\\[^\\]+)?\\\\Classes\b" replace="WebSharks\\WpCore\\${project_sns}\\Classes" />
<regexp pattern="\bWebSharks\\\\WpCore(?:\\\\[^\\]+)?\\\\Traits\b" replace="WebSharks\\WpCore\\${project_sns}\\Traits" />
<regexp pattern="\bWebSharks\\\\WpCore(?:\\\\[^\\]+)?\\\\Classes\b" replace="WebSharks\\\\WpCore\\\\${project_sns}\\\\Classes" />
<regexp pattern="\bWebSharks\\\\WpCore(?:\\\\[^\\]+)?\\\\Traits\b" replace="WebSharks\\\\WpCore\\\\${project_sns}\\\\Traits" />
</replaceregexp>
</filterchain>
</reflexive>
Expand Down

0 comments on commit 9248acc

Please sign in to comment.