Arranged generator classes into packages to make it possible to compile GenerateInjectors separately.

This commit is contained in:
Evgeny Gerashchenko
2012-11-12 20:40:23 +04:00
parent 4916921849
commit 3fce07b83a
31 changed files with 160 additions and 159 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.jet.generators;
package org.jetbrains.jet.generators.injectors;
import com.intellij.openapi.project.Project;
import org.jetbrains.jet.codegen.*;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.jet.generators;
package org.jetbrains.jet.generators.runtime;
import com.intellij.openapi.util.io.FileUtil;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.jet.generators;
package org.jetbrains.jet.generators.runtime;
import java.io.File;
import java.io.FileNotFoundException;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.jet.generators;
package org.jetbrains.jet.generators.tests;
import junit.framework.TestCase;
import org.jetbrains.annotations.NotNull;