diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..167fa14c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.ipr +*.iws +*.iml +target +.clover +activemq-data +*.hsp +atlassian-ide-plugin*.xml + +.idea + diff --git a/archetype/.gitignore b/archetype/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/archetype/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/core/.gitignore b/core/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/core/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/axis1/.gitignore b/samples/airline/client/axis1/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/axis1/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/jax-ws/.gitignore b/samples/airline/client/jax-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/jax-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/jms/.gitignore b/samples/airline/client/jms/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/jms/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/saaj/.gitignore b/samples/airline/client/saaj/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/saaj/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/client/spring-ws/.gitignore b/samples/airline/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/airline/server/.gitignore b/samples/airline/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/airline/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/echo/client/saaj/.gitignore b/samples/echo/client/saaj/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/echo/client/saaj/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/echo/client/spring-ws/.gitignore b/samples/echo/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/echo/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/echo/server/.gitignore b/samples/echo/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/echo/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/mtom/client/jax-ws/.gitignore b/samples/mtom/client/jax-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/mtom/client/jax-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/mtom/client/spring-ws/.gitignore b/samples/mtom/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/mtom/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/mtom/server/.gitignore b/samples/mtom/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/mtom/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/pox/client/spring-ws/.gitignore b/samples/pox/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/pox/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/pox/server/.gitignore b/samples/pox/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/pox/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/stockquote/client/jax-ws/.gitignore b/samples/stockquote/client/jax-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/stockquote/client/jax-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/stockquote/client/spring-ws/.gitignore b/samples/stockquote/client/spring-ws/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/stockquote/client/spring-ws/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/stockquote/server/.gitignore b/samples/stockquote/server/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/stockquote/server/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/samples/tutorial/.gitignore b/samples/tutorial/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/samples/tutorial/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/sandbox/.gitignore b/sandbox/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/sandbox/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/security/.gitignore b/security/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/security/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/support/.gitignore b/support/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/support/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings + diff --git a/xml/.gitignore b/xml/.gitignore new file mode 100644 index 00000000..27399402 --- /dev/null +++ b/xml/.gitignore @@ -0,0 +1,6 @@ +target +*.iml +.classpath +.project +.settings +