Author: asankha
Date: Wed Nov 15 21:07:59 2006
New Revision: 475584
URL: http://svn.apache.org/viewvc?view=rev&rev=475584
Log:
binary distribution - take 1
Modified:
incubator/synapse/branches/MVN2/pom.xml
incubator/synapse/branches/MVN2/src/main/assembly/bin.xml
Modified: incubator/synapse/branches/MVN2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/synapse/branches/MVN2/pom.xml?view=diff&rev=475584&r1=475583&r2=475584
==============================================================================
--- incubator/synapse/branches/MVN2/pom.xml (original)
+++ incubator/synapse/branches/MVN2/pom.xml Wed Nov 15 21:07:59 2006
@@ -18,7 +18,7 @@
<issueManagement>
<url>http://issues.apache.org/jira/browse/SYNAPSE</url>
</issueManagement>
-
+
<mailingLists>
<mailingList>
<name>Apache Synapse Developer List</name>
@@ -64,47 +64,43 @@
<id>release</id>
<build>
- <plugins>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-package</id>
- <phase>package</phase>
- <goals>
- <goal>assembly</goal>
- </goals>
- <configuration>
- <descriptors>
-
<descriptor>src/main/assembly/bin.xml</descriptor>
-
<!--<descriptor>src/main/assembly/src.xml</descriptor>-->
- </descriptors>
-
<finalName>synapse-${synapse.version}</finalName>
- </configuration>
- </execution>
- </executions>
+ <configuration>
+ <descriptors>
+
<descriptor>src/main/assembly/bin.xml</descriptor>
+
<!--<descriptor>src/main/assembly/src.xml</descriptor>-->
+ </descriptors>
+ <finalName>synapse-${synapse.version}</finalName>
+ </configuration>
</plugin>
<!--<plugin>-->
- <!--<artifactId>maven-site-plugin</artifactId>-->
- <!--<inherited>false</inherited>-->
+ <!--<artifactId>maven-site-plugin</artifactId>-->
+ <!--<inherited>false</inherited>-->
<!--</plugin>-->
<!--<plugin>-->
- <!--<artifactId>maven-javadoc-plugin</artifactId>-->
- <!--<executions>-->
- <!--<execution>-->
- <!--<goals>-->
- <!--<goal>jar</goal>-->
- <!--</goals>-->
- <!--</execution>-->
- <!--</executions>-->
- <!--<configuration>-->
- <!--<attach>true</attach>-->
- <!--</configuration>-->
+ <!--<artifactId>maven-javadoc-plugin</artifactId>-->
+ <!--<executions>-->
+ <!--<execution>-->
+ <!--<goals>-->
+ <!--<goal>jar</goal>-->
+ <!--</goals>-->
+ <!--</execution>-->
+ <!--</executions>-->
+ <!--<configuration>-->
+ <!--<attach>true</attach>-->
+ <!--</configuration>-->
<!--</plugin>-->
</plugins>
</build>
+ <activation>
+ <property>
+ <name>release</name>
+ </property>
+ </activation>
</profile>
</profiles>
@@ -179,9 +175,9 @@
<!-- Synapse modules -->
<!--<dependency>-->
- <!--<groupId>org.apache.synapse</groupId>-->
- <!--<artifactId>synapse-nhttp</artifactId>-->
- <!--<version>${project.version}</version>-->
+ <!--<groupId>org.apache.synapse</groupId>-->
+ <!--<artifactId>synapse-nhttp</artifactId>-->
+ <!--<version>${project.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.apache.synapse</groupId>
@@ -390,76 +386,76 @@
<!-- For nhttp -->
<!--<dependency>-->
- <!--<groupId>directory-network</groupId>-->
- <!--<artifactId>mina</artifactId>-->
- <!--<version>${mina.version}</version>-->
+ <!--<groupId>directory-network</groupId>-->
+ <!--<artifactId>mina</artifactId>-->
+ <!--<version>${mina.version}</version>-->
<!--</dependency>-->
<!--<dependency>-->
- <!--<groupId>concurrent</groupId>-->
- <!--<artifactId>concurrent</artifactId>-->
- <!--<version>1.3.4</version>-->
+ <!--<groupId>concurrent</groupId>-->
+ <!--<artifactId>concurrent</artifactId>-->
+ <!--<version>1.3.4</version>-->
<!--</dependency>-->
<!--<dependency>-->
- <!--<groupId>org.slf4j</groupId>-->
- <!--<artifactId>slf4j-simple</artifactId>-->
- <!--<version>${slf4j.version}</version>-->
+ <!--<groupId>org.slf4j</groupId>-->
+ <!--<artifactId>slf4j-simple</artifactId>-->
+ <!--<version>${slf4j.version}</version>-->
<!--</dependency>-->
<!--<dependency>-->
- <!--<groupId>asyncweb</groupId>-->
- <!--<artifactId>asyncWeb</artifactId>-->
- <!--<version>${asyncWeb.version}</version>-->
+ <!--<groupId>asyncweb</groupId>-->
+ <!--<artifactId>asyncWeb</artifactId>-->
+ <!--<version>${asyncWeb.version}</version>-->
<!--</dependency>-->
<!--<dependency>-->
- <!--<groupId>asyncweb</groupId>-->
- <!--<artifactId>asyncWeb_API</artifactId>-->
- <!--<version>${asyncWeb.version}</version>-->
+ <!--<groupId>asyncweb</groupId>-->
+ <!--<artifactId>asyncWeb_API</artifactId>-->
+ <!--<version>${asyncWeb.version}</version>-->
<!--</dependency>-->
<!--<dependency>-->
- <!--<groupId>asyncweb</groupId>-->
- <!--<artifactId>asyncWeb_CommonCodecs</artifactId>-->
- <!--<version>${asyncWeb.version}</version>-->
+ <!--<groupId>asyncweb</groupId>-->
+ <!--<artifactId>asyncWeb_CommonCodecs</artifactId>-->
+ <!--<version>${asyncWeb.version}</version>-->
<!--</dependency>-->
</dependencies>
- <reporting>
- <plugins>
- <plugin>
- <inherited>false</inherited>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-changes-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- <version>2.0-beta-1-SNAPSHOT</version>
- </plugin>
- <!--<plugin>-->
- <!--<groupId>org.codehaus.mojo</groupId>-->
- <!--<artifactId>jxr-maven-plugin</artifactId>-->
- <!--<version>2.0-beta-2-SNAPSHOT</version>-->
- <!--</plugin>-->
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <inherited>false</inherited>
- </plugin>
- </plugins>
- </reporting>
+ <!--<reporting>-->
+ <!--<plugins>-->
+ <!--<plugin>-->
+ <!--<inherited>false</inherited>-->
+ <!--<artifactId>maven-javadoc-plugin</artifactId>-->
+ <!--<configuration>-->
+ <!--<aggregate>true</aggregate>-->
+ <!--</configuration>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<artifactId>maven-changes-plugin</artifactId>-->
+ <!--<reportSets>-->
+ <!--<reportSet>-->
+ <!--<reports>-->
+ <!--<report>changes-report</report>-->
+ <!--</reports>-->
+ <!--</reportSet>-->
+ <!--</reportSets>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+
<!--<artifactId>maven-project-info-reports-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>jdepend-maven-plugin</artifactId>-->
+ <!--<version>2.0-beta-1-SNAPSHOT</version>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>jxr-maven-plugin</artifactId>-->
+ <!--<version>2.0-beta-2-SNAPSHOT</version>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<artifactId>maven-site-plugin</artifactId>-->
+ <!--<inherited>false</inherited>-->
+ <!--</plugin>-->
+ <!--</plugins>-->
+ <!--</reporting>-->
<distributionManagement>
<!--
@@ -482,6 +478,17 @@
<repositories>
<repository>
+ <id>m1-local-reps</id>
+ <url>file://${user.home}/.maven/repository</url>
+ <layout>legacy</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
<id>ibiblio</id>
<name>Ibiblio Maven Repo</name>
<layout>legacy</layout>
@@ -545,13 +552,13 @@
</releases>
</repository>
<!--<repository>-->
- <!--<id>asankha</id>-->
- <!--<name>Asankha Repo</name>-->
- <!--<layout>legacy</layout>-->
- <!--<url>http://people.apache.org/~asankha/maven</url>-->
- <!--<releases>-->
- <!--<updatePolicy>interval:1440</updatePolicy>-->
- <!--</releases>-->
+ <!--<id>asankha</id>-->
+ <!--<name>Asankha Repo</name>-->
+ <!--<layout>legacy</layout>-->
+ <!--<url>http://people.apache.org/~asankha/maven</url>-->
+ <!--<releases>-->
+ <!--<updatePolicy>interval:1440</updatePolicy>-->
+ <!--</releases>-->
<!--</repository>-->
<repository>
<id>maven-snaps</id>
@@ -571,7 +578,7 @@
<module>modules/extensions</module>
<module>modules/samples</module>
</modules>
-
+
<properties>
<synapse.version>0.90-SNAPSHOT</synapse.version>
<axis2.version>1.1-SNAPSHOT</axis2.version>
Modified: incubator/synapse/branches/MVN2/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/incubator/synapse/branches/MVN2/src/main/assembly/bin.xml?view=diff&rev=475584&r1=475583&r2=475584
==============================================================================
--- incubator/synapse/branches/MVN2/src/main/assembly/bin.xml (original)
+++ incubator/synapse/branches/MVN2/src/main/assembly/bin.xml Wed Nov 15
21:07:59 2006
@@ -21,7 +21,7 @@
<id>bin</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
- <!--<format>tar.gz</format>-->
+ <format>tar.gz</format>
<format>zip</format>
</formats>
@@ -84,16 +84,16 @@
<!--</includes>-->
<!--</fileSet>-->
</fileSets>
- <!--<dependencySets>-->
- <!--<dependencySet>-->
-
<!--<outputDirectory>synapse-${synapse.version}/lib</outputDirectory>-->
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>synapse-${synapse.version}/lib</outputDirectory>
<!--<unpack>false</unpack>-->
<!--<excludes>-->
<!--<exclude>org.apache.synapse</exclude>-->
<!--</excludes>-->
<!--<scope>runtime</scope>-->
- <!--</dependencySet>-->
- <!--</dependencySets>-->
+ </dependencySet>
+ </dependencySets>
<!--<dependencySets>-->
<!--<dependencySet>-->
<!--<outputDirectory>/lib</outputDirectory>-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]