Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #148 from dnwick/master
Browse files Browse the repository at this point in the history
added the dependecy org.wso2.carbon.utils.feature for editor and also copy workspace folder to deployment
  • Loading branch information
dnwick committed May 16, 2017
2 parents cb42e89 + 799e618 commit 29efe45
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>org.wso2.carbon.runtime.feature</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon.utils</groupId>
<artifactId>org.wso2.carbon.utils.feature</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon.transport</groupId>
<artifactId>org.wso2.carbon.transport.http.netty.feature</artifactId>
Expand Down Expand Up @@ -198,6 +203,10 @@
<configuration>
<targetRepository>file:${basedir}/target/p2-repo</targetRepository>
<features>
<feature>
<id>org.wso2.carbon.utils.feature</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.kernel.feature</id>
<version>${carbon.kernel.version}</version>
Expand Down Expand Up @@ -679,6 +688,10 @@
<id>org.wso2.carbon.transport.http.netty.feature.group</id>
<version>${org.wso2.carbon.transport.http.netty.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.utils.feature.group</id>
<version>${carbon.utils.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.messaging.feature.group</id>
<version>${carbon.messaging.version}</version>
Expand Down
6 changes: 6 additions & 0 deletions modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
</excludes>
</fileSet>

<fileSet>
<directory>carbon-home/deployment/workspace</directory>
<outputDirectory>deployment/workspace</outputDirectory>
<fileMode>644</fileMode>
</fileSet>

<fileSet>
<directory>.</directory>
<outputDirectory>deployment/csv-files</outputDirectory>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<version>${carbon.kernel.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon.utils</groupId>
<artifactId>org.wso2.carbon.utils.feature</artifactId>
<version>${carbon.utils.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.runtime.feature</artifactId>
Expand Down Expand Up @@ -668,6 +674,7 @@

<carbon.datasources.version>1.1.0</carbon.datasources.version>
<carbon.metrics.version>2.0.1</carbon.metrics.version>
<carbon.utils.version>1.2.1</carbon.utils.version>
<carbon.jndi.version>1.0.2</carbon.jndi.version>
<carbon.cache.version>1.1.3</carbon.cache.version>

Expand Down

0 comments on commit 29efe45

Please sign in to comment.