Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-12-18 18:47:12 +0000
committerRyan D. Brooks2013-12-18 18:47:12 +0000
commitef5e93647692f868f2f1daf614831471430a181d (patch)
tree53fdf9323aadbf3e943251e1d07bf0fcc7a71862 /plugins/org.eclipse.osee.authentication
parentf2607d5e4cde9196ecfffbe9bea9d565587148a5 (diff)
downloadorg.eclipse.osee-ef5e93647692f868f2f1daf614831471430a181d.tar.gz
org.eclipse.osee-ef5e93647692f868f2f1daf614831471430a181d.tar.xz
org.eclipse.osee-ef5e93647692f868f2f1daf614831471430a181d.zip
feature[ats_ATS8937]: Create AuthenticationAdmin
Diffstat (limited to 'plugins/org.eclipse.osee.authentication')
-rw-r--r--plugins/org.eclipse.osee.authentication/.classpath7
-rw-r--r--plugins/org.eclipse.osee.authentication/.project28
-rw-r--r--plugins/org.eclipse.osee.authentication/META-INF/MANIFEST.MF8
-rw-r--r--plugins/org.eclipse.osee.authentication/build.properties4
-rw-r--r--plugins/org.eclipse.osee.authentication/src/org/eclipse/osee/authentication/placeholder.txt0
5 files changed, 0 insertions, 47 deletions
diff --git a/plugins/org.eclipse.osee.authentication/.classpath b/plugins/org.eclipse.osee.authentication/.classpath
deleted file mode 100644
index ad32c83a788..00000000000
--- a/plugins/org.eclipse.osee.authentication/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <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 kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/plugins/org.eclipse.osee.authentication/.project b/plugins/org.eclipse.osee.authentication/.project
deleted file mode 100644
index 0eb2e566ecd..00000000000
--- a/plugins/org.eclipse.osee.authentication/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.osee.authentication</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/plugins/org.eclipse.osee.authentication/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.authentication/META-INF/MANIFEST.MF
deleted file mode 100644
index 1048a2169fd..00000000000
--- a/plugins/org.eclipse.osee.authentication/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: OSEE Authentication
-Bundle-SymbolicName: org.eclipse.osee.authentication
-Bundle-Version: 0.17.0.qualifier
-Bundle-Vendor: Eclipse Open System Engineering Environment
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: org.osgi.framework;version="1.3.0"
diff --git a/plugins/org.eclipse.osee.authentication/build.properties b/plugins/org.eclipse.osee.authentication/build.properties
deleted file mode 100644
index 34d2e4d2dad..00000000000
--- a/plugins/org.eclipse.osee.authentication/build.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .
diff --git a/plugins/org.eclipse.osee.authentication/src/org/eclipse/osee/authentication/placeholder.txt b/plugins/org.eclipse.osee.authentication/src/org/eclipse/osee/authentication/placeholder.txt
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/plugins/org.eclipse.osee.authentication/src/org/eclipse/osee/authentication/placeholder.txt
+++ /dev/null

Back to the top