|
From: <ma...@us...> - 2010-03-19 17:31:49
|
Revision: 302
http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=302&view=rev
Author: marchy
Date: 2010-03-19 17:31:22 +0000 (Fri, 19 Mar 2010)
Log Message:
-----------
Cleanup - Removed OSGI comment
Modified Paths:
--------------
trunk/datecalc-jdk/pom.xml
Modified: trunk/datecalc-jdk/pom.xml
===================================================================
--- trunk/datecalc-jdk/pom.xml 2010-03-19 17:30:27 UTC (rev 301)
+++ trunk/datecalc-jdk/pom.xml 2010-03-19 17:31:22 UTC (rev 302)
@@ -54,7 +54,7 @@
</executions>
</plugin>
- <plugin> <!-- (2) OSGi START -->
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
@@ -65,12 +65,9 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${pom.version}</Bundle-Version>
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
-
- <!--<Private-Package>com.my.company.*</Private-Package>-->
- <!--<Bundle-Activator>com.my.company.Activator</Bundle-Activator>-->
</instructions>
</configuration>
- </plugin> <!-- (2) END -->
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|