Author: reto
Date: Tue Jul 27 13:38:33 2010
New Revision: 979692

URL: http://svn.apache.org/viewvc?rev=979692&view=rev
Log:
CLEREZZA-263: added RDFa parser

Modified:
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml?rev=979692&r1=979691&r2=979692&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
 (original)
+++ 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/pom.xml
 Tue Jul 27 13:38:33 2010
@@ -114,7 +114,14 @@
                        <artifactId>jsslutils</artifactId>
                        <scope>runtime</scope>
                </dependency>
-
+               <dependency>
+            <groupId>net.rootdev</groupId>
+            <artifactId>java-rdfa</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.rootdev</groupId>
+            <artifactId>java-rdfa-htmlparser</artifactId>
+        </dependency>
                <!--
                        Clerezza Bundles
                -->
@@ -205,6 +212,11 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.clerezza</groupId>
+                       <artifactId>org.apache.clerezza.rdf.rdfa</artifactId>
+                       <scope>runtime</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.clerezza</groupId>
                        <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
                        <scope>runtime</scope>
                </dependency>

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=979692&r1=979691&r2=979692&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Jul 27 
13:38:33 2010
@@ -87,6 +87,7 @@
                <module>org.apache.clerezza.rdf.jena.tdb.storage</module>
                <module>org.apache.clerezza.rdf.ontologies</module>
                <module>org.apache.clerezza.rdf.metadata</module>
+               <module>org.apache.clerezza.rdf.rdfa</module>
                <module>org.apache.clerezza.rdf.rdfjson</module>
                <module>org.apache.clerezza.rdf.scala.utils</module>
                <module>org.apache.clerezza.rdf.schemagen</module>
@@ -768,6 +769,11 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.clerezza</groupId>
+                               
<artifactId>org.apache.clerezza.rdf.rdfa</artifactId>
+                               <version>0.1-incubating-SNAPSHOT</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.clerezza</groupId>
                                
<artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
                                <version>0.3-incubating-SNAPSHOT</version>
                        </dependency>
@@ -1081,6 +1087,16 @@
                                
<artifactId>org.apache.clerezza.permissiondescriptions</artifactId>
                                <version>0.1-incubating-SNAPSHOT</version>
                        </dependency>
+                       <dependency>
+                               <groupId>net.rootdev</groupId>
+                               <artifactId>java-rdfa</artifactId>
+                               <version>0.4.2-RC2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.rootdev</groupId>
+                               <artifactId>java-rdfa-htmlparser</artifactId>
+                               <version>0.4.2-RC2</version>
+                       </dependency>
                </dependencies>
        </dependencyManagement>
        <distributionManagement>


Reply via email to