renaming worker to backend

application-manager-new
ayyoob 8 years ago
parent 96e7ca0900
commit c7251e251a

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

Loading…
Cancel
Save