renaming worker to backend

merge-requests/1/head
ayyoob 8 years ago
parent 96e7ca0900
commit c7251e251a

@ -783,7 +783,7 @@
</configuration>
</execution>
<execution>
<id>p2-profile-generation-devicetype-worker-profile</id>
<id>p2-profile-generation-devicetype-backend-profile</id>
<phase>package</phase>
<goals>
<goal>materialize-product</goal>
@ -795,7 +795,7 @@
<targetPath>
file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
</targetPath>
<profile>devicetype-worker</profile>
<profile>devicetype-backend</profile>
</configuration>
</execution>
<execution>
@ -3080,7 +3080,7 @@
<goal>p2-profile-gen</goal>
</goals>
<configuration>
<profile>devicetype-worker</profile>
<profile>devicetype-backend</profile>
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
<destination>

Loading…
Cancel
Save