Author: prabath Date: Sun Dec 7 01:21:42 2008 New Revision: 26043 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=26043
Log: including transport ui bundles Modified: trunk/wsas/java/carbon/distribution/bin.xml trunk/wsas/java/carbon/distribution/pom.xml Modified: trunk/wsas/java/carbon/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=26043&r1=26042&r2=26043&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Sun Dec 7 01:21:42 2008 @@ -105,9 +105,9 @@ <include>org.wso2.carbon:org.wso2.carbon.logging.service:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include> <!-- log4j.xml is read from conf folder - <include>org.wso2.carbon:org.wso2.carbon.logging.ext:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.logging.ext:jar</include> --> <include>org.wso2.carbon:org.wso2.carbon.throttle:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xfer:jar</include> @@ -122,6 +122,9 @@ <include>org.wso2.carbon:org.wso2.carbon.transport.http:jar</include> <include>org.wso2.carbon:org.wso2.carbon.transport.https:jar</include> <include>org.wso2.carbon:org.wso2.carbon.transport.jms:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.transport.http.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.transport.https.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.transport.jms.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.transport.mail:jar</include> <include>org.wso2.carbon:org.wso2.carbon.transport.mail.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include> @@ -141,7 +144,7 @@ <include>org.wso2.carbon:org.wso2.carbon.pojoservices:jar</include> <include>org.wso2.carbon:org.wso2.carbon.pojoservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.springservices.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.springservices:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.springservices:jar</include> <include>org.wso2.carbon:org.wso2.carbon.spring.framework:jar</include> <include>org.wso2.carbon:org.wso2.carbon.axis:jar</include> <include>org.wso2.carbon:org.wso2.carbon.axis1services:jar</include> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=26043&r1=26042&r2=26043&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Sun Dec 7 01:21:42 2008 @@ -15,7 +15,7 @@ <url></url> <description>WSO2 WSAS Distribution</description> - <dependencies> + <dependencies> <!-- TODO - need to change these to use WSAS related components --> <dependency> <groupId>org.wso2.dataservices</groupId> @@ -239,7 +239,7 @@ <artifactId>org.wso2.carbon.operation.mgt.ui</artifactId> <version>SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.mgt</artifactId> @@ -266,6 +266,18 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.http.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.https.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.mail</artifactId> <version>SNAPSHOT</version> </dependency> @@ -281,7 +293,13 @@ <artifactId>org.wso2.carbon.transport.jms</artifactId> <version>SNAPSHOT</version> </dependency> - + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.jms.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.server.admin</artifactId> @@ -587,7 +605,7 @@ <artifactId>maven-dependency-plugin</artifactId> <version>2.0-alpha-4</version> <inherited>false</inherited> - <executions> + <executions> <execution> <id>unpack-wso2carbon</id> <phase>package</phase> @@ -603,41 +621,41 @@ <type>zip</type> <overWrite>true</overWrite> <outputDirectory>target</outputDirectory> - </artifactItem> - <artifactItem> - <groupId>org.wso2.carbon</groupId> - <artifactId>wso2carbon</artifactId> - <version>SNAPSHOT</version> - <type>zip</type> - <overWrite>true</overWrite> - <classifier>sources</classifier> - <outputDirectory>target/sources</outputDirectory> + </artifactItem> + <artifactItem> + <groupId>org.wso2.carbon</groupId> + <artifactId>wso2carbon</artifactId> + <version>SNAPSHOT</version> + <type>zip</type> + <overWrite>true</overWrite> + <classifier>sources</classifier> + <outputDirectory>target/sources</outputDirectory> </artifactItem> </artifactItems> </configuration> - </execution> - <execution> - <id>unpack-carbon-component-sources</id> - <phase>package</phase> - <goals> - <goal>unpack-dependencies</goal> - </goals> - <configuration> - <classifier>sources</classifier> - <copyPom>true</copyPom> - <includeGroupIds>org.wso2.carbon</includeGroupIds> - <outputDirectory>target/sources/wso2-carbon-components-src-${pom.version}</outputDirectory> - <excludeTransitive>true</excludeTransitive> - <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> - <!-- <useRepositoryLayout>true</useRepositoryLayout> --> - <useSubDirectoryPerArtifact>true</useSubDirectoryPerArtifact> - <stripVersion>true</stripVersion> - <!-- make silent=true to stop verbose messages during buid --> - <silent>false</silent> - </configuration> + </execution> + <execution> + <id>unpack-carbon-component-sources</id> + <phase>package</phase> + <goals> + <goal>unpack-dependencies</goal> + </goals> + <configuration> + <classifier>sources</classifier> + <copyPom>true</copyPom> + <includeGroupIds>org.wso2.carbon</includeGroupIds> + <outputDirectory>target/sources/wso2-carbon-components-src-${pom.version}</outputDirectory> + <excludeTransitive>true</excludeTransitive> + <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> + <!-- <useRepositoryLayout>true</useRepositoryLayout> --> + <useSubDirectoryPerArtifact>true</useSubDirectoryPerArtifact> + <stripVersion>true</stripVersion> + <!-- make silent=true to stop verbose messages during buid --> + <silent>false</silent> + </configuration> </execution> </executions> - </plugin> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -647,10 +665,10 @@ <execution> <!-- Creating sample database for data services--> <id>create-sample-database</id> - <phase>package</phase> + <phase>package</phase> <goals> <goal>run</goal> - </goals> + </goals> <configuration> <tasks> <property name="db.dir" value="target/samples/DataService/database"/> @@ -714,7 +732,7 @@ <goal>attached</goal> </goals> <configuration> - <descriptors> + <descriptors> <descriptor>bin.xml</descriptor> <descriptor>src.xml</descriptor> </descriptors> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
