From: <ku...@us...> - 2010-03-25 08:41:37
|
Revision: 2137 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2137&view=rev Author: kurzum Date: 2010-03-25 08:41:30 +0000 (Thu, 25 Mar 2010) Log Message: ----------- started pom for dllearner, not so easy, currently browserlauncher2 is making problems Added Paths: ----------- trunk/pom.xml Property Changed: ---------------- trunk/ Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - .lastUsedExample .settings .project .classpath classes log cache cachePersistant reports results local rdbtoonto the_log.txt tmp fragmentOntology.owl output ling osmdata matching stanley dllearner.jar father.inp lgd.nt files errorDescription bin tigerResults dbpedia_3.4.owl dbpedia_3.4.owl.count dbpedia_3.4.owl.expanded.count dbpedia_3.4.owl.purged.ser dbpedia_3.4.owl.sub.ser dbpedia_3.4.owl.super.ser dbpedia_3.4.owl.tar.gz skoscategories_en.nt skoscategories_en.nt.count skoscategories_en.nt.expanded.count skoscategories_en.nt.purged.ser skoscategories_en.nt.sub.ser skoscategories_en.nt.super.ser skoscategories_en.nt.tar.gz yagoclasses_links.nt yagoclasses_links.nt.count yagoclasses_links.nt.expanded.count yagoclasses_links.nt.purged.ser yagoclasses_links.nt.sub.ser yagoclasses_links.nt.super.ser yagoclasses_links.nt.tar.gz + .lastUsedExample .settings .project .classpath classes log cache cachePersistant reports results local rdbtoonto the_log.txt tmp fragmentOntology.owl output ling osmdata matching stanley dllearner.jar father.inp lgd.nt files errorDescription bin tigerResults dbpedia_3.4.owl dbpedia_3.4.owl.count dbpedia_3.4.owl.expanded.count dbpedia_3.4.owl.purged.ser dbpedia_3.4.owl.sub.ser dbpedia_3.4.owl.super.ser dbpedia_3.4.owl.tar.gz skoscategories_en.nt skoscategories_en.nt.count skoscategories_en.nt.expanded.count skoscategories_en.nt.purged.ser skoscategories_en.nt.sub.ser skoscategories_en.nt.super.ser skoscategories_en.nt.tar.gz yagoclasses_links.nt yagoclasses_links.nt.count yagoclasses_links.nt.expanded.count yagoclasses_links.nt.purged.ser yagoclasses_links.nt.sub.ser yagoclasses_links.nt.super.ser yagoclasses_links.nt.tar.gz target Added: trunk/pom.xml =================================================================== --- trunk/pom.xml (rev 0) +++ trunk/pom.xml 2010-03-25 08:41:30 UTC (rev 2137) @@ -0,0 +1,258 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dllearner</groupId> + <artifactId>dllearner</artifactId> + <version>1</version> + <properties> + <!-- tell the compiler we can use 1.5 --> + <maven.compiler.source>1.5</maven.compiler.source> + <maven.compiler.target>1.5</maven.compiler.target> + + </properties> + <!-- + <distributionManagement> + <repository> + <id>archiva.internal</id> + <name>Internal Release Repository</name> + <url>http://reposerver.mycompany.com:8080/archiva/repository/internal/</url> + </repository> + <snapshotRepository> + <id>archiva.snapshots</id> + <name>Internal Snapshot Repository</name> + <url>http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url> + </snapshotRepository> + </distributionManagement> + --> + + <repositories> + <repository> + <id>some_stuff_such_as_pellet</id> + <url>http://on.cs.unibas.ch/maven/repository</url> + </repository> + <repository> + <id>java sun maven</id> + <url>http://download.java.net/maven/2</url> + </repository> + <repository> + <id>our archiva</id> + <url>http://db0.aksw.org:8081/archiva/repository/internal/</url> + </repository> + <repository> + <id>Jamon 2.7</id> + <url>http://maven.jahia.org/maven2</url> + </repository> + <repository> + <id>browserlauncher2</id> + <url>http://www.laughingpanda.org/maven2</url> + </repository> + </repositories> + + + <build> + <directory>target</directory> + <outputDirectory>target/classes</outputDirectory> + <finalName>${artifactId}-${version}</finalName> + <testOutputDirectory>target/test-classes</testOutputDirectory> + <sourceDirectory>src/dl-learner</sourceDirectory> + <scriptSourceDirectory>bin</scriptSourceDirectory> + <!-- <testSourceDirectory>src/test/java</testSourceDirectory> --> + </build> + + <dependencies> + <dependency> + <groupId>edu.stanford.ejalbert.BrowserLauncher2</groupId> + <artifactId>BrowserLauncher2</artifactId> + <version>1.3</version> + </dependency> + + + <dependency> + <groupId>secondstring-20060615</groupId> + <artifactId>secondstring-20060615</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>org.semanticweb.owl</groupId> + <artifactId>owlapi</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>org.protege.editor.core.application</groupId> + <artifactId>org.protege.editor.core.application</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>org.protege.editor.owl</groupId> + <artifactId>org.protege.editor.owl</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>dig1.1-xmlbeans</groupId> + <artifactId>dig1.1-xmlbeans</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>FaCTpp-OWLAPI-v1.1.11</groupId> + <artifactId>FaCTpp-OWLAPI-v1.1.11</artifactId> + <version>1</version> + </dependency> + + <dependency> + <groupId>org.semanticweb.owl</groupId> + <artifactId>owlapiV3</artifactId> + <version>1</version> + </dependency> +<!-- Pellet stuff here --> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-core</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-datatypes</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-el</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-explanation</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-modularity</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-owlapi</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet-rules</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>relaxngDatatype</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>xsdlib</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>aterm</artifactId> + <version>1</version> + </dependency> + + + + <!-- test --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.7</version> + <!-- <scope>test</scope> --> + </dependency> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>jena</artifactId> + <version>2.6.2</version> + </dependency> + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + <version>2.7</version> + </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20090211</version> + </dependency> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>arq</artifactId> + <version>2.8.2</version> + <exclusions> + <exclusion> + <groupId>javax.mail</groupId> <!-- Exclude Project-E from Project-B --> + <artifactId>mail</artifactId> + </exclusion> + <exclusion> + <groupId>javax.jms</groupId> <!-- Exclude Project-E from Project-B --> + <artifactId>jms</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jdmk</groupId> <!-- Exclude Project-E from Project-B --> + <artifactId>jmxtools</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jmx</groupId> <!-- Exclude Project-E from Project-B --> + <artifactId>jmxri</artifactId> + </exclusion> + + + </exclusions> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils-core</artifactId> + <version>1.8.2</version> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>20040616</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring</artifactId> + <version>2.5.6.SEC01</version> + </dependency> + <dependency> + <groupId>org.ini4j</groupId> + <artifactId>ini4j</artifactId> + <version>0.5.1</version> + </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>1.2.131</version> + </dependency> + <dependency> + <groupId>com.kenai.nbpwr</groupId> + <artifactId>org-jdesktop-swingx</artifactId> + <version>1.6-201002261215</version> + <type>nbm</type> + </dependency> + <dependency> + <groupId>org.apache.xmlbeans</groupId> + <artifactId>xmlbeans</artifactId> + <version>2.4.0</version> + </dependency> + <dependency> + <groupId>net.sf.jopt-simple</groupId> + <artifactId>jopt-simple</artifactId> + <version>3.2</version> + </dependency> + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>looks</artifactId> + <version>2.2.2</version> + </dependency> + + </dependencies> + + +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |