Skip to content

Commit

Permalink
Removed dependency on common project.
Browse files Browse the repository at this point in the history
Adaptions to new grUML rolenames.
Bump minor version.
  • Loading branch information
riediger committed Jan 16, 2013
1 parent c985f52 commit 9aef97c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 34 deletions.
11 changes: 4 additions & 7 deletions .classpath
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry combineaccessrules="false" kind="src" path="/jgralab"/>
<classpathentry kind="lib" path="/common/lib/ist_utilities/ist_utilities.jar"/>
<classpathentry kind="lib" path="/common/lib/apache/commons/cli/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="/common/lib/apache/ant/ant.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/common"/>
<classpathentry kind="lib" path="/jgralab/lib/plist/org.riediger.plist.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/apache/ant/ant.jar"/>
<classpathentry kind="lib" path="lib/apache/commons/cli/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/plist/org.riediger.plist.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/META-INF
/src
/plugins
/lib
7 changes: 0 additions & 7 deletions .hgignore

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -6,17 +6,19 @@ This is an Eclipse project to deploy JGraLab as an Eclipse plugin.

1. Create a symlink `src` pointing to jgralab's `src` folder.

2. Create a symlink `META-INF` pointing to jgralab's `META-INF` folder.
2. Create a symlink `lib` pointing to jgralab's `lib` folder.

3. Import this project into Eclipse.
3. Create a symlink `META-INF` pointing to jgralab's `META-INF` folder.

4. Import this project into Eclipse.

Note, that if you change any java files, those are actually changed inside your
jgralab working copy, so you have to commit them there.


## License

Copyright (C) 2007-2012 The JGraLab Team <ist@uni-koblenz.de>
Copyright (C) 2007-2013 The JGraLab Team <ist@uni-koblenz.de>

Distributed under the General Public License (Version 3), with the following
additional grant:
Expand Down
18 changes: 6 additions & 12 deletions build.properties
@@ -1,14 +1,8 @@
bin.includes = .,\
LICENSE.txt,\
plugin.xml,\
LICENSE.txt,\
lib/,\
META-INF/
jars.compile.order = .
jars.extra.classpath = lib/commons-cli-1.2.jar,\
lib/ist_utilities.jar,\
lib/java-getopt-1.0.13.jar,\
lib/org.riediger.plist.jar,\
lib/ant.jar
source.. = src/
output.. = bin/
bin.includes = .,\
LICENSE.txt,\
META-INF/,\
lib/apache/commons/cli/commons-cli-1.2.jar,\
lib/apache/ant/ant.jar,\
lib/plist/org.riediger.plist.jar
5 changes: 0 additions & 5 deletions plugin.xml

This file was deleted.

0 comments on commit 9aef97c

Please sign in to comment.