Author: cziegeler
Date: Wed Aug 22 12:41:14 2012
New Revision: 1376020
URL: http://svn.apache.org/viewvc?rev=1376020&view=rev
Log:
Correct pom
Modified:
sling/whiteboard/portal/container/pom.xml
Modified: sling/whiteboard/portal/container/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/portal/container/pom.xml?rev=1376020&r1=1376019&r2=1376020&view=diff
==============================================================================
--- sling/whiteboard/portal/container/pom.xml (original)
+++ sling/whiteboard/portal/container/pom.xml Wed Aug 22 12:41:14 2012
@@ -50,14 +50,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-scr-descriptor</id>
- <goals>
- <goal>scr</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.apache.sling</groupId>
@@ -79,7 +71,7 @@
<Export-Package>
org.apache.sling.portal.container,
org.apache.sling.portal.container.cache,
- org.apache.sling.portal.container.spi;version:=1.0
+ org.apache.sling.portal.container.spi;version=1.0
</Export-Package>
<Private-Package>
org.apache.sling.portal.container.internal,