Author: rwesten
Date: Fri Oct  7 19:52:14 2011
New Revision: 1180186

URL: http://svn.apache.org/viewvc?rev=1180186&view=rev
Log:
* added web/webvie to the default build profile
* change the bundle artifactId (and also the paths within the bundle) to 
"org.apache.commons.web.vie" because up to now it was within the folder 
/commons/web/webvie but had the artifactId "org.apache.enhancer.webvie"
* add this module to the full launcher

Added:
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/fragment/
      - copied from r1179969, 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/enhancer/webvie/fragment/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/commons/web/vie/resource/
      - copied from r1179969, 
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/enhancer/webvie/resource/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/static/
      - copied from r1179969, 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/static/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/imports/
      - copied from r1179969, 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/imports/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/commons/web/vie/templates/org/apache/stanbol/commons/web/vie/resource/EnhancerVieRootResource/
      - copied from r1179969, 
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/
Removed:
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/enhancer/webvie/fragment/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/java/org/apache/stanbol/enhancer/webvie/resource/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/static/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/imports/
    
incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/
Modified:
    incubator/stanbol/trunk/commons/pom.xml
    incubator/stanbol/trunk/commons/web/webvie/   (props changed)
    incubator/stanbol/trunk/commons/web/webvie/pom.xml
    incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml

Modified: incubator/stanbol/trunk/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1180186&r1=1180185&r2=1180186&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Fri Oct  7 19:52:14 2011
@@ -45,6 +45,7 @@
     <module>web/base</module>
     <module>web/home</module>
     <module>web/sparql</module>
+    <module>web/webvie</module>
     <module>testing/jarexec</module>
     <module>testing/http</module>
     <module>testing/stanbol</module>

Propchange: incubator/stanbol/trunk/commons/web/webvie/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Oct  7 19:52:14 2011
@@ -1 +1,7 @@
 target
+
+.classpath
+
+.project
+
+.settings

Modified: incubator/stanbol/trunk/commons/web/webvie/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/pom.xml?rev=1180186&r1=1180185&r2=1180186&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/webvie/pom.xml (original)
+++ incubator/stanbol/trunk/commons/web/webvie/pom.xml Fri Oct  7 19:52:14 2011
@@ -9,11 +9,12 @@
     <version>0.9.0-incubating-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
-  <artifactId>org.apache.stanbol.enhancer.webvie</artifactId>
+  <artifactId>org.apache.stanbol.commons.web.vie</artifactId>
   <packaging>bundle</packaging>
 
-  <name>Editable Entity based Enhancer UI</name>
-  <description>VIE based user interface for Stanbol
+  <name>Apache Stanbol Commons Web Content Editable Enhancer UI</name>
+  <description>VIE (https://github.com/bergie/VIE) based user interface for 
+  Stanbol (Enhancer and Entityhub)
   </description>
 
   <build>
@@ -30,7 +31,7 @@
         <configuration>
           <instructions>
             <Export-Package>
-              org.apache.stanbol.enhancer.webvie.*
+              org.apache.stanbol.commons.web.vie.*
             </Export-Package>
             <Import-Package>*</Import-Package>
           </instructions>

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1180186&r1=1180185&r2=1180186&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Fri Oct  7 
19:52:14 2011
@@ -415,7 +415,15 @@
       
<artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId>
       <version>0.9.0-incubating-SNAPSHOT</version>
     </bundle>
-    
+  </startLevel>
+
+  <startLevel level="26">
+    <!-- The Content-Editable based UI for Enhancing Text written on a Webpage 
-->
+    <bundle>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.commons.web.vie</artifactId>
+        <version>0.9.0-incubating-SNAPSHOT</version>
+    </bundle>
   </startLevel>
 
   <!-- *********************************************************************


Reply via email to