Skip to content

Commit d09c28d

Browse files
committed
rename projects to entityscala.lang and entityscala.scala
1 parent 04866b1 commit d09c28d

33 files changed

+23
-23
lines changed

Entity-scala/editor/Main.esv

-16
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

entityscala.lang/editor/Main.esv

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module Main
2+
3+
imports
4+
5+
Syntax
6+
Analysis
7+
8+
language
9+
10+
extensions : eni
11+
12+
provider : target/metaborg/stratego.ctree
13+
provider : target/metaborg/stratego-javastrat.jar
14+
provider : target/metaborg/entityscala.scala-0.1.0-SNAPSHOT.jar // use this for commandline maven build
15+
// provider : ../Scalaproject/target/entityscala.scala-0.1.0-SNAPSHOT.jar // use this in Eclipse (bypasses the copying step by using a relative path, but only works inside eclipse)
16+
provider : target/metaborg/scala-library-2.11.5.jar
File renamed without changes.
File renamed without changes.
File renamed without changes.

Entity-scala/pom.xml entityscala.lang/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.example</groupId>
9-
<artifactId>Entityscala</artifactId>
9+
<artifactId>entityscala.lang</artifactId>
1010
<version>0.1.0-SNAPSHOT</version>
1111
<packaging>spoofax-language</packaging>
1212

@@ -37,7 +37,7 @@
3737
</dependency>
3838
<dependency>
3939
<groupId>org.example</groupId>
40-
<artifactId>Scalaproject</artifactId>
40+
<artifactId>entityscala.scala</artifactId>
4141
<version>0.1.0-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
@@ -64,7 +64,7 @@
6464
<artifactItems>
6565
<artifactItem>
6666
<groupId>org.example</groupId>
67-
<artifactId>Scalaproject</artifactId>
67+
<artifactId>entityscala.scala</artifactId>
6868
<version>0.1.0-SNAPSHOT</version>
6969
<type>jar</type>
7070
<overWrite>true</overWrite>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Scalaproject/pom.xml entityscala.scala/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.example</groupId>
5-
<artifactId>Scalaproject</artifactId>
5+
<artifactId>entityscala.scala</artifactId>
66
<version>0.1.0-SNAPSHOT</version>
77
<name>${project.artifactId}</name>
88
<description>My wonderfull scala app</description>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55

66
<modelVersion>4.0.0</modelVersion>
7-
<artifactId>entityscala.build</artifactId>
7+
<artifactId>entityscala</artifactId>
88
<version>0.1.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

@@ -16,8 +16,8 @@
1616
</parent>
1717

1818
<modules>
19-
<module>Scalaproject</module>
20-
<module>Entity-scala</module>
19+
<module>entityscala.scala</module>
20+
<module>entityscala.lang</module>
2121
</modules>
2222

2323
<repositories>

0 commit comments

Comments
 (0)