Skip to content
Snippets Groups Projects
Commit 3110d94e authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

0.0.7 RC1

parents
No related branches found
No related tags found
No related merge requests found
target/
bin/
*~
*.log
felix-cache
.metadata
pom.xml.versionsBackup
.classpath
.project
.settings
\ No newline at end of file
README 0 → 100644
This document should
\ No newline at end of file
pom.xml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>info.kwarc.sally4</groupId>
<artifactId>sally4-osgi</artifactId>
<version>0.0.7-SNAPSHOT</version>
<relativePath>../sally4-osgi</relativePath>
</parent>
<groupId>info.kwarc.sally4</groupId>
<artifactId>sally4-module-archetype</artifactId>
<packaging>maven-archetype</packaging>
<name>Sally4 Module Archetype</name>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.2</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<description>Semantic Alliance Communication Module Archetype</description>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="comm-deepa"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fileSets>
<fileSet filtered="true" packaged="true">
<directory>src/main/java</directory>
<includes>
<include>**/*.java</include>
</includes>
</fileSet>
</fileSets>
</archetype-descriptor>
target/
bin/
*~
*.log
felix-cache
.metadata
pom.xml.versionsBackup
.classpath
.project
.settings
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<name></name>
<parent>
<groupId>info.kwarc.sally4</groupId>
<artifactId>sally4-osgi</artifactId>
<version>0.0.7-SNAPSHOT</version>
</parent>
<properties>
<bundle.export-package>info.kwarc.sally*;</bundle.export-package>
<bundle.import-package>*;</bundle.import-package>
<bundle.private-package></bundle.private-package>
</properties>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment