Skip to content
Snippets Groups Projects
Commit 2757460d authored by felmer's avatar felmer
Browse files

bug fixed by renaming from 'cisd-base' back to 'base'

SVN: 13387
parent da3d7d20
No related branches found
No related tags found
No related merge requests found
<project name="cisd-base" default="dist" basedir="..">
<project name="base" default="dist" basedir="..">
<target name="clean">
<delete dir="${dist}" />
</target>
......@@ -6,7 +6,6 @@
<import file="../../build_resources/ant/build-common.xml" />
<project-classpath name="ecp" classes="${classes}" />
<property name="application-name" value="cisd-base" />
<property name="distfolder" value="cisd-base" />
<property name="mainfolder" value="base" />
<property name="jar.file" value="${dist}/cisd-base.jar" />
......
......@@ -26,7 +26,7 @@ import ch.systemsx.cisd.base.utilities.AbstractBuildAndEnvironmentInfo;
*/
public class BuildAndEnvironmentInfo extends AbstractBuildAndEnvironmentInfo
{
private final static String BASE = "cisd-base";
private final static String BASE = "base";
public final static BuildAndEnvironmentInfo INSTANCE = new BuildAndEnvironmentInfo();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment