Updating for .org

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5446 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-09-20 04:22:37 +00:00
committed by derek
parent facf97ecc7
commit 9c6ff10670
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* Copyright (C) 1999-2005 Jive Software. All rights reserved.
* This software is the proprietary information of Jive Software. Use is subject to license terms.
*/
package com.jivesoftware.spark.translator;
package org.jivesoftware.spark.translator;
import org.jivesoftware.smack.packet.Message;
import org.jivesoftware.spark.ChatManager;

View File

@ -5,7 +5,7 @@
* Copyright (C) 1999-2005 Jive Software. All rights reserved.
* This software is the proprietary information of Jive Software. Use is subject to license terms.
*/
package com.jivesoftware.spark.translator;
package org.jivesoftware.spark.translator;
import com.meterware.httpunit.GetMethodWebRequest;
import com.meterware.httpunit.HttpUnitOptions;

View File

@ -7,6 +7,8 @@
*/
package com.jivesoftware.spark.translator;
import org.jivesoftware.spark.translator.TranslatorUtil;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;