shumas753 Posted September 25, 2011 Posted September 25, 2011 i have dead project files and i want change name to mine for example like here: package com.l2j.gameserver import com.l2j.gameserver.network.serverpackets.SystemMessage; import com.l2j.gameserver.script.DateRange; import com.l2j.gameserver.util.Broadcast; import com.l2j.util.StringUtil; to this: package lt.oriondev.gameserver import lt.oriondev.gameserver.network.serverpackets.SystemMessage; import lt.oriondev.gameserver.script.DateRange; import lt.oriondev.gameserver.util.Broadcast; import lt.oriondev.util.StringUtil; and do this without writing with hand. i have writen about half src by hand and i tired do this. could anyone help me?
0 shumas753 Posted September 27, 2011 Author Posted September 27, 2011 lock it, i solved the problem.
Question
shumas753
i have dead project files and i want change name to mine for example like here:
package com.l2j.gameserver
import com.l2j.gameserver.network.serverpackets.SystemMessage;
import com.l2j.gameserver.script.DateRange;
import com.l2j.gameserver.util.Broadcast;
import com.l2j.util.StringUtil;
to this:
package lt.oriondev.gameserver
import lt.oriondev.gameserver.network.serverpackets.SystemMessage;
import lt.oriondev.gameserver.script.DateRange;
import lt.oriondev.gameserver.util.Broadcast;
import lt.oriondev.util.StringUtil;
and do this without writing with hand.
i have writen about half src by hand and i tired do this. could anyone help me?
2 answers to this question
Recommended Posts