archii-commit Mailing List for Archii project
Status: Planning
Brought to you by:
nboissel
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
|---|
|
From: <nbo...@us...> - 2009-12-16 11:59:51
|
Revision: 9
http://archii.svn.sourceforge.net/archii/?rev=9&view=rev
Author: nboissel
Date: 2009-12-16 11:59:40 +0000 (Wed, 16 Dec 2009)
Log Message:
-----------
Fix helloworld services (general and tomcat only) and clean pom files
Modified Paths:
--------------
trunk/parent/pom.xml
trunk/services/archii-helloworld/pom.xml
trunk/services/archii-helloworld-tomcat/pom.xml
trunk/services/archii-helloworld-tomcat/src/main/webapp/WEB-INF/wsdl/helloworld.wsdl
Added Paths:
-----------
trunk/services/archii-helloworld/src/main/java/net/
trunk/services/archii-helloworld/src/main/java/net/archii/
trunk/services/archii-helloworld/src/main/java/net/archii/service/
trunk/services/archii-helloworld/src/main/java/net/archii/service/helloworld/
trunk/services/archii-helloworld/src/main/java/net/archii/service/helloworld/HelloworldInterfaceImpl.java
trunk/services/archii-helloworld/src/main/java/net/archii/service/helloworld/HelloworldSoapServer.java
trunk/services/archii-helloworld/src/main/webapp/
trunk/services/archii-helloworld/src/main/webapp/WEB-INF/
trunk/services/archii-helloworld/src/main/webapp/WEB-INF/serviceContext.xml
trunk/services/archii-helloworld/src/main/webapp/WEB-INF/web.xml
trunk/services/archii-helloworld/src/main/webapp/WEB-INF/wsdl/
trunk/services/archii-helloworld/src/main/webapp/WEB-INF/wsdl/helloworld.wsdl
Removed Paths:
-------------
trunk/services/archii-helloworld-tomcat/src/main/assembly/
Property Changed:
----------------
trunk/services/archii-helloworld/
trunk/services/archii-helloworld-tomcat/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nbo...@us...> - 2009-12-15 23:28:27
|
Revision: 8
http://archii.svn.sourceforge.net/archii/?rev=8&view=rev
Author: nboissel
Date: 2009-12-15 23:28:19 +0000 (Tue, 15 Dec 2009)
Log Message:
-----------
Add helloworld Tomcat service and clean pom files
Modified Paths:
--------------
trunk/parent/pom.xml
trunk/pom.xml
Added Paths:
-----------
trunk/services/archii-helloworld-tomcat/
trunk/services/archii-helloworld-tomcat/pom.xml
trunk/services/archii-helloworld-tomcat/src/
trunk/services/archii-helloworld-tomcat/src/main/
trunk/services/archii-helloworld-tomcat/src/main/assembly/
trunk/services/archii-helloworld-tomcat/src/main/assembly/jaxwsjar.xml
trunk/services/archii-helloworld-tomcat/src/main/java/
trunk/services/archii-helloworld-tomcat/src/main/java/net/
trunk/services/archii-helloworld-tomcat/src/main/java/net/archii/
trunk/services/archii-helloworld-tomcat/src/main/java/net/archii/service/
trunk/services/archii-helloworld-tomcat/src/main/java/net/archii/service/helloworld/
trunk/services/archii-helloworld-tomcat/src/main/java/net/archii/service/helloworld/HelloworldInterfaceImpl.java
trunk/services/archii-helloworld-tomcat/src/main/webapp/
trunk/services/archii-helloworld-tomcat/src/main/webapp/WEB-INF/
trunk/services/archii-helloworld-tomcat/src/main/webapp/WEB-INF/serviceContext.xml
trunk/services/archii-helloworld-tomcat/src/main/webapp/WEB-INF/web.xml
trunk/services/archii-helloworld-tomcat/src/main/webapp/WEB-INF/wsdl/
trunk/services/archii-helloworld-tomcat/src/main/webapp/WEB-INF/wsdl/helloworld.wsdl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nbo...@us...> - 2009-12-10 22:38:31
|
Revision: 7
http://archii.svn.sourceforge.net/archii/?rev=7&view=rev
Author: nboissel
Date: 2009-12-10 22:38:24 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Add parent dependency to helloworld pom
Modified Paths:
--------------
trunk/services/archii-helloworld/pom.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nbo...@us...> - 2009-12-10 22:28:45
|
Revision: 6
http://archii.svn.sourceforge.net/archii/?rev=6&view=rev
Author: nboissel
Date: 2009-12-10 22:28:38 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Add GPLv3 license on helloworld files
Modified Paths:
--------------
trunk/services/archii-helloworld/pom.xml
trunk/services/archii-helloworld/src/main/resources/assembly/dev.xml
trunk/services/archii-helloworld/src/main/resources/assembly/runtime.xml
trunk/services/archii-helloworld/src/main/resources/helloworld.wsdl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nbo...@us...> - 2009-12-10 22:15:38
|
Revision: 5
http://archii.svn.sourceforge.net/archii/?rev=5&view=rev
Author: nboissel
Date: 2009-12-10 22:15:27 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Add helloworld service
Added Paths:
-----------
trunk/services/archii-helloworld/
trunk/services/archii-helloworld/pom.xml
trunk/services/archii-helloworld/src/
trunk/services/archii-helloworld/src/main/
trunk/services/archii-helloworld/src/main/java/
trunk/services/archii-helloworld/src/main/resources/
trunk/services/archii-helloworld/src/main/resources/assembly/
trunk/services/archii-helloworld/src/main/resources/assembly/dev.xml
trunk/services/archii-helloworld/src/main/resources/assembly/runtime.xml
trunk/services/archii-helloworld/src/main/resources/helloworld.wsdl
trunk/services/archii-helloworld/src/main/resources/scripts/
trunk/services/archii-helloworld/src/main/resources/scripts/startup.bat
trunk/services/archii-helloworld/src/main/resources/scripts/startup.sh
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|