Skip to content

Commit

Permalink
Removed local copy of ModuleDescriptorReader by switching over to t…
Browse files Browse the repository at this point in the history
…he one available in `ceylon-common`.

Adjusted the build to include that copy into the ant JAR.
  • Loading branch information
quintesse committed Aug 20, 2015
1 parent 18c317d commit 43ed207
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 154 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -187,6 +187,7 @@
<include name="com/redhat/ceylon/launcher/**" />
<include name="com/redhat/ceylon/common/*" />
<include name="com/redhat/ceylon/common/config/*" />
<include name="com/redhat/ceylon/common/tools/ModuleWildcardsHelper.java" />
</javac>
<copy todir="${build.classes}">
<fileset dir="${ceylonc.src}">
Expand Down
3 changes: 2 additions & 1 deletion src/com/redhat/ceylon/ant/CeylonModuleDescriptorTask.java
Expand Up @@ -25,8 +25,9 @@
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;

import com.redhat.ceylon.ant.ModuleDescriptorReader.NoSuchModuleException;
import com.redhat.ceylon.common.Constants;
import com.redhat.ceylon.common.ModuleDescriptorReader;
import com.redhat.ceylon.common.ModuleDescriptorReader.NoSuchModuleException;
import com.redhat.ceylon.launcher.CeylonClassLoader;
import com.redhat.ceylon.launcher.ClassLoaderSetupException;

Expand Down
3 changes: 2 additions & 1 deletion src/com/redhat/ceylon/ant/LazyHelper.java
Expand Up @@ -30,8 +30,9 @@

import org.apache.tools.ant.Project;

import com.redhat.ceylon.ant.ModuleDescriptorReader.NoSuchModuleException;
import com.redhat.ceylon.common.Constants;
import com.redhat.ceylon.common.ModuleDescriptorReader;
import com.redhat.ceylon.common.ModuleDescriptorReader.NoSuchModuleException;
import com.redhat.ceylon.launcher.ClassLoaderSetupException;

/**
Expand Down
151 changes: 0 additions & 151 deletions src/com/redhat/ceylon/ant/ModuleDescriptorReader.java

This file was deleted.

3 changes: 2 additions & 1 deletion src/com/redhat/ceylon/ant/SourceModules.java
Expand Up @@ -31,8 +31,9 @@
import org.apache.tools.ant.ProjectComponent;
import org.apache.tools.ant.types.FileSet;

import com.redhat.ceylon.ant.ModuleDescriptorReader.NoSuchModuleException;
import com.redhat.ceylon.common.Constants;
import com.redhat.ceylon.common.ModuleDescriptorReader;
import com.redhat.ceylon.common.ModuleDescriptorReader.NoSuchModuleException;
import com.redhat.ceylon.launcher.CeylonClassLoader;
import com.redhat.ceylon.launcher.ClassLoaderSetupException;

Expand Down

0 comments on commit 43ed207

Please sign in to comment.