dlouzan 2005/08/31 14:05:17
Modified: sandbox/wsrp4j locator.ent project.xml
sandbox/wsrp4j/commons project.xml
sandbox/wsrp4j/commons-consumer project.xml
sandbox/wsrp4j/commons-producer project.xml
sandbox/wsrp4j/consumer project.xml
sandbox/wsrp4j/consumer-swingconsumer project.xml
sandbox/wsrp4j/etc artifact-versions.ent
sandbox/wsrp4j/persistence-xml project.xml
sandbox/wsrp4j/producer project.xml
sandbox/wsrp4j/testportlet project.xml
Log:
Refactored all version numbers to etc/artifact-versions.ent
Revision Changes Path
1.3 +4 -1 ws-wsrp4j/sandbox/wsrp4j/locator.ent
Index: locator.ent
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/locator.ent,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- locator.ent 24 Aug 2005 15:25:39 -0000 1.2
+++ locator.ent 31 Aug 2005 21:05:12 -0000 1.3
@@ -18,4 +18,7 @@
<!ENTITY % locator-path SYSTEM "file:locator.path">
<!-- Artifact versions -->
-<!ENTITY % artifact-versions-ent '<!ENTITY % artifact-versions SYSTEM
"file:%locator-path;etc/artifact-versions.ent"> %artifact-versions;'>
%artifact-versions-ent;
\ No newline at end of file
+<!ENTITY % artifact-versions-ent '<!ENTITY % artifact-versions SYSTEM
"file:%locator-path;etc/artifact-versions.ent"> %artifact-versions;'>
%artifact-versions-ent;
+
+<!-- Project reports -->
+<!ENTITY % wsrp4j-reports-ent '<!ENTITY wsrp4j-reports SYSTEM
"file:%locator-path;etc/project-reports/wsrp4j-reports.xml">'>
%wsrp4j-reports-ent;
1.4 +1 -14 ws-wsrp4j/sandbox/wsrp4j/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 30 Aug 2005 17:59:34 -0000 1.3
+++ project.xml 31 Aug 2005 21:05:12 -0000 1.4
@@ -190,22 +190,9 @@
</licenses>
<reports>
- <report>maven-jdepend-plugin</report>
- <report>maven-checkstyle-plugin</report>
- <report>maven-changelog-plugin</report>
- <report>maven-file-activity-plugin</report>
- <report>maven-developer-activity-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-junit-report-plugin</report>
- <report>maven-license-plugin</report>
- <report>maven-tasklist-plugin</report>
- <report>maven-pmd-plugin</report>
- <report>maven-simian-plugin</report>
- <report>maven-faq-plugin</report>
- <report>maven-jira-plugin</report>
<report>maven-multiproject-plugin</report>
<report>maven-multichanges-plugin</report>
+ <report>maven-tasklist-plugin</report>
</reports>
<repository>
1.9 +9 -5 ws-wsrp4j/sandbox/wsrp4j/commons/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 28 Aug 2005 22:37:48 -0000 1.8
+++ project.xml 31 Aug 2005 21:05:12 -0000 1.9
@@ -56,28 +56,32 @@
<dependency>
<artifactId>portlet-api</artifactId>
<groupId>portlet-api</groupId>
- <version>1.0</version>
+ <version>&portlet-api-version;</version>
</dependency>
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>axis-jaxrpc</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
- <version>1.2.8</version>
+ <version>&log4j-version;</version>
</dependency>
<dependency>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
- <version>3.8.1</version>
+ <version>&junit-version;</version>
</dependency>
</dependencies>
+ <reports>
+ &wsrp4j-reports;
+ </reports>
+
</project>
1.3 +7 -3 ws-wsrp4j/sandbox/wsrp4j/commons-consumer/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons-consumer/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 30 Aug 2005 18:00:39 -0000 1.2
+++ project.xml 31 Aug 2005 21:05:13 -0000 1.3
@@ -51,18 +51,22 @@
<dependency>
<artifactId>portlet-api</artifactId>
<groupId>portlet-api</groupId>
- <version>1.0</version>
+ <version>&portlet-api-version;</version>
</dependency>
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>axis-jaxrpc</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
</dependencies>
+ <reports>
+ &wsrp4j-reports;
+ </reports>
+
</project>
1.4 +6 -2 ws-wsrp4j/sandbox/wsrp4j/commons-producer/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons-producer/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 30 Aug 2005 18:00:39 -0000 1.3
+++ project.xml 31 Aug 2005 21:05:13 -0000 1.4
@@ -51,13 +51,17 @@
<dependency>
<artifactId>servletapi</artifactId>
<groupId>servletapi</groupId>
- <version>2.3</version>
+ <version>&servlet-api-version;</version>
</dependency>
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
</dependencies>
+ <reports>
+ &wsrp4j-reports;
+ </reports>
+
</project>
1.9 +13 -9 ws-wsrp4j/sandbox/wsrp4j/consumer/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/consumer/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 30 Aug 2005 18:00:39 -0000 1.8
+++ project.xml 31 Aug 2005 21:05:13 -0000 1.9
@@ -70,17 +70,17 @@
<dependency>
<artifactId>portlet-api</artifactId>
<groupId>portlet-api</groupId>
- <version>1.0</version>
+ <version>&portlet-api-version;</version>
</dependency>
<dependency>
<artifactId>servletapi</artifactId>
<groupId>servletapi</groupId>
- <version>2.3</version>
+ <version>&servlet-api-version;</version>
</dependency>
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -88,7 +88,7 @@
<dependency>
<artifactId>axis-jaxrpc</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -96,7 +96,7 @@
<dependency>
<artifactId>axis-saaj</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -104,7 +104,7 @@
<dependency>
<artifactId>axis-wsdl4j</artifactId>
<groupId>axis</groupId>
- <version>1.5.1</version>
+ <version>&wsdl4j-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -112,12 +112,12 @@
<dependency>
<artifactId>pluto</artifactId>
<groupId>org.apache.pluto</groupId>
- <version>1.0.1-rc4</version>
+ <version>&pluto-version;</version>
</dependency>
<dependency>
<artifactId>castor</artifactId>
<groupId>castor</groupId>
- <version>0.9.6</version>
+ <version>&castor-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -125,11 +125,15 @@
<dependency>
<artifactId>commons-discovery</artifactId>
<groupId>commons-discovery</groupId>
- <version>0.2</version>
+ <version>&commons-discovery-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
</dependencies>
+
+ <reports>
+ &wsrp4j-reports;
+ </reports>
</project>
\ No newline at end of file
1.5 +13 -9
ws-wsrp4j/sandbox/wsrp4j/consumer-swingconsumer/project.xml
Index: project.xml
===================================================================
RCS file:
/home/cvs/ws-wsrp4j/sandbox/wsrp4j/consumer-swingconsumer/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 31 Aug 2005 19:44:41 -0000 1.4
+++ project.xml 31 Aug 2005 21:05:13 -0000 1.5
@@ -70,48 +70,52 @@
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
- <version>1.2.8</version>
+ <version>&log4j-version;</version>
</dependency>
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>axis-jaxrpc</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>axis-saaj</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>axis-wsdl4j</artifactId>
<groupId>axis</groupId>
- <version>1.5.1</version>
+ <version>&wsdl4j-version;</version>
</dependency>
<dependency>
<artifactId>xerces</artifactId>
<groupId>xerces</groupId>
- <version>2.3.0</version>
+ <version>&xerces-version;</version>
</dependency>
<dependency>
<artifactId>castor</artifactId>
<groupId>castor</groupId>
- <version>0.9.6</version>
+ <version>&castor-version;</version>
</dependency>
<dependency>
<artifactId>commons-discovery</artifactId>
<groupId>commons-discovery</groupId>
- <version>0.2</version>
+ <version>&commons-discovery-version;</version>
</dependency>
<dependency>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
- <version>1.0.4</version>
+ <version>&commons-logging-version;</version>
</dependency>
</dependencies>
+
+ <reports>
+ &wsrp4j-reports;
+ </reports>
</project>
\ No newline at end of file
1.3 +14 -1 ws-wsrp4j/sandbox/wsrp4j/etc/artifact-versions.ent
Index: artifact-versions.ent
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/etc/artifact-versions.ent,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- artifact-versions.ent 24 Aug 2005 15:25:39 -0000 1.2
+++ artifact-versions.ent 31 Aug 2005 21:05:13 -0000 1.3
@@ -14,4 +14,17 @@
limitations under the License.
-->
-<!ENTITY wsrp4j-version "0.3-SNAPSHOT">
\ No newline at end of file
+<!ENTITY wsrp4j-version "0.3-SNAPSHOT">
+
+<!ENTITY pluto-version "1.0.1-rc4">
+
+<!ENTITY axis-version "1.2.1">
+<!ENTITY castor-version "0.9.6">
+<!ENTITY commons-discovery-version "0.2">
+<!ENTITY commons-logging-version "1.0.4">
+<!ENTITY junit-version "3.8.1">
+<!ENTITY log4j-version "1.2.8">
+<!ENTITY portlet-api-version "1.0">
+<!ENTITY servlet-api-version "2.3">
+<!ENTITY wsdl4j-version "1.5.1">
+<!ENTITY xerces-version "2.3.0">
1.3 +7 -3 ws-wsrp4j/sandbox/wsrp4j/persistence-xml/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/persistence-xml/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 30 Aug 2005 18:00:38 -0000 1.2
+++ project.xml 31 Aug 2005 21:05:17 -0000 1.3
@@ -61,18 +61,22 @@
<dependency>
<artifactId>servletapi</artifactId>
<groupId>servletapi</groupId>
- <version>2.3</version>
+ <version>&servlet-api-version;</version>
</dependency>
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
</dependency>
<dependency>
<artifactId>castor</artifactId>
<groupId>castor</groupId>
- <version>0.9.6</version>
+ <version>&castor-version;</version>
</dependency>
</dependencies>
+ <reports>
+ &wsrp4j-reports;
+ </reports>
+
</project>
1.8 +18 -14 ws-wsrp4j/sandbox/wsrp4j/producer/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/producer/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 30 Aug 2005 22:40:49 -0000 1.7
+++ project.xml 31 Aug 2005 21:05:17 -0000 1.8
@@ -70,7 +70,7 @@
<dependency>
<artifactId>portlet-api</artifactId>
<groupId>portlet-api</groupId>
- <version>1.0</version>
+ <version>&portlet-api-version;</version>
<properties>
<tomcat.shared>true</tomcat.shared>
</properties>
@@ -78,12 +78,12 @@
<dependency>
<artifactId>servletapi</artifactId>
<groupId>servletapi</groupId>
- <version>2.3</version>
+ <version>&servlet-api-version;</version>
</dependency>
<dependency>
<artifactId>pluto</artifactId>
<groupId>org.apache.pluto</groupId>
- <version>1.0.1-rc4</version>
+ <version>&pluto-version;</version>
<properties>
<tomcat.shared>true</tomcat.shared>
</properties>
@@ -91,7 +91,7 @@
<dependency>
<artifactId>pluto-portal</artifactId>
<groupId>org.apache.pluto</groupId>
- <version>1.0.1-rc4</version>
+ <version>&pluto-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -99,7 +99,7 @@
<dependency>
<artifactId>axis</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -107,23 +107,23 @@
<dependency>
<artifactId>axis-jaxrpc</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&axis-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
- <artifactId>axis-wsdl4j</artifactId>
+ <artifactId>axis-saaj</artifactId>
<groupId>axis</groupId>
- <version>1.5.1</version>
+ <version>&axis-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
- <artifactId>axis-saaj</artifactId>
+ <artifactId>axis-wsdl4j</artifactId>
<groupId>axis</groupId>
- <version>1.2.1</version>
+ <version>&wsdl4j-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -131,7 +131,7 @@
<dependency>
<artifactId>commons-discovery</artifactId>
<groupId>commons-discovery</groupId>
- <version>0.2</version>
+ <version>&commons-discovery-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -139,7 +139,7 @@
<dependency>
<artifactId>castor</artifactId>
<groupId>castor</groupId>
- <version>0.9.6</version>
+ <version>&castor-version;</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -147,7 +147,7 @@
<dependency>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
- <version>1.0.4</version>
+ <version>&commons-logging-version;</version>
<properties>
<tomcat.shared>true</tomcat.shared>
</properties>
@@ -155,11 +155,15 @@
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
- <version>1.2.8</version>
+ <version>&log4j-version;</version>
<properties>
<tomcat.shared>true</tomcat.shared>
</properties>
</dependency>
</dependencies>
+
+ <reports>
+ &wsrp4j-reports;
+ </reports>
</project>
\ No newline at end of file
1.4 +10 -6 ws-wsrp4j/sandbox/wsrp4j/testportlet/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/testportlet/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 30 Aug 2005 22:51:33 -0000 1.3
+++ project.xml 31 Aug 2005 21:05:17 -0000 1.4
@@ -44,7 +44,7 @@
<dependency>
<artifactId>portlet-api</artifactId>
<groupId>portlet-api</groupId>
- <version>1.0</version>
+ <version>&portlet-api-version;</version>
<properties>
<war.bundle.jar>false</war.bundle.jar>
</properties>
@@ -56,27 +56,27 @@
<dependency>
<artifactId>pluto-descriptors</artifactId>
<groupId>org.apache.pluto</groupId>
- <version>1.0.1-rc4</version>
+ <version>&pluto-version;</version>
</dependency>
<dependency>
<artifactId>pluto-deploy</artifactId>
<groupId>org.apache.pluto</groupId>
- <version>1.0.1-rc4</version>
+ <version>&pluto-version;</version>
</dependency>
<dependency>
<artifactId>castor</artifactId>
<groupId>castor</groupId>
- <version>0.9.6</version>
+ <version>&castor-version;</version>
</dependency>
<dependency>
<artifactId>xerces</artifactId>
<groupId>xerces</groupId>
- <version>2.3.0</version>
+ <version>&xerces-version;</version>
</dependency>
<dependency>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
- <version>1.0.4</version>
+ <version>&commons-logging-version;</version>
</dependency>
<!-- ***************************************************************
-->
<!-- ***************************************************************
-->
@@ -84,4 +84,8 @@
</dependencies>
+ <reports>
+ &wsrp4j-reports;
+ </reports>
+
</project>