Skip to content

Commit

Permalink
Add diff and compare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ppourali committed Jun 21, 2021
1 parent 8ff5fbf commit 499ed9e
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 897 deletions.
56 changes: 56 additions & 0 deletions .gitingnore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#
# Project specific excludes
#

tomcat

#
# Default excludes
#

# Binaries
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
*.sar
*.class

# Maven
target/

# IntelliJ project files
*.iml
*.iws
*.ipr
.idea/

# eclipse project file
.settings/
.classpath
.project

# NetBeans specific
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml


# OS
.DS_Store

# Misc
*.swp
release.properties
pom.xml.releaseBackup
pom.xml.tag
4 changes: 2 additions & 2 deletions uw.cs.watform.forml.odesign/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="C:/Users/p84132445/Downloads/diff-1.3.2-v20120918-1125.jar"/>
<classpathentry kind="lib" path="C:/Users/p84132445/Downloads/match-1.3.2-v20120918-1125.jar"/>
<classpathentry kind="lib" path="dependencies/diff-1.3.2-v20120918-1125.jar"/>
<classpathentry kind="lib" path="dependencies/match-1.3.2-v20120918-1125.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion uw.cs.watform.forml.viewpoint.xtext.support/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<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>
<relativePath>../..</relativePath>
<groupId>com.uwaterloo.cs.forml.viewpoint.xtext.support</groupId>
Expand Down

This file was deleted.

4 changes: 4 additions & 0 deletions uw.cs.watform.forml/.settings/org.eclipse.m2e.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1

This file was deleted.

This file was deleted.

Loading

0 comments on commit 499ed9e

Please sign in to comment.