From 4683a286dbdee25f1cf52400931305625ab4cfa1 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Mon, 9 Sep 2013 15:55:23 +0200 Subject: [PATCH] Start core Distribution 2 --- .project | 6 ++ META-INF/spring/distribution.xml | 6 +- .../spring/org.argeo.tp.apache.tomcat.xml | 2 +- META-INF/spring/org.argeo.tp.javax.xml | 2 +- META-INF/spring/org.argeo.tp.spring.xml | 99 +++++++++++++++++++ 5 files changed, 110 insertions(+), 5 deletions(-) create mode 100644 META-INF/spring/org.argeo.tp.spring.xml diff --git a/.project b/.project index 03d0b42..125b006 100644 --- a/.project +++ b/.project @@ -15,8 +15,14 @@ + + org.eclipse.linuxtools.rpm.rpmlint.rpmlintBuilder + + + org.eclipse.pde.PluginNature + org.eclipse.linuxtools.rpm.rpmlint.rpmlintNature diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index dcec9d1..4329111 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -58,9 +58,9 @@ - - Export-Package=* - + + * + diff --git a/META-INF/spring/org.argeo.tp.apache.tomcat.xml b/META-INF/spring/org.argeo.tp.apache.tomcat.xml index 23c2ebd..712437f 100644 --- a/META-INF/spring/org.argeo.tp.apache.tomcat.xml +++ b/META-INF/spring/org.argeo.tp.apache.tomcat.xml @@ -15,7 +15,7 @@ - + diff --git a/META-INF/spring/org.argeo.tp.javax.xml b/META-INF/spring/org.argeo.tp.javax.xml index 0e1ab2a..6a678aa 100644 --- a/META-INF/spring/org.argeo.tp.javax.xml +++ b/META-INF/spring/org.argeo.tp.javax.xml @@ -13,7 +13,7 @@ - + diff --git a/META-INF/spring/org.argeo.tp.spring.xml b/META-INF/spring/org.argeo.tp.spring.xml new file mode 100644 index 0000000..e0f8dd4 --- /dev/null +++ b/META-INF/spring/org.argeo.tp.spring.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.30.2