/[Apache-SVN]
ViewVC logotype

Revision 1470285


Jump to revision: Previous Next
Author: clement
Date: Sun Apr 21 11:41:27 2013 UTC (11 years, 5 months ago)
Changed paths: 62
Log Message:
update MAven tutorial (with XML and annotations)

Changed paths

Path Details
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ipojo/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ipojo/example/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ipojo/example/hello/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ipojo/example/hello/client/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ipojo/example/hello/client/HelloClient.java added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.client.annotations/src/main/java/ipojo/example/hello/client/MyDummyHello.java added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.felix.annotations/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.felix.annotations/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/java/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/java/ipojo/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/java/ipojo/example/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/java/ipojo/example/hello/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/java/ipojo/example/hello/impl/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/annotations/hello.impl.annotations/src/main/java/ipojo/example/hello/impl/HelloImpl.java added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/main/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/main/java/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/main/java/ipojo/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/main/java/ipojo/example/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/main/java/ipojo/example/hello/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/hello.service/src/main/java/ipojo/example/hello/Hello.java added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/java/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/java/ipojo/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/java/ipojo/example/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/java/ipojo/example/hello/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/java/ipojo/example/hello/client/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/java/ipojo/example/hello/client/HelloClient.java added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/resources/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.client.xml/src/main/resources/metadata.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.felix.xml/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.felix.xml/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/pom.xml added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/java/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/java/ipojo/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/java/ipojo/example/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/java/ipojo/example/hello/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/java/ipojo/example/hello/impl/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/java/ipojo/example/hello/impl/HelloImpl.java added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/resources/ added
Directoryfelix/trunk/ipojo/distributions/maven-tutorial/xml/hello.impl.xml/src/main/resources/metadata.xml added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26