fixing url in plaintext shipping app, ignoring swf files so I don't accidentally add them :)

This commit is contained in:
Dan Buch 2010-02-18 11:03:56 -05:00
parent 74c080005b
commit 6249efbac8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swf

View File

@ -26,7 +26,7 @@
]]>
</mx:Script>
<mx:HTTPService id="plainRPC" url="http://localhost:18080/text"
<mx:HTTPService id="plainRPC" url="http://10.10.231.98:18080/text"
result="handlePlain(event)"
fault="handleFault(event)"
resultFormat="text">