Skip to content

Commit

Permalink
Rewrote all tools to be asynchronous (those that were not already asy…
Browse files Browse the repository at this point in the history
…nchronous)
  • Loading branch information
jawi committed Aug 9, 2010
1 parent 67f311e commit b65fa3b
Show file tree
Hide file tree
Showing 60 changed files with 11,199 additions and 9,493 deletions.
58 changes: 29 additions & 29 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<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>
<parent>
<groupId>nl.lxtreme.ols</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
</parent>
<groupId>nl.lxtreme.ols</groupId>
<artifactId>api</artifactId>
<packaging>bundle</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>OLS Framework API</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>nl.lxtreme.ols.api, nl.lxtreme.ols.api.data, nl.lxtreme.ols.api.devices, nl.lxtreme.ols.api.tools, nl.lxtreme.ols.api.ui</Export-Package>
<Require-Bundle>org.rxtx;bundle-version="2.0.1";visibility:=reexport</Require-Bundle>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
<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>
<parent>
<groupId>nl.lxtreme.ols</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
</parent>
<groupId>nl.lxtreme.ols</groupId>
<artifactId>api</artifactId>
<packaging>bundle</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>OLS Framework API</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>nl.lxtreme.ols.api, nl.lxtreme.ols.api.data, nl.lxtreme.ols.api.devices, nl.lxtreme.ols.api.tools, nl.lxtreme.ols.api.ui</Export-Package>
<Require-Bundle>org.rxtx;bundle-version="2.0.1";visibility:=reexport</Require-Bundle>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading

0 comments on commit b65fa3b

Please sign in to comment.