Skip to content

Commit

Permalink
Update version for M4 release, remove editor dependency from distribu…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
bsenduran committed Feb 8, 2017
1 parent aeefb33 commit 1d4688f
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Ballerina is not designed to be a general purpose language. Instead you should u

- Get a clone or download source from [github](https://github.com/wso2/ballerina)
- Run the Maven command ``mvn clean install`` from the root directory
- Extract the ballerina distribution created at ballerina/modules/distribution/target/ballerina-0.8.0-SNAPSHOT.zip in to your local directory
- Extract the ballerina distribution created at ballerina/modules/distribution/target/ballerina-0.8.0-M4.zip in to your local directory

## Running samples

Expand Down
2 changes: 1 addition & 1 deletion modules/annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/ballerina-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ballerina-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
88 changes: 44 additions & 44 deletions modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
<outputDirectory>bre/security</outputDirectory>
<fileMode>644</fileMode>
</fileSet>
<fileSet>
<directory>ballerina-home/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
<include>**/editor</include>
</includes>
<fileMode>755</fileMode>
</fileSet>
<fileSet>
<directory>ballerina-home/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
<include>**/editor.bat</include>
</includes>
<fileMode>644</fileMode>
</fileSet>
<!--<fileSet>-->
<!--<directory>ballerina-home/bin</directory>-->
<!--<outputDirectory>bin</outputDirectory>-->
<!--<includes>-->
<!--<include>**/editor</include>-->
<!--</includes>-->
<!--<fileMode>755</fileMode>-->
<!--</fileSet>-->
<!--<fileSet>-->
<!--<directory>ballerina-home/bin</directory>-->
<!--<outputDirectory>bin</outputDirectory>-->
<!--<includes>-->
<!--<include>**/editor.bat</include>-->
<!--</includes>-->
<!--<fileMode>644</fileMode>-->
<!--</fileSet>-->
<fileSet>
<directory>../../samples/getting_started</directory>
<outputDirectory>samples</outputDirectory>
Expand All @@ -84,34 +84,34 @@
</excludes>
<fileMode>444</fileMode>
</fileSet>
<fileSet>
<directory>../editor/web</directory>
<outputDirectory>resources/editor/web</outputDirectory>
<excludes>
<exclude>target/**</exclude>
<exclude>**/*.ipr</exclude>
<exclude>**/*.iwr</exclude>
<exclude>**/*.eclipse</exclude>
<exclude>**/*.iml</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>
<fileSet>
<directory>../editor/services/workspace-service/target/</directory>
<outputDirectory>resources/editor/services</outputDirectory>
<includes>
<include>workspace-service*.jar</include>
</includes>
<fileMode>644</fileMode>
</fileSet>
<fileSet>
<directory>../editor/services/workspace-service/src/main/resources/</directory>
<outputDirectory>resources/editor/services</outputDirectory>
<includes>
<include>netty-transports.yml</include>
</includes>
<fileMode>644</fileMode>
</fileSet>
<!--<fileSet>-->
<!--<directory>../editor/web</directory>-->
<!--<outputDirectory>resources/editor/web</outputDirectory>-->
<!--<excludes>-->
<!--<exclude>target/**</exclude>-->
<!--<exclude>**/*.ipr</exclude>-->
<!--<exclude>**/*.iwr</exclude>-->
<!--<exclude>**/*.eclipse</exclude>-->
<!--<exclude>**/*.iml</exclude>-->
<!--</excludes>-->
<!--<fileMode>644</fileMode>-->
<!--</fileSet>-->
<!--<fileSet>-->
<!--<directory>../editor/services/workspace-service/target/</directory>-->
<!--<outputDirectory>resources/editor/services</outputDirectory>-->
<!--<includes>-->
<!--<include>workspace-service*.jar</include>-->
<!--</includes>-->
<!--<fileMode>644</fileMode>-->
<!--</fileSet>-->
<!--<fileSet>-->
<!--<directory>../editor/services/workspace-service/src/main/resources/</directory>-->
<!--<outputDirectory>resources/editor/services</outputDirectory>-->
<!--<includes>-->
<!--<include>netty-transports.yml</include>-->
<!--</includes>-->
<!--<fileMode>644</fileMode>-->
<!--</fileSet>-->
</fileSets>

<files>
Expand Down
2 changes: 1 addition & 1 deletion modules/launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tests/test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ballerina</groupId>
<artifactId>tests</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.wso2.ballerina</groupId>
<artifactId>ballerina</artifactId>
<packaging>pom</packaging>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-M4</version>
<name>WSO2 Ballerina - Parent</name>

<url>http://wso2.org</url>
Expand Down Expand Up @@ -380,7 +380,7 @@
</build>

<properties>
<ballerina.version>0.8.0-SNAPSHOT</ballerina.version>
<ballerina.version>0.8.0-M4</ballerina.version>
<ballerina.package.export.version>0.8.0</ballerina.package.export.version>

<!-- Maven plugins -->
Expand Down Expand Up @@ -473,7 +473,7 @@
<module>modules/annotation-processor</module>
<!--<module>modules/gson-fragment</module>-->
<!--<module>modules/features</module>-->
<module>modules/editor/services/workspace-service</module>
<!--<module>modules/editor/services/workspace-service</module>-->
<module>modules/distribution</module>
<!--<module>modules/tests</module>-->
<module>modules/tests/test-integration</module>
Expand Down

0 comments on commit 1d4688f

Please sign in to comment.