Author: tv
Date: Thu Oct 27 14:07:36 2016
New Revision: 1766827
URL: http://svn.apache.org/viewvc?rev=1766827&view=rev
Log:
Mavenize test bundle
Added:
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/helloworldbundle/
- copied from r1766826,
turbine/core/trunk/proposals/tv/osgi/bundle/src/org/apache/turbine/osgi/test/helloworldbundle/
Removed:
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/Activator.java
turbine/core/trunk/proposals/tv/osgi/bundle/src/org/apache/turbine/osgi/test/helloworldbundle/
Modified:
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/ (props
changed)
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/pom.xml
Propchange: turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Oct 27 14:07:36 2016
@@ -1,3 +1,7 @@
.settings
target
+
+.classpath
+
+.project
Modified: turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/pom.xml?rev=1766827&r1=1766826&r2=1766827&view=diff
==============================================================================
--- turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/pom.xml
(original)
+++ turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/pom.xml Thu
Oct 27 14:07:36 2016
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.turbine.osgi.test</groupId>
+ <groupId>org.apache.turbine.osgi.test.helloworldbundle</groupId>
<artifactId>HelloWorldBundle</artifactId>
<version>1.0.0.dev</version>
<packaging>bundle</packaging>
@@ -31,9 +31,9 @@
<extensions>true</extensions>
<configuration>
<instructions>
-
<Bundle-Activator>org.apache.turbine.osgi.test.Activator</Bundle-Activator>
+
<Bundle-Activator>org.apache.turbine.osgi.test.helloworldbundle.Activator</Bundle-Activator>
<Import-Package>org.osgi.framework;version="1.3.0"</Import-Package>
-
<Export-Package>org.apache.turbine.osgi.test</Export-Package>
+
<Export-Package>org.apache.turbine.osgi.test.helloworldbundle</Export-Package>
</instructions>
</configuration>
</plugin>