Author: saminda
Date: Mon Jan 16 06:15:17 2006
New Revision: 369479
URL: http://svn.apache.org/viewcvs?rev=369479&view=rev
Log:
Cleaning up project.properties, maven.xml and project.xml
Modified:
incubator/synapse/trunk/java/maven.xml
incubator/synapse/trunk/java/project.properties
incubator/synapse/trunk/java/project.xml
Modified: incubator/synapse/trunk/java/maven.xml
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/maven.xml?rev=369479&r1=369478&r2=369479&view=diff
==============================================================================
--- incubator/synapse/trunk/java/maven.xml (original)
+++ incubator/synapse/trunk/java/maven.xml Mon Jan 16 06:15:17 2006
@@ -169,8 +169,8 @@
<ant:delete file="target/npe.aar"/>
<ant:delete file="target/test-mediator.aar"/>
+ <ant:delete file="target/environmentaware-mediator.aar"/>
<ant:delete dir="target/test-mediator"/>
- <ant:delete dir="target/environmentaware-mediator.aar"/>
<ant:delete dir="target/environmentaware-mediator"/>
</j:if>
@@ -250,7 +250,8 @@
<ant:delete file="target/synapse.aar"/>
<ant:delete dir="target/sample-deprecation"/>
<ant:delete file="target/DeprecationMediator.aar"/>
-
+ <ant:delete dir="target/samples"/>
+
<ant:path id="classes_test.dir" location="${class_test.dir}"/>
<maven:addPath id="maven.dependency.classpath"
refid="classes_test.dir"/>
Modified: incubator/synapse/trunk/java/project.properties
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/project.properties?rev=369479&r1=369478&r2=369479&view=diff
==============================================================================
--- incubator/synapse/trunk/java/project.properties (original)
+++ incubator/synapse/trunk/java/project.properties Mon Jan 16 06:15:17 2006
@@ -36,10 +36,8 @@
ant.version=1.6.5
axis.wsdl4j.version=1.2
axis2.version=0.94
-bcprov.version=jdk13-128
commons.codec.version=1.3
commons.discovery.version=0.2
-commons.fileupload.version=1.0
commons.httpclient.version=3.0
commons.logging.version=1.0.4
geronimo.spec.activation.version=1.0.2-rc4
@@ -57,10 +55,8 @@
stax.impl.version=asl-2.8.1
wss4j.version=SNAPSHOT
xalan.version=2.6.0
-xbean.version=2.0.0
xerces.version=2.6.2
XmlSchema.version=SNAPSHOT
-xmlsec.version=1.2.1
xmlunit.version=1.0
annogen.version=0.1.0
ws_policy.version=SNAPSHOT
Modified: incubator/synapse/trunk/java/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/project.xml?rev=369479&r1=369478&r2=369479&view=diff
==============================================================================
--- incubator/synapse/trunk/java/project.xml (original)
+++ incubator/synapse/trunk/java/project.xml Mon Jan 16 06:15:17 2006
@@ -7,7 +7,7 @@
<name>Apache Synpase</name>
- <currentVersion>M1-RC1-SNAPSHOT</currentVersion>
+ <currentVersion>M1-SNAPSHOT</currentVersion>
<organization>
<name>Apache Web Services</name>
@@ -41,47 +41,7 @@
</mailingLists>
<!-- who the developers are for the project -->
- <developers>
- <developer>
- <name>Paul Fremantle</name>
- <id>paul</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>WSO2</organization>
- </developer>
- <developer>
- <name>Sanjiva Weerawarana</name>
- <id>sanjiva</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>WSO2</organization>
- </developer>
- <developer>
- <name>Glen Daniels</name>
- <id>gdaniels</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Sonic Software</organization>
- </developer>
- <developer>
- <name>Anthony Elder</name>
- <id>ant</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>IBM</organization>
- </developer>
- <developer>
- <name> P. Vikas Roonwal</name>
- <id>vikas</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Infravio</organization>
- </developer>
- <developer>
- <name>Saminda Abeyruwan</name>
- <id>saminda</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>WSO2</organization>
- </developer>
- <!--todo : all the developers here-->
-
- </developers>
-
+ <developers/>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
@@ -197,47 +157,6 @@
<module>true</module>
</properties>
</dependency>
- <!--dependency>
- <groupId>xmlbeans</groupId>
- <artifactId>xbean</artifactId>
- <version>${xbean.version}</version>
- <type>jar</type>
- <properties>
- <module>true</module>
- </properties>
- </dependency-->
- <!--dependency>
- <groupId>wss4j</groupId>
- <artifactId>wss4j</artifactId>
- <version>${wss4j.version}</version>
- <properties>
- <module>true</module>
- </properties>
- </dependency-->
- <!--dependency>
- <groupId>xml-security</groupId>
- <artifactId>xmlsec</artifactId>
- <version>${xmlsec.version}</version>
- <properties>
- <module>true</module>
- </properties>
- </dependency-->
- <!--dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov</artifactId>
- <version>${bcprov.version}</version>
- <properties>
- <module>true</module>
- </properties>
- </dependency-->
- <!--dependency>
- <groupId>opensaml</groupId>
- <artifactId>opensaml</artifactId>
- <version>${opensaml.version}</version>
- <properties>
- <module>true</module>
- </properties>
- </dependency-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -246,14 +165,6 @@
<classloader>root</classloader>
</properties>
</dependency>
- <!--dependency>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
- <version>${xerces.version}</version>
- <properties>
- <module>true</module>
- </properties>
- </dependency-->
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
@@ -317,15 +228,6 @@
<!--<exclude>**/AddressingInProcessorTest.java</exclude>-->
<!--</excludes>-->
</unitTest>
- <!--<resources>-->
- <!--<resource>-->
- <!--<directory>config</directory>-->
- <!--<includes>-->
- <!--<include>*.xml</include>-->
- <!--</includes>-->
- <!--</resource>-->
- <!--</resources>-->
-
</build>
<!-- ======= -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]